diff --git a/sepolia/2024-03-07-ecotone-sysconfig-updates/Makefile b/sepolia/2024-03-07-ecotone-sysconfig-updates/Makefile index db64a891..31b947c7 100644 --- a/sepolia/2024-03-07-ecotone-sysconfig-updates/Makefile +++ b/sepolia/2024-03-07-ecotone-sysconfig-updates/Makefile @@ -2,12 +2,8 @@ include ../../Makefile include ../.env include .env -ifndef LEDGER_ACCOUNT -override LEDGER_ACCOUNT = 0 -endif - # Unpause OptimismPortal Commands .PHONY: update-gas-config update-gas-config: - forge script --rpc-url $(L1_RPC_URL) UpdateGasConfigSepolia --private-key $(PRIVATE_KEY) --broadcast + @forge script --rpc-url $(L1_RPC_URL) UpdateGasConfigSepolia --private-key $(PRIVATE_KEY) --broadcast