Skip to content

Commit

Permalink
devnet-market-index-21
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbigz committed Dec 21, 2023
1 parent 36dc910 commit 4e9b2c3
Showing 1 changed file with 20 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 @@ -224,6 +224,16 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
launchTs: 1701967240000,
oracleSource: OracleSource.PYTH,
},
{
fullName: 'SEI',
category: ['L1'],
symbol: 'SEI-PERP',
baseAssetSymbol: 'SEI',
marketIndex: 21,
oracle: new PublicKey('B6KVbgqTRY33yDgjAnc1mWw4ATS4W5544xghayQscdt7'),
launchTs: 1703173331000,
oracleSource: OracleSource.PYTH,
},
];

export const MainnetPerpMarkets: PerpMarketConfig[] = [
Expand Down Expand Up @@ -437,6 +447,16 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
launchTs: 1701967240000,
oracleSource: OracleSource.PYTH,
},
{
fullName: 'SEI',
category: ['L1'],
symbol: 'SEI-PERP',
baseAssetSymbol: 'SEI',
marketIndex: 21,
oracle: new PublicKey('6cUuAyAX3eXoiWkjFF77RQBEUF15AAMQ7d1hm4EPd3tv'),
launchTs: 1703173331000,
oracleSource: OracleSource.PYTH,
},
];

export const PerpMarkets: { [key in DriftEnv]: PerpMarketConfig[] } = {
Expand Down

0 comments on commit 4e9b2c3

Please sign in to comment.