Commit 8c5046fd authored by Kelvin Fichter's avatar Kelvin Fichter Committed by Kelvin Fichter

feat: add weth9 at old ovm eth address

parent 64869020
This diff is collapsed.
......@@ -57,7 +57,14 @@ const config: HardhatUserConfig = {
timeout: 50000,
},
solidity: {
compilers: [
{
version: '0.7.6',
},
{
version: '0.5.17', // Required for WETH9
},
],
settings: {
optimizer: { enabled: true, runs: 200 },
metadata: {
......
......@@ -21,4 +21,7 @@ export const predeploys = {
// We're temporarily disabling OVM_ETH because the jury is still out on whether or not ETH as an
// ERC20 is desirable.
OVM_ETH: '0xDeadDeAddeAddEAddeadDEaDDEAdDeaDDeAD0000',
// We're also putting WETH9 at the old OVM_ETH address.
WETH9: '0x4200000000000000000000000000000000000006',
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment