Skip to content

Commit 4cd2815

Browse files
committed
example: using base mainnet to do some final tests
1 parent 03b68f0 commit 4cd2815

File tree

10 files changed

+1046
-5
lines changed

10 files changed

+1046
-5
lines changed

crates/cli/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ start_example:
1212
RUST_BACKTRACE=1 cargo run -- start --path $(CURDIR)/../../playground/example
1313
start_local:
1414
RUST_BACKTRACE=1 cargo run -- start --path $(CURDIR)/../../playground/local-node
15+
start_base:
16+
RUST_BACKTRACE=1 cargo run -- start --path $(CURDIR)/../../playground/base
1517

1618
auth_login:
1719
cargo run -- auth login

0 commit comments

Comments
 (0)