Merge pull request #690 from isocolsky/feat/cash

v1.2.0
This commit is contained in:
Matias Alejo Garcia 2017-08-31 14:43:31 -03:00 committed by GitHub
commit b2845456d3
2 changed files with 11 additions and 19 deletions

View File

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

View File

@ -2,7 +2,7 @@
"name": "bitcore-wallet-service", "name": "bitcore-wallet-service",
"description": "A service for Mutisig HD Bitcoin Wallets", "description": "A service for Mutisig HD Bitcoin Wallets",
"author": "BitPay Inc", "author": "BitPay Inc",
"version": "1.18.0", "version": "1.2.0",
"licence": "MIT", "licence": "MIT",
"keywords": [ "keywords": [
"bitcoin", "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" "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", "bitcoreNode": "./bitcorenode",
"contributors": [ "contributors": [{
{ "name": "Braydon Fuller",
"name": "Braydon Fuller", "email": "braydon@bitpay.com"
"email": "braydon@bitpay.com" }, {
}, "name": "Ivan Socolsky",
{ "email": "ivan@bitpay.com"
"name": "Ivan Socolsky", }, {
"email": "ivan@bitpay.com" "name": "Matias Alejo Garcia",
}, "email": "ematiu@gmail.com"
{ }]
"name": "Matias Alejo Garcia",
"email": "ematiu@gmail.com"
}
]
} }