Skip to content

Commit

Permalink
Update perp config
Browse files Browse the repository at this point in the history
  • Loading branch information
SinaKhalili committed Oct 18, 2024
1 parent 52ba94b commit a70f98b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/driftpy/constants/perp_markets.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,8 +434,8 @@ class PerpMarketConfig:
symbol="CLOUD-PERP",
base_asset_symbol="CLOUD",
market_index=31,
oracle=Pubkey.from_string("4FG7UyPkszGvcSVCCKaLSZsArGjyxitwhJeQhYu2bFTS"),
oracle_source=OracleSource.Switchboard(),
oracle=Pubkey.from_string("FNFejcXENaPgKaCTfstew9vSSvdQPnXjGTkJjUnnYvHU"),
oracle_source=OracleSource.SwitchboardOnDemand(),
),
PerpMarketConfig(
symbol="IO-PERP",
Expand Down

0 comments on commit a70f98b

Please sign in to comment.