Skip to content

Commit

Permalink
add market-index-12
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbigz committed Feb 26, 2024
1 parent 356c4d1 commit 349314d
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 @@ -121,4 +121,11 @@ class SpotMarketConfig:
oracle_source=OracleSource.Pyth(),
mint=Pubkey.from_string("JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN"),
),
SpotMarketConfig(
symbol="RNDR",
market_index=12,
oracle=Pubkey.from_string("CYGfrBJB9HgLf9iZyN4aH5HvUAi2htQ4MjPxeXMf4Egn"),
oracle_source=OracleSource.Pyth(),
mint=Pubkey.from_string("rndrizKT3MK1iimdxRdWabcF7Zg7AR5T4nud4EkHBof"),
),
]

0 comments on commit 349314d

Please sign in to comment.