Skip to content

Commit

Permalink
sdk: update constants/spot_market.py
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbigz committed Apr 3, 2024
1 parent 8877df5 commit 360c197
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/driftpy/constants/spot_markets.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,11 @@ class SpotMarketConfig:
oracle_source=OracleSource.Pyth(),
mint=Pubkey.from_string("rndrizKT3MK1iimdxRdWabcF7Zg7AR5T4nud4EkHBof"),
),
SpotMarketConfig(
symbol="W",
market_index=13,
oracle=Pubkey.from_string("H9j8CT1bFiWHaZUPMooEaxMRHdWdJ5T9CzFn41z96JHW"),
oracle_source=OracleSource.Pyth(),
mint=Pubkey.from_string("85VBFQZC9TZkfaptBWjvUw7YbZjy52A6mjtPGjstQAmQ"),
),
]

0 comments on commit 360c197

Please sign in to comment.