Skip to content

Commit

Permalink
market-index-15-16 (#663)
Browse files Browse the repository at this point in the history
* market-index-15-16

* fix typo
  • Loading branch information
0xbigz authored Oct 23, 2023
1 parent 32b8a54 commit 9f9e72b
Showing 1 changed file with 42 additions and 2 deletions.
44 changes: 42 additions & 2 deletions sdk/src/constants/perpMarkets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,27 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
baseAssetSymbol: 'HNT',
marketIndex: 14,
oracle: new PublicKey('6Eg8YdfFJQF2HHonzPUBSCCmyUEhrStg9VBLK957sBe6'),
launchTs: 16922949550000,
launchTs: 1692294955000,
oracleSource: OracleSource.PYTH,
},
{
fullName: 'INJ',
category: ['L1', 'Exchange'],
symbol: 'INJ-PERP',
baseAssetSymbol: 'INJ',
marketIndex: 15,
oracle: new PublicKey('44uRsNnT35kjkscSu59MxRr9CfkLZWf6gny8bWqUbVxE'),
launchTs: 1698074659000,
oracleSource: OracleSource.PYTH,
},
{
fullName: 'LINK',
category: ['Oracle'],
symbol: 'LINK-PERP',
baseAssetSymbol: 'LINK',
marketIndex: 16,
oracle: new PublicKey('9sGidS4qUXS2WvHZFhzw4df1jNd5TvUGZXZVsSjXo7UF'),
launchTs: 1698074659000,
oracleSource: OracleSource.PYTH,
},
];
Expand Down Expand Up @@ -314,7 +334,27 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
baseAssetSymbol: 'HNT',
marketIndex: 14,
oracle: new PublicKey('7moA1i5vQUpfDwSpK6Pw9s56ahB7WFGidtbL2ujWrVvm'),
launchTs: 16922949550000,
launchTs: 1692294955000,
oracleSource: OracleSource.PYTH,
},
{
fullName: 'INJ',
category: ['L1', 'Exchange'],
symbol: 'INJ-PERP',
baseAssetSymbol: 'INJ',
marketIndex: 15,
oracle: new PublicKey('9EdtbaivHQYA4Nh3XzGR6DwRaoorqXYnmpfsnFhvwuVj'),
launchTs: 1698074659000,
oracleSource: OracleSource.PYTH,
},
{
fullName: 'LINK',
category: ['Oracle'],
symbol: 'LINK-PERP',
baseAssetSymbol: 'LINK',
marketIndex: 16,
oracle: new PublicKey('ALdkqQDMfHNg77oCNskfX751kHys4KE7SFuZzuKaN536'),
launchTs: 1698074659000,
oracleSource: OracleSource.PYTH,
},
];
Expand Down

0 comments on commit 9f9e72b

Please sign in to comment.