From 0ddcac582d4bee6f559f1c4c5374e6ee3ad14ff9 Mon Sep 17 00:00:00 2001 From: Pablo Maldonado Date: Fri, 27 Oct 2023 14:14:43 +0200 Subject: [PATCH] feat: remove verify Signed-off-by: Pablo Maldonado --- README.md | 2 -- 1 file changed, 2 deletions(-) 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 ```