We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6afe376 commit 763b978Copy full SHA for 763b978
sdk/src/constants/perpMarkets.ts
@@ -1312,6 +1312,18 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
1312
oracleSource: OracleSource.PYTH_LAZER,
1313
pythLazerId: 1578,
1314
},
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
+ },
1327
];
1328
1329
export const PerpMarkets: { [key in DriftEnv]: PerpMarketConfig[] } = {
0 commit comments