Skip to content

Commit

Permalink
constants/perp_markets.py: match market_index 5 oracle pubkey
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbigz committed Sep 25, 2024
1 parent 3e71684 commit cff5111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/driftpy/constants/perp_markets.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class PerpMarketConfig:
symbol="MATIC-PERP",
base_asset_symbol="MATIC",
market_index=5,
oracle=Pubkey.from_string("5Wf1WrXLeNJghU8WRo5odvwAjpjSSF4THbjdxbKmwVsi"),
oracle=Pubkey.from_string("BrzyDgwELy4jjjsqLQpBeUxzrsueYyMhuWpYBaUYcXvi"),
oracle_source=OracleSource.PythPull(),
),
PerpMarketConfig(
Expand Down

0 comments on commit cff5111

Please sign in to comment.