We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb4c64 commit c0c9816Copy full SHA for c0c9816
src/ethereum/info/optimismInfo.ts
@@ -54,6 +54,14 @@ const builtinTokens: EdgeTokenMap = {
54
contractAddress: '0x68f180fcCe6836688e9084f035309E29Bf0A2095'
55
}
56
},
57
+ '4200000000000000000000000000000000000006': {
58
+ currencyCode: 'WETH',
59
+ displayName: 'Wrapped ETH',
60
+ denominations: [{ name: 'WETH', multiplier: '1000000000000000000' }],
61
+ networkLocation: {
62
+ contractAddress: '0x4200000000000000000000000000000000000006'
63
+ }
64
+ },
65
'350a791bfc2c21f9ed5d10980dad2e2638ffa7f6': {
66
currencyCode: 'LINK',
67
displayName: 'Chainlink',
0 commit comments