Skip to content

Commit

Permalink
sdk: update constants/perp_markets.py
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbigz committed Apr 3, 2024
1 parent 360c197 commit ec7db12
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 @@ -286,7 +286,7 @@ class PerpMarketConfig:
symbol="W-PERP",
base_asset_symbol="W",
market_index=27,
oracle=Pubkey.from_string("GU6CA7a2KCyhpfqZNb36UAfc9uzKBM8jHjGdt245QhYX"),
oracle_source=OracleSource.Prelaunch(),
oracle=Pubkey.from_string("H9j8CT1bFiWHaZUPMooEaxMRHdWdJ5T9CzFn41z96JHW"),
oracle_source=OracleSource.Pyth(),
),
]

0 comments on commit ec7db12

Please sign in to comment.