Skip to content

Commit

Permalink
testnet separated for cardano wallet scritps
Browse files Browse the repository at this point in the history
  • Loading branch information
nilaysaha committed Jan 27, 2024
1 parent 5c7c204 commit 2c01e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exec/start_cw_local_node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ CONFIG_FILE="$HOME/projects/cardano-scripts/src/tconfig/mainnet/byron-genesis.js
DB_DIR="$HOME/wallets/db"
SOCKET="$HOME/projects/cardano-scripts/exec/cardano-chain-data-store/node.socket"

$CARDANO_WALLET serve --port 8090 --testnet $CONFIG_FILE --database $DB_DIR --node-socket $SOCKET --token-metadata-server https://tokens.cardano.org --trace-wallet-db=debug
$CARDANO_WALLET serve --port 8090 --mainnet --database $DB_DIR --node-socket $SOCKET --token-metadata-server https://tokens.cardano.org --trace-wallet-db=debug

0 comments on commit 2c01e35

Please sign in to comment.