fix(contract ids): return original contract ids

This commit is contained in:
shotgunofdeath 2021-09-13 14:22:19 +03:00
parent 6226ade91d
commit b5edccef1b
1 changed files with 3 additions and 7 deletions

View File

@ -67,14 +67,10 @@ export const METADATA_PROGRAM_ID =
export const VAULT_ID =
'vau1zxA2LbssAUEF7Gpw91zMM1LvXrvpzJtmZ58rPsn' as StringPublicKey;
// export const AUCTION_ID =
// 'auctxRXPeJoc4817jDhf4HbjnhEcr1cCXenosMhK5R8' as StringPublicKey;
//
// export const METAPLEX_ID =
// 'p1exdMJcjVao65QdewkaZRUnU6VPSXhus9n2GzWfh98' as StringPublicKey;
export const AUCTION_ID =
'D97wCr2KeRKCbyDmCCWe8dyDmNRDVCpBqnyv8HRfMVLQ' as StringPublicKey;
'auctxRXPeJoc4817jDhf4HbjnhEcr1cCXenosMhK5R8' as StringPublicKey;
export const METAPLEX_ID =
'8sSkg1dMoB6dBPeyHbLcunH2B6Dt6n1MGsUa6nbCms75' as StringPublicKey;
'p1exdMJcjVao65QdewkaZRUnU6VPSXhus9n2GzWfh98' as StringPublicKey;
export const SYSTEM = new PublicKey('11111111111111111111111111111111');