Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix(app): ensure wallet import finds local wallets
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed Nov 15, 2019
1 parent 44f0266 commit f3ae0cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ module.exports = {
interval: 60 * 60 * 1000,
},

// Supported chains.
chains: ['bitcoin', 'litecoin'],

// Supported networks.
networks: ['mainnet', 'testnet', 'regtest', 'simnet'],

// Default chain for new wallets (bitcoin|litecoin).
chain: 'bitcoin',

Expand Down

0 comments on commit f3ae0cd

Please sign in to comment.