Skip to content

Commit

Permalink
sdk: add openbookMarket pubkey for market-index 27
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbigz committed Nov 26, 2024
1 parent fa407c8 commit b561969
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 @@ -447,6 +447,9 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
mint: new PublicKey('cbbtcf3aa214zXHbiAZQwf4122FBYbraNdFqgw4iMij'),
precision: new BN(10).pow(EIGHT),
precisionExp: EIGHT,
openbookMarket: new PublicKey(
'2HXgKaXKsMUEzQaSBZiXSd54eMHaS3roiefyGWtkW97W'
),
pythFeedId:
'0xe62df6c8b4a85fe1a67db44dc12de5db330f7ac66b72dc658afedf0f4a415b43',
},
Expand Down

0 comments on commit b561969

Please sign in to comment.