Skip to content

Commit

Permalink
rename key names
Browse files Browse the repository at this point in the history
  • Loading branch information
liangping committed Jun 21, 2024
1 parent 6b0374c commit 2e68c99
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,10 +1,10 @@
#!/bin/bash

KEYS=("dev0" "dev1" "dev2")
KEYS=("validator" "user" "relayer")
CHAINID="devnet"
MONIKER="Side Labs"
BINARY="$HOME/go/bin/sided"
DENOM_STR="uside,sat"
DENOM_STR="uside,uusdt"
INITIAL_ACCOUNT_STR=""
set -f
IFS=,
Expand Down

0 comments on commit 2e68c99

Please sign in to comment.