Skip to content

Commit

Permalink
change chain-id
Browse files Browse the repository at this point in the history
  • Loading branch information
liangping committed Jun 18, 2024
1 parent e25a18e commit 6b698f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions local_node_dev.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

KEYS=("dev0" "dev1")
CHAINID="S2-testnet-1"
CHAINID="devnet"
MONIKER="Side Labs"
BINARY="$HOME/go/bin/sided"
DENOM_STR="uside"
Expand Down Expand Up @@ -74,7 +74,7 @@ if [[ $overwrite == "y" || $overwrite == "Y" ]]; then
# done

echo ""
echo "☝️ Copy the above mnemonic phrases and import them to relayer! Press any key to continue..."
echo "☝️ Copy the above mnemonic phrases and import them to relayer! Press [Enter] to continue..."
read -r continue

# Set moniker and chain-id for Cascadia (Moniker can be anything, chain-id must be an integer)
Expand Down

0 comments on commit 6b698f7

Please sign in to comment.