Skip to content

Commit

Permalink
sdk: update constants/spot-market.py
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbigz committed May 16, 2024
1 parent 2216fee commit 784fc8c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/driftpy/constants/spot_markets.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,14 @@ class SpotMarketConfig:
symbol="TNSR",
market_index=14,
oracle=Pubkey.from_string("7Cfyymx49ipGsgEsCA2XygAB2DUsan4C6Cyb5c8oR5st"),
oracle_source=OracleSource.Pyth(),
oracle_source=OracleSource.Switchboard(),
mint=Pubkey.from_string("TNSRxcUxoT9xBG3de7PiJyTDYu7kskLqcpddxnEJAS6"),
),
SpotMarketConfig(
symbol="DRIFT",
market_index=15,
oracle=Pubkey.from_string("PeNpQeGEm9UEFJ6MBCMauY4WW4h3YxoESPWbsqVKucE"),
oracle_source=OracleSource.Switchboard(),
mint=Pubkey.from_string("DriFtupJYLTosbwoN8koMbEYSx54aFAVLddWsbksjwg7"),
),
]

0 comments on commit 784fc8c

Please sign in to comment.