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$/) }