Skip to content

Commit

Permalink
Add market 47 and 48
Browse files Browse the repository at this point in the history
  • Loading branch information
SinaKhalili committed Oct 10, 2024
1 parent b46da2c commit 234dc6b
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 @@ -542,4 +542,18 @@ class PerpMarketConfig:
oracle=Pubkey.from_string("Dz5Nvxo1hv7Zfyu11hy8e97twLMRKk6heTWCDGXytj7N"),
oracle_source=OracleSource.Prelaunch(),
),
PerpMarketConfig(
symbol="DBR-PERP",
base_asset_symbol="DBR",
market_index=47,
oracle=Pubkey.from_string("AQzxePg2vY52Cw4di1j5xF7BqetNPxogqYPgDBL7HXWn"),
oracle_source=OracleSource.Prelaunch(),
),
PerpMarketConfig(
symbol="WLF-5B-1W-BET",
base_asset_symbol="WLF-5B-1W",
market_index=48,
oracle=Pubkey.from_string("7LpRfPaWR7cQqN7CMkCmZjEQpWyqso5LGuKCvDXH5ZAr"),
oracle_source=OracleSource.Prelaunch(),
),
]

0 comments on commit 234dc6b

Please sign in to comment.