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 96ca0d6 commit 899f32bCopy full SHA for 899f32b
sdk/src/constants/spotMarkets.ts
@@ -906,6 +906,18 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
906
'0x7a01fca212788bba7c5bf8c9efd576a8a722f070d2c17596ff7bb609b8d5c3b9',
907
pythLazerId: 1578,
908
},
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
+ },
921
];
922
923
export const SpotMarkets: { [key in DriftEnv]: SpotMarketConfig[] } = {
0 commit comments