File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff 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]
Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments