Skip to content

Commit

Permalink
add wld (#938)
Browse files Browse the repository at this point in the history
Co-authored-by: jmzwar <[email protected]>
  • Loading branch information
jmzwar and jmzwar authored Aug 3, 2023
1 parent 59752c6 commit 2923c66
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions v2/perps-v2/ui/src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export enum FuturesMarketAsset {
YFI = 'YFI',
MKR = 'MKR',
RPL = 'RPL',
WLD = 'WLD',
}

export enum FuturesMarketKey {
Expand Down Expand Up @@ -119,6 +120,7 @@ export enum FuturesMarketKey {
sYFIPERP = 'sYFIPERP',
sMKRPERP = 'sMKRPERP',
sRPLPERP = 'sRPLPERP',
sWLDPERP = 'sWLDPERP',
}

export interface FuturesMarketConfig {
Expand Down Expand Up @@ -686,4 +688,14 @@ export const MARKETS: Record<FuturesMarketKey, FuturesMarketConfig> = {
testnet: '0x9c48c155a80410aaa3699f6257d2255f6c95d0879766db1a187a249096ed2e94',
},
},
[FuturesMarketKey.sWLDPERP]: {
key: FuturesMarketKey.sWLDPERP,
asset: FuturesMarketAsset.WLD,
supports: 'both',
version: 2,
pythIds: {
mainnet: '0xd6835ad1f773de4a378115eb6824bd0c0e42d84d1c84d9750e853fb6b6c7794a',
testnet: '0x69c5297fa967a51372d56174fcf7225b21263559bfbdb5cf03eff4af6c2212ea',
},
},
};

1 comment on commit 2923c66

@vercel
Copy link

@vercel vercel bot commented on 2923c66 Aug 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

v2-storybook – ./v2/ui

staking-storybook.vercel.app
v2-storybook-synthetixio.vercel.app
v2-storybook-git-master-synthetixio.vercel.app

Please sign in to comment.