Skip to content

Commit e38d04f

Browse files
authored
sdk: add devnet-spot-market-index-8 (#1920)
1 parent 4a17883 commit e38d04f

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

sdk/src/constants/spotMarkets.ts

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,19 @@ export const DevnetSpotMarkets: SpotMarketConfig[] = [
132132
{
133133
symbol: 'GLXY',
134134
marketIndex: 7,
135-
poolId: 0,
135+
poolId: 2,
136+
oracle: new PublicKey('4wFrjUQHzRBc6qjVtMDbt28aEVgn6GaNiWR6vEff4KxR'),
137+
oracleSource: OracleSource.Prelaunch,
138+
mint: new PublicKey('2vVfXmcWXEaFzp7iaTVnQ4y1gR41S6tJQQMo1S5asJyC'),
139+
precision: new BN(10).pow(SIX),
140+
precisionExp: SIX,
141+
pythFeedId:
142+
'0x67e031d1723e5c89e4a826d80b2f3b41a91b05ef6122d523b8829a02e0f563aa',
143+
},
144+
{
145+
symbol: 'GLXY',
146+
marketIndex: 8,
147+
poolId: 2,
136148
oracle: new PublicKey('4wFrjUQHzRBc6qjVtMDbt28aEVgn6GaNiWR6vEff4KxR'),
137149
oracleSource: OracleSource.Prelaunch,
138150
mint: new PublicKey('2vVfXmcWXEaFzp7iaTVnQ4y1gR41S6tJQQMo1S5asJyC'),

0 commit comments

Comments
 (0)