Skip to content

Commit a01cbbf

Browse files
committed
fix: contracts in eth_package + makefile
1 parent a8c2ed4 commit a01cbbf

File tree

2 files changed

+465
-465
lines changed

2 files changed

+465
-465
lines changed

examples/l2/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gen_devnet_owner_wallet:
77
rm -f ./contract-owner.keystore.json
88
cast wallet import -k . contract-owner.keystore.json --private-key 0x47e179ec197488593b187f80a00eb0da91f1b9d0b13f8733639f19c30a34926a --unsafe-password "<!w5Y%In94Vw"
99
@echo "Funding on Aligned"
10-
cd ../../batcher/aligned/ && \
10+
cd ../../crates/cli/ && \
1111
cargo run --release -- deposit-to-batcher \
1212
--amount 0.01ether \
1313
--private_key 0x47e179ec197488593b187f80a00eb0da91f1b9d0b13f8733639f19c30a34926a \

0 commit comments

Comments
 (0)