Skip to content

Commit

Permalink
sdk: devnet prelaunch W (#942)
Browse files Browse the repository at this point in the history
* bigz/prelaunch-devnet-example

* rm todo comment
  • Loading branch information
0xbigz authored Mar 8, 2024
1 parent fbd7b18 commit 8447128
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions sdk/src/constants/perpMarkets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,16 +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,
// },
{
fullName: 'Wormhole',
category: ['Bridge'],
symbol: 'W-PERP',
baseAssetSymbol: 'W',
marketIndex: 23,
oracle: new PublicKey('BM2UWqREbt7ktsPCA438dqAVqhU7UZFVg11CQyPXFr49'),
launchTs: 1709852537000,
oracleSource: OracleSource.Prelaunch,
},
];

export const MainnetPerpMarkets: PerpMarketConfig[] = [
Expand Down

0 comments on commit 8447128

Please sign in to comment.