Skip to content

Commit

Permalink
Suppress stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieraykatz committed Mar 8, 2024
1 parent 68718db commit 15729cd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions sepolia/2024-03-07-ecotone-sysconfig-updates/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 15729cd

Please sign in to comment.