Skip to content

Commit

Permalink
Add USDS
Browse files Browse the repository at this point in the history
  • Loading branch information
SinaKhalili committed Nov 20, 2024
1 parent 190c39f commit dedd975
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 @@ -250,4 +250,11 @@ class SpotMarketConfig:
oracle_source=OracleSource.PythPull(),
mint=Pubkey.from_string("cbbtcf3aa214zXHbiAZQwf4122FBYbraNdFqgw4iMij"),
),
SpotMarketConfig(
symbol="USDS",
market_index=28,
oracle=Pubkey.from_string("7pT9mxKXyvfaZKeKy1oe2oV2K1RFtF7tPEJHUY3h2vVV"),
oracle_source=OracleSource.PythStableCoinPull(),
mint=Pubkey.from_string("USDSwr9ApdHk5bvJKMjzff41FfuX8bSxdKcR81vTwcA"),
),
]

0 comments on commit dedd975

Please sign in to comment.