This commit is contained in:
Jordan Prince 2021-06-02 10:12:15 -05:00
parent dfa519cc4f
commit 485c6314b5
1 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@ import { PublicKey } from '@solana/web3.js';
import { TokenSwapLayout, TokenSwapLayoutV1 } from '../models/tokenSwap';
export const STORE = new PublicKey(
'3Eu2LaWpSGcJYiMEFaUw5DvD2uuzxuRmSp9sUZLhLTAF',
'7KwpjEy7KBpZTBErE3niBUNxWGAQTPo9kZzkgEoP6dfR',
);
export const WRAPPED_SOL_MINT = new PublicKey(
@ -24,7 +24,7 @@ export let BPF_UPGRADE_LOADER_ID = new PublicKey(
);
export const METADATA_PROGRAM_ID = new PublicKey(
'metaeyJokjzVwvcuDFX3rWAKvPYgGGqbGxXbcufPhBY',
'metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s',
);
export const MEMO_ID = new PublicKey(
@ -32,15 +32,15 @@ export const MEMO_ID = new PublicKey(
);
export const VAULT_ID = new PublicKey(
'vau1pEhWRVvv148kMr4yaGG3x6ATgjqsk3MyPG33vsR',
'vau1zxA2LbssAUEF7Gpw91zMM1LvXrvpzJtmZ58rPsn',
);
export const AUCTION_ID = new PublicKey(
'auctZEoymtKdckLLiq3pz5BmdWsXu4Aq3aLKgtT6zAt',
'auctxRXPeJoc4817jDhf4HbjnhEcr1cCXenosMhK5R8',
);
export const METAPLEX_ID = new PublicKey(
'p1exrXi4GNg282QUXAEznqpxRd2DUSHewz586MzHP8K',
'p1exdMJcjVao65QdewkaZRUnU6VPSXhus9n2GzWfh98',
);
export let SYSTEM = new PublicKey('11111111111111111111111111111111');