Skip to content

Commit 899f32b

Browse files
authored
sdk: add spot-market-index-57 to constants (#1815)
1 parent 96ca0d6 commit 899f32b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

sdk/src/constants/spotMarkets.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -906,6 +906,18 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
906906
'0x7a01fca212788bba7c5bf8c9efd576a8a722f070d2c17596ff7bb609b8d5c3b9',
907907
pythLazerId: 1578,
908908
},
909+
{
910+
symbol: 'syrupUSDC',
911+
marketIndex: 57,
912+
poolId: 0,
913+
oracle: new PublicKey('GqqkoqHU5pqgTvL88xSCipH9txbPETyzvAvybQ3zRpzw'),
914+
oracleSource: OracleSource.PYTH_PULL,
915+
mint: new PublicKey('AvZZF1YaZDziPY2RCK4oJrRVrbN3mTD9NL24hPeaZeUj'),
916+
precision: new BN(10).pow(SIX),
917+
precisionExp: SIX,
918+
pythFeedId:
919+
'0x2ad31d1c4a85fbf2156ce57fab4104124c5ef76a6386375ecfc8da1ed5ce1486',
920+
},
909921
];
910922

911923
export const SpotMarkets: { [key in DriftEnv]: SpotMarketConfig[] } = {

0 commit comments

Comments
 (0)