Skip to content

Commit

Permalink
add FTM
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbigz committed May 3, 2022
1 parent fb9153a commit 2d1a452
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/driftpy/constants/markets.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class Market:
# launchTs: 1649105516000,
# oracleSource: OracleSource.PYTH,
),
Market(
Market(
symbol="CRV-PERP",
base_asset_symbol="CRV",
market_index=19,
Expand All @@ -169,4 +169,13 @@ class Market:
# launchTs: 1649105516000,
# oracleSource: OracleSource.PYTH,
),
Market(
symbol="FTM-PERP",
base_asset_symbol="FTM",
market_index=20,
devnet_pyth_oracle='BTwrLU4so1oJMViWA3BTzh8YmFwiLZ6CL4U3JryG7Q5S',
mainnet_pyth_oracle='7Dn52EY5EGE8Nvvw98KVMGPWTiTGn3PF4y24TVLyXdT9',
# launchTs: 1651559653000,
# oracleSource: OracleSource.PYTH,
),
]

0 comments on commit 2d1a452

Please sign in to comment.