Skip to content

Commit

Permalink
update constants to POL
Browse files Browse the repository at this point in the history
  • Loading branch information
lowkeynicc committed Dec 13, 2024
1 parent 1ea6bca commit d326261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/src/constants/perpMarkets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
{
fullName: 'Polygon',
category: ['L2', 'Infra'],
symbol: 'MATIC-PERP',
baseAssetSymbol: 'MATIC',
symbol: 'POL-PERP',
baseAssetSymbol: 'POL',
marketIndex: 5,
oracle: new PublicKey('BrzyDgwELy4jjjsqLQpBeUxzrsueYyMhuWpYBaUYcXvi'),
launchTs: 1677690149000, //todo
Expand Down

0 comments on commit d326261

Please sign in to comment.