Add sequence enforcer devnet id

This commit is contained in:
Riordan Panayides 2022-07-06 20:35:19 +01:00
parent 842c1f0228
commit 30ac0c703d
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ export async function loadMangoAccountWithPubkey(
return mangoAccount;
}
export const seqEnforcerProgramIds = {
devnet: undefined,
devnet: new PublicKey('FBngRHN4s5cmHagqy3Zd6xcK3zPJBeX5DixtHFbBhyCn'),
testnet: new PublicKey('FThcgpaJM8WiEbK5rw3i31Ptb8Hm4rQ27TrhfzeR1uUy'),
mainnet: new PublicKey('GDDMwNyyx8uB6zrqwBFHjLLG3TBYk2F8Az4yrQC5RzMp'),
};