Skip to content

Commit

Permalink
fixes pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
henridevieux committed Nov 20, 2024
1 parent 81eb620 commit e517128
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sepolia-alpha/2024-11-19-holocene-contracts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ deploy:

.PHONY: upgrade
upgrade:
forge script --rpc-url $(L1_RPC_URL) --private-key $(PRIVATE_KEY) UpgradeSystemConfig
forge script --rpc-url $(L1_RPC_URL) --private-key $(PRIVATE_KEY) UpgradeSystemConfig --broadcast

.PHONY: set-1559-params
upgrade:
forge script --rpc-url $(L1_RPC_URL) --private-key $(PRIVATE_KEY) SetEIP1559Params
set-1559-params:
forge script --rpc-url $(L1_RPC_URL) --private-key $(PRIVATE_KEY) SetEIP1559Params --broadcast

0 comments on commit e517128

Please sign in to comment.