Browse Source

Merge pull request #690 from isocolsky/feat/cash

v1.2.0
feat/estimateFee-limit
Matias Alejo Garcia 8 years ago
committed by GitHub
parent
commit
b2845456d3
  1. 4
      config.js
  2. 26
      package.json

4
config.js

@ -56,10 +56,6 @@ var config = {
provider: 'insight',
url: 'https://cashexplorer.bitcoin.com',
},
testnet: {
provider: 'insight',
url: '',
},
},
},
pushNotificationsOpts: {

26
package.json

@ -2,7 +2,7 @@
"name": "bitcore-wallet-service",
"description": "A service for Mutisig HD Bitcoin Wallets",
"author": "BitPay Inc",
"version": "1.18.0",
"version": "1.2.0",
"licence": "MIT",
"keywords": [
"bitcoin",
@ -71,18 +71,14 @@
"coveralls": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"bitcoreNode": "./bitcorenode",
"contributors": [
{
"name": "Braydon Fuller",
"email": "braydon@bitpay.com"
},
{
"name": "Ivan Socolsky",
"email": "ivan@bitpay.com"
},
{
"name": "Matias Alejo Garcia",
"email": "ematiu@gmail.com"
}
]
"contributors": [{
"name": "Braydon Fuller",
"email": "braydon@bitpay.com"
}, {
"name": "Ivan Socolsky",
"email": "ivan@bitpay.com"
}, {
"name": "Matias Alejo Garcia",
"email": "ematiu@gmail.com"
}]
}

Loading…
Cancel
Save