Skip to content

Commit

Permalink
sdk: update market index 28 in constants
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbigz committed Apr 5, 2024
1 parent ec7db12 commit 5540db0
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 @@ -289,4 +289,11 @@ class PerpMarketConfig:
oracle=Pubkey.from_string("H9j8CT1bFiWHaZUPMooEaxMRHdWdJ5T9CzFn41z96JHW"),
oracle_source=OracleSource.Pyth(),
),
PerpMarketConfig(
symbol="KMNO-PERP",
base_asset_symbol="KMNO",
market_index=28,
oracle=Pubkey.from_string("sDAQaZQJQ4RXAxH3x526mbEXyQZT15ktkL84d7hmk7M"),
oracle_source=OracleSource.Prelaunch(),
),
]

0 comments on commit 5540db0

Please sign in to comment.