There was an error while loading. Please reload this page.
1 parent ac30da1 commit 17c1715Copy full SHA for 17c1715
1 file changed
packages/neuron-wallet/src/services/networks.ts
@@ -134,7 +134,7 @@ export default class NetworksService extends Store {
134
const chain = await core.rpc
135
.getBlockchainInfo()
136
.then(info => info.chain)
137
- .catch(() => '')
+ .catch(() => 'ckb_dev')
138
const genesisHash = await core.rpc
139
.getBlockHash('0x0')
140
.catch(() => '0x')
@@ -167,7 +167,7 @@ export default class NetworksService extends Store {
167
168
169
170
171
network.chain = chain
172
173
0 commit comments