Skip to content

Commit

Permalink
fix: add testnet when setting up
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Nov 1, 2023
1 parent a04a5e4 commit 5db33be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ generate:

@setup-node:
npm i
soroban config network add testnet \
--network-passphrase "Test SDF Network ; September 2015" \
--rpc-url "https://soroban-testnet.stellar.org:443"

dev:
npm run dev
Expand Down

0 comments on commit 5db33be

Please sign in to comment.