From 4dfa1a9e3547a32dc2dbbc9814e50e967bcd3473 Mon Sep 17 00:00:00 2001 From: sacreman Date: Tue, 14 Sep 2021 23:42:53 +0700 Subject: [PATCH] fix chain id --- charts/provider/Chart.yaml | 2 +- charts/provider/templates/configmap-client-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/provider/Chart.yaml b/charts/provider/Chart.yaml index 9283f260..490ac6dd 100644 --- a/charts/provider/Chart.yaml +++ b/charts/provider/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.15.0 +version: 0.16.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/provider/templates/configmap-client-config.yaml b/charts/provider/templates/configmap-client-config.yaml index 80569aa2..76b4d8a3 100644 --- a/charts/provider/templates/configmap-client-config.yaml +++ b/charts/provider/templates/configmap-client-config.yaml @@ -6,6 +6,6 @@ data: home: "/home" from: "main" node: "http://akash-node:26657" - chainid: "local" + chain-id: "local" keyring-backend: "test" trust-node: "true"