From d474715b5efd3284280173a52ff942f58edbe2db Mon Sep 17 00:00:00 2001 From: tommyrharper Date: Fri, 5 Apr 2024 13:25:58 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Lint=20Upgrade.s.sol?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/Upgrade.s.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/script/Upgrade.s.sol b/script/Upgrade.s.sol index 72f1beb7..04b8fd67 100644 --- a/script/Upgrade.s.sol +++ b/script/Upgrade.s.sol @@ -85,7 +85,6 @@ contract DeployBaseSepolia_Andromeda is Setup, BaseSepoliaParameters { } } - /// @dev steps to deploy and verify on Base Goerli: /// (1) load the variables in the .env file via `source .env` /// (2) run `forge script script/Upgrade.s.sol:DeployBaseGoerli_Synthetix --rpc-url $BASE_GOERLI_RPC_URL --etherscan-api-key $BASESCAN_API_KEY --broadcast --verify -vvvv`