File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff 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' ) ,
You can’t perform that action at this time.
0 commit comments