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