Skip to content

Commit

Permalink
Add more devnet spot markets
Browse files Browse the repository at this point in the history
  • Loading branch information
SinaKhalili committed Dec 6, 2024
1 parent c81bcac commit 467a931
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/driftpy/constants/spot_markets.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,27 @@ class SpotMarketConfig:
oracle_source=OracleSource.PythPull(),
mint=Pubkey.from_string("GLfF72ZCUnS6N9iDJw8kedHzd6WFVf3VbpwdKKy76FRk"),
),
SpotMarketConfig(
symbol="BONK",
market_index=4,
oracle=Pubkey.from_string("GojbSnJuPdKDT1ZuHuAM5t9oz6bxTo1xhUKpTua2F72p"),
oracle_source=OracleSource.PythPull(),
mint=Pubkey.from_string("7SekVZDmKCCDgTP8m6Hk4CfexFSru9RkwDCczmcwcsP6"),
),
SpotMarketConfig(
symbol="JLP",
market_index=5,
oracle=Pubkey.from_string("5Mb11e5rt1Sp6A286B145E4TmgMzsM2UX9nCF2vas5bs"),
oracle_source=OracleSource.PythPull(),
mint=Pubkey.from_string("HGe9FejFyhWSx6zdvx2RjynX7rmoEXFiJiLU437NXemZ"),
),
SpotMarketConfig(
symbol="USDC",
market_index=6,
oracle=Pubkey.from_string("En8hkHLkRe9d9DraYmBTrus518BvmVH448YcvmrFM6Ce"),
oracle_source=OracleSource.PythPull(),
mint=Pubkey.from_string("8zGuJQqwhZafTah7Uc7Z4tXRnguqkn5KLFAP8oV6PHe2"),
),
]

mainnet_spot_market_configs: list[SpotMarketConfig] = [
Expand Down

0 comments on commit 467a931

Please sign in to comment.