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