From 550ecc8027cec09902c2d2f9c197239009e14dd1 Mon Sep 17 00:00:00 2001 From: Draco Date: Mon, 12 Feb 2024 15:02:31 -0500 Subject: [PATCH] Change e2e kvtool config template back to master (#1829) --- tests/e2e/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/.env b/tests/e2e/.env index 1d44f10b..fbd211dd 100644 --- a/tests/e2e/.env +++ b/tests/e2e/.env @@ -8,7 +8,7 @@ E2E_RUN_KVTOOL_NETWORKS=true # E2E_KVTOOL_KAVA_CONFIG_TEMPLATE is the kvtool template used to start the chain. See the `kava.configTemplate` flag in kvtool. # Note that the config tempalte must support overriding the docker image tag via the KAVA_TAG variable. -E2E_KVTOOL_KAVA_CONFIG_TEMPLATE="v0.26" +E2E_KVTOOL_KAVA_CONFIG_TEMPLATE="master" # E2E_INCLUDE_IBC_TESTS when true will start a 2nd chain & open an IBC channel. It will enable all IBC tests. E2E_INCLUDE_IBC_TESTS=true