mango-v4/ts/client/src/constants/index.ts

6 lines
154 B
TypeScript
Raw Normal View History

import { PublicKey } from '@solana/web3.js';
export const DEVNET_SERUM3_PROGRAM_ID = new PublicKey(
'DESVgJVGajEgKGXhb6XmqDHGz3VjdgP7rEVESBgxmroY',
);