Skip to content

Commit 5f0e88f

Browse files
authored
sdk: spot-market-index-54 constants (#1696)
1 parent e7fbc47 commit 5f0e88f

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
@@ -866,6 +866,18 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
866866
precision: new BN(10).pow(SIX),
867867
precisionExp: SIX,
868868
},
869+
{
870+
symbol: 'EURC',
871+
marketIndex: 54,
872+
poolId: 0,
873+
oracle: new PublicKey('BDXSpBPLi3uWb1zmLoZv5fry4tYkv4jmbdgp5vy5H1BV'),
874+
oracleSource: OracleSource.PYTH_PULL,
875+
mint: new PublicKey('HzwqbKZw8HxMN6bF2yFZNrht3c2iXXzpKcFu7uBEDKtr'),
876+
precision: new BN(10).pow(SIX),
877+
precisionExp: SIX,
878+
pythFeedId:
879+
'0x76fa85158bf14ede77087fe3ae472f66213f6ea2f5b411cb2de472794990fa5c',
880+
},
869881
];
870882

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

0 commit comments

Comments
 (0)