From 74488f51bc4648c93902af51ce4b0944dd2e787c Mon Sep 17 00:00:00 2001 From: Polkachu Date: Mon, 3 Oct 2022 09:20:06 -0700 Subject: [PATCH] fix typo --- src/store/chains/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/chains/index.js b/src/store/chains/index.js index fe613db4..8d766933 100644 --- a/src/store/chains/index.js +++ b/src/store/chains/index.js @@ -12,7 +12,7 @@ import { toHex } from '@cosmjs/encoding' let chains = {} let configs = require.context('../../chains/mainnet', false, /\.json$/) -if (true) { +if (isTestnet()) { configs = require.context('../../chains/testnet', false, /\.json$/) }