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 a70f98b commit f959662
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions src/driftpy/constants/perp_markets.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,8 +546,8 @@ class PerpMarketConfig:
symbol="DBR-PERP",
base_asset_symbol="DBR",
market_index=47,
oracle=Pubkey.from_string("AQzxePg2vY52Cw4di1j5xF7BqetNPxogqYPgDBL7HXWn"),
oracle_source=OracleSource.Prelaunch(),
oracle=Pubkey.from_string("53j4mz7cQV7mAZekKbV3n2L4bY7jY6eXdgaTkWDLYxq4"),
oracle_source=OracleSource.PythPull(),
),
PerpMarketConfig(
symbol="WLF-5B-1W-BET",
Expand All @@ -556,4 +556,18 @@ class PerpMarketConfig:
oracle=Pubkey.from_string("7LpRfPaWR7cQqN7CMkCmZjEQpWyqso5LGuKCvDXH5ZAr"),
oracle_source=OracleSource.Prelaunch(),
),
PerpMarketConfig(
symbol="VRSTPN-WIN-F1-24-DRVRS-CHMP-BET",
base_asset_symbol="VRSTPN-WIN-F1-24-DRVRS-CHMP",
market_index=49,
oracle=Pubkey.from_string("E36rvXEwysWeiToXCpWfHVADd8bzzyR4w83ZSSwxAxqG"),
oracle_source=OracleSource.Prelaunch(),
),
PerpMarketConfig(
symbol="LNDO-WIN-F1-24-US-GP-BET",
base_asset_symbol="LNDO-WIN-F1-24-US-GP",
market_index=50,
oracle=Pubkey.from_string("6AVy1y9SnJECnosQaiK2uY1kcT4ZEBf1F4DMvhxgvhUo"),
oracle_source=OracleSource.Prelaunch(),
),
]

0 comments on commit f959662

Please sign in to comment.