From 48370c21dc38e4b2ed4f7a03b3d2e5f8f366c1ec Mon Sep 17 00:00:00 2001 From: Nishad Date: Sun, 30 Aug 2020 11:05:12 +0800 Subject: [PATCH] New DEX program ID --- src/instructions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/instructions.js b/src/instructions.js index f967506..5e36de8 100644 --- a/src/instructions.js +++ b/src/instructions.js @@ -15,7 +15,7 @@ import { import { TOKEN_PROGRAM_ID } from './token-instructions'; export const DEX_PROGRAM_ID = new PublicKey( - 'DwLanAMC2Z6v5uRAT3gE73trckVihyscbiWadGUnH8MQ', + '5sBco58q1hJroiGW8Rus351GRf7DG2bPXRrby3xg6x35', ); export const INSTRUCTION_LAYOUT = new VersionedLayout(