Skip to content

Commit

Permalink
sdk constants add market-index-27
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbigz committed Mar 18, 2024
1 parent de671e6 commit 8d04d2e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/driftpy/constants/perp_markets.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,4 +282,11 @@ class PerpMarketConfig:
oracle=Pubkey.from_string("5NxzemFgGDhimYE3S5qmb5zkjZUmiHXb4up5WGXe7NLn"),
oracle_source=OracleSource.Pyth(),
),
PerpMarketConfig(
symbol="W-PERP",
base_asset_symbol="W",
market_index=27,
oracle=Pubkey.from_string("GU6CA7a2KCyhpfqZNb36UAfc9uzKBM8jHjGdt245QhYX"),
oracle_source=OracleSource.Prelaunch(),
),
]

0 comments on commit 8d04d2e

Please sign in to comment.