forked from cerc-io/cosmos-explorer
fix
This commit is contained in:
parent
dbb17232e8
commit
b32edabe1d
@ -12,7 +12,7 @@ import { toHex } from '@cosmjs/encoding'
|
|||||||
let chains = {}
|
let chains = {}
|
||||||
const coingecko = {}
|
const coingecko = {}
|
||||||
let configs = require.context('../../chains/mainnet', false, /\.json$/)
|
let configs = require.context('../../chains/mainnet', false, /\.json$/)
|
||||||
if (true) {
|
if (isTestnet()) {
|
||||||
configs = require.context('../../chains/testnet', false, /\.json$/)
|
configs = require.context('../../chains/testnet', false, /\.json$/)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user