update scripts

This commit is contained in:
Solovyov1796 2024-05-03 23:26:17 +08:00 committed by 0g-wh
parent eaf81e9465
commit 19a202669a
3 changed files with 1 additions and 1 deletions

0
networks/devnet/deploy.sh Normal file → Executable file
View File

2
networks/devnet/init-genesis.sh Normal file → Executable file
View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
ROOT_DIR=${ROOT_DIR:-testnet} ROOT_DIR=${ROOT_DIR:-devnet}
CHAIN_ID=${CHAIN_ID:-zgtendermint_16600-1} CHAIN_ID=${CHAIN_ID:-zgtendermint_16600-1}
# Usage: init-genesis.sh IP1 KEYRING_PASSWORD # Usage: init-genesis.sh IP1 KEYRING_PASSWORD

0
networks/devnet/install.sh Normal file → Executable file
View File