Skip to content

Commit

Permalink
update constants/spot_markets.py
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbigz committed Jun 20, 2024
1 parent d22d583 commit a8e453f
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 @@ -163,4 +163,11 @@ class SpotMarketConfig:
oracle_source=OracleSource.Switchboard(),
mint=Pubkey.from_string("Dso1bDeDjCQxTrWHqUUi63oBvV7Mdm6WaobLbQ7gnPQ"),
),
SpotMarketConfig(
symbol="USDY",
market_index=18,
oracle=Pubkey.from_string("DiqUGbq5CV8Tjcae1whjrX97qPo6gU7BKAvKNFc2vrX8"),
oracle_source=OracleSource.Switchboard(),
mint=Pubkey.from_string("A1KLoBrKBde8Ty9qtNQUtq3C2ortoC3u7twggz7sEto6"),
),
]

0 comments on commit a8e453f

Please sign in to comment.