diff --git a/README.md b/README.md index be27cd1..a0c69a3 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,6 @@ Then: export MNEMONIC="test test test test test test test test test test test junk" export DEPLOYER_WALLET=$(cast wallet address --mnemonic "$MNEMONIC") export ETH_RPC_URL="http://127.0.0.1:8545" - export ETHERSCAN_API_KEY= # The following variables can be skipped if you want to use the default values export CHAINLINK_SOURCE = "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419" // chosen from https://docs.chain.link/docs/reference-contracts @@ -49,6 +48,5 @@ Then: --fork-url $ETH_RPC_URL \ --mnemonics "$MNEMONIC" \ --sender $DEPLOYER_WALLET \ - --verify \ --broadcast ```