Skip to content

Commit

Permalink
sdk: update spot_market.py market-index-21
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbigz committed Jul 18, 2024
1 parent d0cf2c3 commit 8833d1d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/driftpy/constants/spot_markets.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,11 @@ class SpotMarketConfig:
oracle_source=OracleSource.Switchboard(),
mint=Pubkey.from_string("7GCihgDB8fe6KNjn2MYtkzZcRjQy3t9GHdC8uHYmW2hr"),
),
SpotMarketConfig(
symbol="CLOUD",
market_index=21,
oracle=Pubkey.from_string("4FG7UyPkszGvcSVCCKaLSZsArGjyxitwhJeQhYu2bFTS"),
oracle_source=OracleSource.Switchboard(),
mint=Pubkey.from_string("CLoUDKc4Ane7HeQcPpE3YHnznRxhMimJ4MyaUqyHFzAu"),
),
]

0 comments on commit 8833d1d

Please sign in to comment.