Browse Source

bump dojo version in index-example.js

use-env-var-docker
kenshin-samourai 4 years ago
parent
commit
a548bce6de
  1. 10
      keys/index-example.js

10
keys/index-example.js

@ -15,7 +15,7 @@ module.exports = {
/* /*
* Dojo version * Dojo version
*/ */
dojoVersion: '1.6.0', dojoVersion: '1.8.0',
/* /*
* Bitcoind * Bitcoind
*/ */
@ -36,7 +36,7 @@ module.exports = {
// ZMQ Block notifications // ZMQ Block notifications
zmqBlk: 'tcp://127.0.0.1:9502', zmqBlk: 'tcp://127.0.0.1:9502',
// Fee type (estimatesmartfee) // Fee type (estimatesmartfee)
feeType: 'ECONOMICAL' feeType: 'ECONOMICAL'
}, },
/* /*
* MySQL database * MySQL database
@ -201,10 +201,10 @@ module.exports = {
minNbChildren: 2, minNbChildren: 2,
// Max number of child processes allowed // Max number of child processes allowed
maxNbChildren: 2, maxNbChildren: 2,
// Max duration // Max duration
acquireTimeoutMillis: 60000, acquireTimeoutMillis: 60000,
// Parallel derivation threshold // Parallel derivation threshold
// (use parallel derivation if number of addresses to be derived // (use parallel derivation if number of addresses to be derived
// is greater than thresholdParalleDerivation) // is greater than thresholdParalleDerivation)
thresholdParallelDerivation: 10 thresholdParallelDerivation: 10
}, },
@ -232,7 +232,7 @@ module.exports = {
* Testnet parameters * Testnet parameters
*/ */
testnet: { testnet: {
dojoVersion: '1.6.0', dojoVersion: '1.8.0',
bitcoind: { bitcoind: {
rpc: { rpc: {
user: 'user', user: 'user',

Loading…
Cancel
Save