Skip to content

Commit

Permalink
sdk: sync constants/perp_markets.py
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbigz committed Jun 11, 2024
1 parent 2ad9e0a commit 792ec07
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/driftpy/constants/perp_markets.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,4 +310,18 @@ class PerpMarketConfig:
oracle=Pubkey.from_string("PeNpQeGEm9UEFJ6MBCMauY4WW4h3YxoESPWbsqVKucE"),
oracle_source=OracleSource.Switchboard(),
),
PerpMarketConfig(
symbol="CLOUD-PERP",
base_asset_symbol="CLOUD",
market_index=31,
oracle=Pubkey.from_string("C7UxgCodaEy4yqwTe3a4QXfsG7LnpMGGQdEqaxDae4b8"),
oracle_source=OracleSource.Prelaunch(),
),
PerpMarketConfig(
symbol="IO-PERP",
base_asset_symbol="IO",
market_index=32,
oracle=Pubkey.from_string("Gcm39uDrFyRCZko4hdrKMTBQsboPJHEd4RwnWhWFKr9a"),
oracle_source=OracleSource.Switchboard(),
),
]

0 comments on commit 792ec07

Please sign in to comment.