Skip to content

Commit

Permalink
Update devnet config
Browse files Browse the repository at this point in the history
  • Loading branch information
SinaKhalili committed Dec 24, 2024
1 parent ce917a0 commit 134745d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/driftpy/constants/perp_markets.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ class PerpMarketConfig:
symbol="SOL-PERP",
base_asset_symbol="SOL",
market_index=0,
oracle=Pubkey.from_string("BAtFj4kQttZRVep3UZS2aZRDixkGYgWsbqTBVDbnSsPF"),
oracle_source=OracleSource.PythPull(), # type: ignore
oracle=Pubkey.from_string("3m6i4RFWEDw2Ft4tFHPJtYgmpPe21k56M3FHeWYrgGBz"),
oracle_source=OracleSource.PythLazer(), # type: ignore
),
PerpMarketConfig(
symbol="BTC-PERP",
Expand Down

0 comments on commit 134745d

Please sign in to comment.