Skip to content

Commit c0c9816

Browse files
committed
Optimism: Add WETH token
Necessary for Velodrome
1 parent 3cb4c64 commit c0c9816

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/ethereum/info/optimismInfo.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ const builtinTokens: EdgeTokenMap = {
5454
contractAddress: '0x68f180fcCe6836688e9084f035309E29Bf0A2095'
5555
}
5656
},
57+
'4200000000000000000000000000000000000006': {
58+
currencyCode: 'WETH',
59+
displayName: 'Wrapped ETH',
60+
denominations: [{ name: 'WETH', multiplier: '1000000000000000000' }],
61+
networkLocation: {
62+
contractAddress: '0x4200000000000000000000000000000000000006'
63+
}
64+
},
5765
'350a791bfc2c21f9ed5d10980dad2e2638ffa7f6': {
5866
currencyCode: 'LINK',
5967
displayName: 'Chainlink',

0 commit comments

Comments
 (0)