We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e1b03 commit 629d7aeCopy full SHA for 629d7ae
sdk/src/constants/spotMarkets.ts
@@ -129,6 +129,18 @@ export const DevnetSpotMarkets: SpotMarketConfig[] = [
129
'0xeaa020c61cc479712813461ce153894a96a6c00b21ed0cfc2798d1f9a9e9c94a',
130
pythLazerId: 7,
131
},
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
+ },
144
];
145
146
export const MainnetSpotMarkets: SpotMarketConfig[] = [
0 commit comments