Skip to content

Commit

Permalink
sdk: add phoenix market for pyth
Browse files Browse the repository at this point in the history
  • Loading branch information
crispheaney committed Nov 22, 2023
1 parent 806fe4a commit a927305
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sdk/src/constants/spotMarkets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
precision: new BN(10).pow(SIX),
precisionExp: SIX,
serumMarket: new PublicKey('4E17F3BxtNVqzVsirxguuqkpYLtFgCR6NfTpccPh82WE'),
phoenixMarket: new PublicKey(
'2sTMN9A1D1qeZLF95XQgJCUPiKe5DiV52jLfZGqMP46m'
),
},
];

Expand Down

0 comments on commit a927305

Please sign in to comment.