Skip to content

Commit 56282c3

Browse files
committed
Revert "fix ci sdk check"
This reverts commit c507bca.
1 parent e38d04f commit 56282c3

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

sdk/src/constants/spotMarkets.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -153,16 +153,6 @@ export const DevnetSpotMarkets: SpotMarketConfig[] = [
153153
pythFeedId:
154154
'0x67e031d1723e5c89e4a826d80b2f3b41a91b05ef6122d523b8829a02e0f563aa',
155155
},
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-
},
166156
];
167157

168158
export const MainnetSpotMarkets: SpotMarketConfig[] = [

0 commit comments

Comments
 (0)