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 d12614d commit c507bcaCopy full SHA for c507bca
sdk/src/constants/spotMarkets.ts
@@ -141,6 +141,16 @@ export const DevnetSpotMarkets: SpotMarketConfig[] = [
141
pythFeedId:
142
'0x67e031d1723e5c89e4a826d80b2f3b41a91b05ef6122d523b8829a02e0f563aa',
143
},
144
+ {
145
+ symbol: 'bSOL',
146
+ marketIndex: 8,
147
+ poolId: 2,
148
+ oracle: new PublicKey('4wFrjUQHzRBc6qjVtMDbt28aEVgn6GaNiWR6vEff4KxR'),
149
+ oracleSource: OracleSource.Prelaunch,
150
+ mint: new PublicKey('2vVfXmcWXEaFzp7iaTVnQ4y1gR41S6tJQQMo1S5asJyC'),
151
+ precision: new BN(10).pow(NINE),
152
+ precisionExp: NINE,
153
+ },
154
];
155
156
export const MainnetSpotMarkets: SpotMarketConfig[] = [
0 commit comments