Skip to content

Commit

Permalink
Add warwidck fight bet
Browse files Browse the repository at this point in the history
  • Loading branch information
SinaKhalili committed Oct 4, 2024
1 parent 95f7009 commit 3753447
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/driftpy/constants/perp_markets.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,14 @@ class PerpMarketConfig:
symbol="MOODENG-PERP",
base_asset_symbol="MOODENG",
market_index=45,
oracle=Pubkey.from_string("56ap2coZG7FPWUigVm9XrpQs3xuCwnwQaWtjWZcffEUG"),
oracle=Pubkey.from_string("21gjgEcuDppthwV16J1QpFzje3vmgMp2uSzh7pJsG7ob"),
oracle_source=OracleSource.PythPull(),
),
PerpMarketConfig(
symbol="WARWICK-FIGHT-WIN-BET",
base_asset_symbol="WARWICK-FIGHT-WIN",
market_index=46,
oracle=Pubkey.from_string("Dz5Nvxo1hv7Zfyu11hy8e97twLMRKk6heTWCDGXytj7N"),
oracle_source=OracleSource.Prelaunch(),
),
]

0 comments on commit 3753447

Please sign in to comment.