Skip to content

Commit 763b978

Browse files
authored
sdk: add market index 76 to constant (#1901)
1 parent 6afe376 commit 763b978

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

sdk/src/constants/perpMarkets.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,6 +1312,18 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
13121312
oracleSource: OracleSource.PYTH_LAZER,
13131313
pythLazerId: 1578,
13141314
},
1315+
{
1316+
fullName: 'ASTER',
1317+
category: ['DEX'],
1318+
symbol: 'ASTER-PERP',
1319+
baseAssetSymbol: 'ASTER',
1320+
marketIndex: 76,
1321+
oracle: new PublicKey('T1VdaNiTLJ9gMvopnybxtbqdEAAeDQBet4JmvQ4GCP9'),
1322+
launchTs: 1758632629000,
1323+
oracleSource: OracleSource.PYTH_PULL,
1324+
pythFeedId:
1325+
'0xa903b5a82cb572397e3d47595d2889cf80513f5b4cf7a36b513ae10cc8b1e338',
1326+
},
13151327
];
13161328

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

0 commit comments

Comments
 (0)