We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c2ed4 commit a01cbbfCopy full SHA for a01cbbf
examples/l2/Makefile
@@ -7,7 +7,7 @@ gen_devnet_owner_wallet:
7
rm -f ./contract-owner.keystore.json
8
cast wallet import -k . contract-owner.keystore.json --private-key 0x47e179ec197488593b187f80a00eb0da91f1b9d0b13f8733639f19c30a34926a --unsafe-password "<!w5Y%In94Vw"
9
@echo "Funding on Aligned"
10
- cd ../../batcher/aligned/ && \
+ cd ../../crates/cli/ && \
11
cargo run --release -- deposit-to-batcher \
12
--amount 0.01ether \
13
--private_key 0x47e179ec197488593b187f80a00eb0da91f1b9d0b13f8733639f19c30a34926a \
0 commit comments