Skip to content

Commit c24db05

Browse files
Merge pull request #1 from BitHighlander/fix/add-weth-token
fix: add WETH to uniswap token database
2 parents dfe331b + 393d5aa commit c24db05

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

keepkeylib/eth/uniswap_tokens.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4542,5 +4542,13 @@
45424542
"contractAddress": "0x0Ae055097C6d159879521C384F1D2123D1f195e6",
45434543
"precision": 18,
45444544
"network": "ETH"
4545+
},
4546+
{
4547+
"symbol": "WETH",
4548+
"identifier": "weth",
4549+
"displayName": "Wrapped Ether",
4550+
"contractAddress": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
4551+
"precision": 18,
4552+
"network": "ETH"
45454553
}
45464554
]

0 commit comments

Comments
 (0)