Merge pull request #359 from thanhson1085/master

prepare for new testnet
This commit is contained in:
Tuna 2018-12-25 09:46:18 +07:00 committed by GitHub
commit e99a488ba4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 110 additions and 75 deletions

View file

@ -55,6 +55,7 @@ if [[ ! -z $NETWORK_ID ]]; then
;; ;;
89 ) 89 )
genesisPath="testnet.json" genesisPath="testnet.json"
params="$params --tomo-testnet"
;; ;;
90 ) 90 )
genesisPath="devnet.json" genesisPath="devnet.json"

File diff suppressed because one or more lines are too long