We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8819bec commit 9e40f9dCopy full SHA for 9e40f9d
1 file changed
Makefile
@@ -139,14 +139,10 @@ lint_contracts:
139
@cd contracts && npm run lint:sol
140
141
anvil_start:
142
- @echo "Starting Anvil..."
143
- anvil --load-state contracts/scripts/anvil/state/alignedlayer-deployed-anvil-state.json
144
-
145
-anvil_start_with_block_time:
146
@echo "Starting Anvil..."
147
anvil --load-state contracts/scripts/anvil/state/alignedlayer-deployed-anvil-state.json --block-time 7
148
149
-anvil_start_with_block_time_with_more_prefunded_accounts:
+anvil_start_with_more_prefunded_accounts:
150
151
anvil --load-state contracts/scripts/anvil/state/alignedlayer-deployed-anvil-state.json --block-time 7 -a 2000
152
0 commit comments