Skip to content

Commit 417e2f8

Browse files
Add the transfer step to the hoodi setup
1 parent 7b7b08e commit 417e2f8

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

examples/l2/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,17 @@ You can do this by using this [faucet](https://hoodi-faucet.pk910.de/)
8181

8282
*This same wallet is used to send the proof via aligned, so you'll also need to fund it on aligned. Follow this [guide](https://docs.alignedlayer.com/guides/0_submitting_proofs#id-2.-send-funds-to-aligned).*
8383

84+
- Transfer funds to the aggregation mode payments contract:
85+
86+
```shell
87+
cd aggregation_mode/cli
88+
89+
cargo run --release -- deposit \
90+
--private-key <your-private-key> \
91+
--network hoodi \
92+
--rpc-url https://ethereum-hoodi-rpc.publicnode.com
93+
```
94+
8495
### 2. Deploy the contract
8596

8697
- Generate the base `.env`:

0 commit comments

Comments
 (0)