Skip to content

Commit

Permalink
add usdt
Browse files Browse the repository at this point in the history
  • Loading branch information
crispheaney committed Jul 15, 2024
1 parent 53f1273 commit c56cded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/src/constants/spotMarkets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c56cded

Please sign in to comment.