privkey
key on the .env
file..env
file:rpcUrl
to your node's addressnetwork
to kovan
.env
file:rpcUrl
to your node's addressnetwork
to mainnet
ganache-cli
installed globally npm i -g ganache-cli
--account
flags sets your address' balance to be a very high number so you can mint WETH and pay gas fees. You don't actually need to have funds in the address associated to that privkey..env
file, you'll need to set your privatekey as described at the top of this document and:rpcUrl
to http://localhost:8545
(where the forked node is listening) network
to mainnet