Skip to content

Commit

Permalink
sdk: switch jitosol serum mkt (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
crispheaney authored Oct 27, 2023
1 parent 493f44f commit 906a912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/constants/spotMarkets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
mint: new PublicKey('J1toso1uCk3RLmjorhTtrVwY9HJ7X8V9yYac6Y7kGCPn'),
precision: new BN(10).pow(NINE),
precisionExp: NINE,
serumMarket: new PublicKey('JAmhJbmBzLp2aTp9mNJodPsTcpCJsmq5jpr6CuCbWHvR'),
serumMarket: new PublicKey('DkbVbMhFxswS32xnn1K2UY4aoBugXooBTxdzkWWDWRkH'),
},
];

Expand Down

0 comments on commit 906a912

Please sign in to comment.