diff --git a/sdk/src/constants/spotMarkets.ts b/sdk/src/constants/spotMarkets.ts index 5966f14437..1f3b1b26e0 100644 --- a/sdk/src/constants/spotMarkets.ts +++ b/sdk/src/constants/spotMarkets.ts @@ -866,6 +866,18 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [ precision: new BN(10).pow(SIX), precisionExp: SIX, }, + { + symbol: 'EURC', + marketIndex: 54, + poolId: 0, + oracle: new PublicKey('BDXSpBPLi3uWb1zmLoZv5fry4tYkv4jmbdgp5vy5H1BV'), + oracleSource: OracleSource.PYTH_PULL, + mint: new PublicKey('HzwqbKZw8HxMN6bF2yFZNrht3c2iXXzpKcFu7uBEDKtr'), + precision: new BN(10).pow(SIX), + precisionExp: SIX, + pythFeedId: + '0x76fa85158bf14ede77087fe3ae472f66213f6ea2f5b411cb2de472794990fa5c', + }, ]; export const SpotMarkets: { [key in DriftEnv]: SpotMarketConfig[] } = {