Skip to content

Commit aabc026

Browse files
committed
Update market constants
1 parent 3633551 commit aabc026

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

src/driftpy/constants/perp_markets.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,4 +768,11 @@ class PerpMarketConfig:
768768
oracle=Pubkey.from_string("6kgE1KJcxTux4tkPLE8LL8GRyW2cAsvyZsDFWqCrhHVe"),
769769
oracle_source=OracleSource.PythLazer(), # type: ignore
770770
),
771+
PerpMarketConfig(
772+
symbol="2Z-PERP",
773+
base_asset_symbol="2Z",
774+
market_index=78,
775+
oracle=Pubkey.from_string("4HTDpcHAwBTHCJLNMwT35w4FGc4nfA4YhT1BkcZQwQ2m"),
776+
oracle_source=OracleSource.PythLazer(), # type: ignore
777+
),
771778
]

src/driftpy/constants/spot_markets.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,4 +574,12 @@ class SpotMarketConfig:
574574
mint=Pubkey.from_string("LBTCgU4b3wsFKsPwBn1rRZDx5DoFutM6RPiEt1TPDsY"),
575575
decimals=8,
576576
),
577+
SpotMarketConfig(
578+
symbol="2Z",
579+
market_index=59,
580+
oracle=Pubkey.from_string("4HTDpcHAwBTHCJLNMwT35w4FGc4nfA4YhT1BkcZQwQ2m"),
581+
oracle_source=OracleSource.PythLazer(), # type: ignore
582+
mint=Pubkey.from_string("J6pQQ3FAcJQeWPPGppWRb4nM8jU3wLyYbRrLh7feMfvd"),
583+
decimals=8,
584+
),
577585
]

0 commit comments

Comments
 (0)