This commit is contained in:
Polkachu 2022-10-03 09:20:06 -07:00
parent 63f3d7f23c
commit 74488f51bc

View File

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