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 e38d04f commit 56282c3Copy full SHA for 56282c3
sdk/src/constants/spotMarkets.ts
@@ -153,16 +153,6 @@ export const DevnetSpotMarkets: SpotMarketConfig[] = [
153
pythFeedId:
154
'0x67e031d1723e5c89e4a826d80b2f3b41a91b05ef6122d523b8829a02e0f563aa',
155
},
156
- {
157
- symbol: 'bSOL',
158
- marketIndex: 8,
159
- poolId: 2,
160
- oracle: new PublicKey('4wFrjUQHzRBc6qjVtMDbt28aEVgn6GaNiWR6vEff4KxR'),
161
- oracleSource: OracleSource.Prelaunch,
162
- mint: new PublicKey('2vVfXmcWXEaFzp7iaTVnQ4y1gR41S6tJQQMo1S5asJyC'),
163
- precision: new BN(10).pow(NINE),
164
- precisionExp: NINE,
165
- },
166
];
167
168
export const MainnetSpotMarkets: SpotMarketConfig[] = [
0 commit comments