Skip to content

Commit

Permalink
comment out used oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbigz committed Jan 26, 2024
1 parent 3f3b5a1 commit cde59fd
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: '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

0 comments on commit cde59fd

Please sign in to comment.