From b32edabe1dcd3f7a22208b129f812f33163a4e84 Mon Sep 17 00:00:00 2001 From: Polkachu Date: Thu, 15 Dec 2022 21:25:02 -0800 Subject: [PATCH] fix --- 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 40295dc1..84d92261 100644 --- a/src/store/chains/index.js +++ b/src/store/chains/index.js @@ -12,7 +12,7 @@ import { toHex } from '@cosmjs/encoding' let chains = {} const coingecko = {} let configs = require.context('../../chains/mainnet', false, /\.json$/) -if (true) { +if (isTestnet()) { configs = require.context('../../chains/testnet', false, /\.json$/) }