Staging repo for MakerDAO's Goerli executive spells.
$ git clone [email protected]:makerdao/spells-goerli.git
$ dapp update
$ make
Set ETH_RPC_URL
to a Goerli node.
$ export ETH_RPC_URL=<Goerli URL>
$ make test
Set ETH_RPC_URL
to a Goerli node.
$ export ETH_RPC_URL=<Goerli URL>
$ make test-forge
Set ETH_RPC_URL
to a Goerli node and ensure ETH_GAS_LIMIT
is set to a high enough number to deploy the contract.
$ export ETH_RPC_URL=<Goerli URL>
$ export ETH_GAS_LIMIT=8000000
$ export ETH_GAS_PRICE=$(seth --to-wei 3 "gwei")
$ make deploy