Skip to content

Commit

Permalink
Fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieraykatz committed Mar 26, 2024
1 parent 596dce6 commit 11d2843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sepolia/2024-03-26-increase-gas-limit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ include .env

.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) UpdateGasLimit --private-key $(PRIVATE_KEY) --broadcast

0 comments on commit 11d2843

Please sign in to comment.