diff --git a/sdk/src/constants/spotMarkets.ts b/sdk/src/constants/spotMarkets.ts index 8dff440c9..e699dcfaf 100644 --- a/sdk/src/constants/spotMarkets.ts +++ b/sdk/src/constants/spotMarkets.ts @@ -138,8 +138,8 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [ { symbol: 'USDT', marketIndex: 5, - oracle: new PublicKey('3vxLXJqLqF3JG5TCbYycbKWRBbCJQLxQmBGCkyqEEefL'), - oracleSource: OracleSource.PYTH, + oracle: new PublicKey('BekJ3P5G3iFeC97sXHuKnUHofCFj9Sbo7uyF2fkKwvit'), + oracleSource: OracleSource.PYTH_STABLE_COIN_PULL, mint: new PublicKey('Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB'), precision: QUOTE_PRECISION, precisionExp: QUOTE_PRECISION_EXP,