diff --git a/lib/constants.js b/lib/constants.js index c317ff61..08c63d59 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -3,9 +3,9 @@ module.exports = { BITCOIN_GENESIS_HASH: { - livenet: '000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f', - regtest: '0f9188f13cb7b2c71f2a335e3a4fc328bf5beb436012afca590b1a11466e2206', - testnet: '000000000933ea01ad0ee984209779baaec3ced90fa3f408719526f8d77f4943', //this is testnet3 + livenet: '09c7781c9df90708e278c35d38ea5c9041d7ecfcdd1c56ba67274b7cff3e1cea', + regtest: 'ec42fa26ca6dcb1103b59a1d24b161935ea4566f8d5736db8917d5b9a8dee0d7', + testnet: '9b7bc86236c34b5e3a39367c036b7fe8807a966c22a7a1f0da2a198a27e03731', //this is testnet3 testnet5: '000000000933ea01ad0ee984209779baaec3ced90fa3f408719526f8d77f4943' //this is testnet5 }, DB_PREFIX: new Buffer('ffff', 'hex') diff --git a/package.json b/package.json index b12378c4..8f7e0884 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "node": ">=8.0.0" }, "author": "BitPay ", - "version": "5.0.0-beta.58", + "version": "5.0.0-beta.59", "main": "./index.js", "repository": "git://github.com/oipwg/flocore-node.git", "homepage": "https://github.com/oipwg/flocore-node",