fix
This commit is contained in:
parent
dbb17232e8
commit
b32edabe1d
@ -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$/)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user