From 0b34178068cfd4eb54a13cecec2ec2ffdbb372d8 Mon Sep 17 00:00:00 2001 From: Tle Ekkul Date: Wed, 2 Mar 2022 17:18:15 +0700 Subject: [PATCH] update config version to make it consistent with compile locally --- mainnet.md | 2 +- testnets.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mainnet.md b/mainnet.md index aa475d1..54f1b88 100644 --- a/mainnet.md +++ b/mainnet.md @@ -59,7 +59,7 @@ docker run \ -v path/to/smartbchd_home:/root/.smartbchd \ smartbchd:latest init mynode --chain-id 0x2710 -wget https://github.com/smartbch/artifacts/releases/download/v0.0.3/dot.smartbchd.tgz +wget https://github.com/smartbch/artifacts/releases/download/v0.0.6/dot.smartbchd.tgz tar xvf dot.smartbchd.tgz cp -rfv dot.smartbchd/* smartbchd_home/ ``` diff --git a/testnets.md b/testnets.md index 697d59a..501a27a 100644 --- a/testnets.md +++ b/testnets.md @@ -88,7 +88,7 @@ cd smartbch docker image build -f Dockerfile.optimized \ --build-arg SMARTBCH_BUILD_TAGS='cppbtree,params_amber' \ --build-arg SMARTBCH_VERSION=v0.4.2 \ - --build-arg CONFIG_VERSION=v0.0.4 \ + --build-arg CONFIG_VERSION=v0.0.5 \ --build-arg CHAIN_ID=0x2711 \ -t smartbchd-amber:latest . ``` @@ -102,7 +102,7 @@ docker run \ -v path/to/smartbchd_home:/root/.smartbchd \ smartbchd:latest init mynode --chain-id 0x2711 -wget https://github.com/smartbch/artifacts/releases/download/v0.0.4/dot.smartbchd.tgz +wget https://github.com/smartbch/artifacts/releases/download/v0.0.5/dot.smartbchd.tgz tar xvf dot.smartbchd.tgz cp -rfv dot.smartbchd/* smartbchd_home/ ```