Skip to content

Commit 5d85497

Browse files
committed
Update docs
1 parent e2a1ac3 commit 5d85497

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

batcher/aligned-task-sender/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ NUM_WALLETS=<N> make task_sender_generate_and_fund_wallets_holesky_stage
4242
### In Devnet:
4343
Run anvil with more prefunded accounts, using the following make target:
4444
```bash
45-
make anvil_start_with_block_time_with_more_prefunded
45+
make anvil_start_with_more_prefunded
4646
```
4747

4848
Then run the following make target, with `NUM_WALLETS` being the amount of wallets you want to deposit funds to aligned payment service, up to 1000.

docs/3_guides/6_setup_aligned.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This will:
3333
To start anvil, a local Ethereum devnet with all necessary contracts already deployed and ready to be interacted with, run:
3434

3535
```shell
36-
make anvil_start_with_block_time
36+
make anvil_start
3737
```
3838

3939
<details>

0 commit comments

Comments
 (0)