Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
resolve Ledger issue (#269)
Browse files Browse the repository at this point in the history
* resolve Ledger issue

* resolve Ledger issue

Co-authored-by: suyu <huangsuyu@huangsuyudeMacBook-Pro.local>
  • Loading branch information
chainwhisper and suyu authored Feb 22, 2021
1 parent 79b7f1e commit 107443c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions cli/prod/0.8.2/mac/bnbcli
Git LFS file not shown
2 changes: 1 addition & 1 deletion cli/prod/0.8.2/mac/sha256checksum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d835b27f17acea9fb223108f8c5279a2ac08b06b20b279868f999be1587e2a78 bnbcli
79216a92b2e8e0a27e97ccc14568cbc9fa49973d72f6799af7624ea4ed97a094 bnbcli
9 changes: 4 additions & 5 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,8 @@ fi
# Version selection options
# Future improvement: pull dynamically from version list

CLI_LATEST_VERSION="0.8.0-hotfix"
TEST_CLI_LATEST_VERSION="0.7.2"

CLI_LATEST_VERSION="0.8.2"
TEST_CLI_LATEST_VERSION="0.8.1"
# CLI_PROD_VERSION_NUMBERS=("0.5.8" "0.5.8.1" "0.6.0" "0.6.1" "0.6.2" "0.6.2-TSS-0.1.2" "0.6.3")
# CLI_TESTNET_VERSION_NUMBERS=("0.5.8" "0.5.8.1" "0.6.0" "0.6.1" "0.6.2" "0.6.2-TSS-0.1.2" "0.6.3")

Expand Down Expand Up @@ -177,12 +176,12 @@ PS3='Choose Network Type: '
select opt in "${OPTION_NETWORK[@]}"; do
case $opt in
"Mainnet")
FULLNODE_LATEST_VERSION="0.8.0-hf.2"
FULLNODE_LATEST_VERSION="0.8.2"
FULLNODE_VERSION_PATH="fullnode/prod/$FULLNODE_LATEST_VERSION"
break
;;
"Testnet")
FULLNODE_LATEST_VERSION="0.7.2-hotfix-4"
FULLNODE_LATEST_VERSION="0.8.1"
FULLNODE_VERSION_PATH="fullnode/testnet/$FULLNODE_LATEST_VERSION"
break
;;
Expand Down

0 comments on commit 107443c

Please sign in to comment.