Add WETH to address book (#770)

This commit is contained in:
Bjerg 2022-01-07 14:14:20 +01:00 committed by GitHub
parent d54d381b74
commit f1450e72f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -9,5 +9,11 @@
"addresses": {
"mainnet": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
}
},
"weth": {
"addresses": {
"mainnet": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
"rinkeby": "0xc778417E063141139Fce010982780140Aa0cD5Ab"
}
}
}