File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 7676 ANVIL_SEPOLIA_RPC_URL : http://localhost:8545
7777 ANVIL_ARBITRUM_SEPOLIA_RPC_URL : http://localhost:8546
7878 run : |
79- forge cache clean all && make fork-sepolia & make fork-arbitrum-sepolia & sleep 10 && make deploy-on-anvil
79+ make fork-sepolia & make fork-arbitrum-sepolia & sleep 10 && make deploy-on-anvil
8080
8181 - name : Deploy contracts on Ethereum Mainnet or Sepolia
8282 if : inputs.network == 'sepolia' || inputs.network == 'ethereum'
Original file line number Diff line number Diff line change @@ -44,12 +44,6 @@ generate-coverage:
4444clean :
4545 forge clean
4646
47- cleanup-anvil :
48- @echo " Stopping all anvil processes..."
49- @-pkill -f " anvil.*port" 2> /dev/null || echo " No anvil processes found to stop"
50- @sleep 2
51- @echo " Anvil cleanup completed."
52-
5347#
5448# High-level deployment targets
5549#
You can’t perform that action at this time.
0 commit comments