Skip to content

Commit

Permalink
devnet-market-index-23
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbigz committed Jan 25, 2024
1 parent 2a22f05 commit 3f3b5a1
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
20 changes: 20 additions & 0 deletions sdk/src/constants/perpMarkets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,16 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
launchTs: 1704209558000,
oracleSource: OracleSource.PYTH,
},
{
fullName: 'WIF',
category: ['Meme', 'Dog'],
symbol: 'WIF-PERP',
baseAssetSymbol: 'WIF',
marketIndex: 23,
oracle: new PublicKey('5i1sz2QQjCQt9PnhuPvqbiYUAYCgjdRnza1JbiH2qRCo'),
launchTs: 1706219971000,
oracleSource: OracleSource.PYTH,
},
];

export const MainnetPerpMarkets: PerpMarketConfig[] = [
Expand Down Expand Up @@ -477,6 +487,16 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
launchTs: 1704209558000,
oracleSource: OracleSource.PYTH,
},
{
fullName: 'WIF',
category: ['Meme', 'Dog'],
symbol: 'WIF-PERP',
baseAssetSymbol: 'WIF',
marketIndex: 23,
oracle: new PublicKey('6ABgrEZk8urs6kJ1JNdC1sspH5zKXRqxy8sg3ZG2cQps'),
launchTs: 1706219971000,
oracleSource: OracleSource.PYTH,
},
];

export const PerpMarkets: { [key in DriftEnv]: PerpMarketConfig[] } = {
Expand Down
10 changes: 10 additions & 0 deletions sdk/src/constants/spotMarkets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,16 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
precisionExp: NINE,
serumMarket: new PublicKey('H87FfmHABiZLRGrDsXRZtqq25YpARzaokCzL1vMYGiep'),
},
{
symbol: 'WIF',
marketIndex: 10,
oracle: new PublicKey('6ABgrEZk8urs6kJ1JNdC1sspH5zKXRqxy8sg3ZG2cQps'),
oracleSource: OracleSource.PYTH,
mint: new PublicKey('EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm'),
precision: new BN(10).pow(SIX),
precisionExp: SIX,
serumMarket: new PublicKey('2BtDHBTCTUxvdur498ZEcMgimasaFrY5GzLv8wS8XgCb'),
},
];

export const SpotMarkets: { [key in DriftEnv]: SpotMarketConfig[] } = {
Expand Down

0 comments on commit 3f3b5a1

Please sign in to comment.