Skip to content

Commit

Permalink
feat: Fork Diff Summary - remove unnused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
epociask committed Jan 10, 2025
1 parent 71e3475 commit 092f070
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ contract ExecuteNitroContractsEigenDA2Point1Point0UpgradeScript is Script {
function run() public {
// used to check if upgrade was successful
bytes32 wasmModuleRoot = vm.envBytes32("TARGET_WASM_MODULE_ROOT");
address zeroAdress = address(0);

NitroContractsEigenDA2Point1Point0UpgradeAction upgradeAction =
NitroContractsEigenDA2Point1Point0UpgradeAction(vm.envAddress("UPGRADE_ACTION_ADDRESS"));
Expand Down

0 comments on commit 092f070

Please sign in to comment.