From 77871e7b354265bc57d6a7ddebf0496a7629f76a Mon Sep 17 00:00:00 2001 From: soyboy <85043086+sbvegan@users.noreply.github.com> Date: Thu, 21 Dec 2023 08:22:26 -0800 Subject: [PATCH] Update README.md I needed to add the etherscan api key to deploy permit2 on OP Sepolia --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a22c8ac..10fdc35b 100644 --- a/README.md +++ b/README.md @@ -81,10 +81,10 @@ forge snapshot ### Deploy -Run the command below. Remove `--broadcast`, `---rpc-url`, `--private-key` and `--verify` options to test locally +Run the command below. Remove `--broadcast`, `---rpc-url`, `--private-key`, `--verify` and `--etherscan-api-key` options to test locally ```sh -forge script --broadcast --rpc-url --private-key --verify script/DeployPermit2.s.sol:DeployPermit2 +forge script --broadcast --rpc-url --private-key --verify --etherscan-api-key script/DeployPermit2.s.sol:DeployPermit2 ``` ## Acknowledgments