Skip to content

Commit

Permalink
update spot market oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
SinaKhalili committed Oct 18, 2024
1 parent f959662 commit b608741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/driftpy/constants/spot_markets.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ class SpotMarketConfig:
SpotMarketConfig(
symbol="CLOUD",
market_index=21,
oracle=Pubkey.from_string("4FG7UyPkszGvcSVCCKaLSZsArGjyxitwhJeQhYu2bFTS"),
oracle_source=OracleSource.Switchboard(),
oracle=Pubkey.from_string("FNFejcXENaPgKaCTfstew9vSSvdQPnXjGTkJjUnnYvHU"),
oracle_source=OracleSource.SwitchboardOnDemand(),
mint=Pubkey.from_string("CLoUDKc4Ane7HeQcPpE3YHnznRxhMimJ4MyaUqyHFzAu"),
),
SpotMarketConfig(
Expand Down

0 comments on commit b608741

Please sign in to comment.