Update DEX program ID

This commit is contained in:
Nishad 2020-08-17 14:12:22 +08:00
parent 1b7d83bb03
commit 72f68f07fd
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import { PublicKey, TransactionInstruction } from '@solana/web3.js';
import { TOKEN_PROGRAM_ID } from './token-instructions';
export const DEX_PROGRAM_ID = new PublicKey(
'DX5dUg7hNoth4jDoJbr7vJPjdTsUvAZHkjtZK7FEQSHj',
'HLP6LmVgK16Bkpjgc4BdGmVNNc8m6pKSkdknbHxp2KMZ',
);
export const INSTRUCTION_LAYOUT = new VersionedLayout(