Skip to content

Commit 629d7ae

Browse files
authored
update devnet market constants (#1914)
1 parent f6e1b03 commit 629d7ae

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

sdk/src/constants/spotMarkets.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,18 @@ export const DevnetSpotMarkets: SpotMarketConfig[] = [
129129
'0xeaa020c61cc479712813461ce153894a96a6c00b21ed0cfc2798d1f9a9e9c94a',
130130
pythLazerId: 7,
131131
},
132+
{
133+
symbol: 'GLXY',
134+
marketIndex: 7,
135+
poolId: 0,
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+
},
132144
];
133145

134146
export const MainnetSpotMarkets: SpotMarketConfig[] = [

0 commit comments

Comments
 (0)