Skip to content

Commit e041c94

Browse files
committed
rm wallet if gen_devnet_owner_wallet already exists
1 parent 430445c commit e041c94

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/l2/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
SHELL := /bin/bash
44

55
gen_devnet_owner_wallet:
6+
rm -f ./contract-owner.keystore.json
67
cast wallet import -k . contract-owner.keystore.json --private-key 0x47e179ec197488593b187f80a00eb0da91f1b9d0b13f8733639f19c30a34926a --unsafe-password "<!w5Y%In94Vw"
78
@echo "Funding on Aligned"
89
cd ../../batcher/aligned/ && \

0 commit comments

Comments
 (0)