Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

Commit 7707109

Browse files
authored
Prep Zcash for Blossom network upgrade (#49)
Network upgrade spec: https://github.com/zcash/zips/blob/master/zip-0206.rst Issue: BLOCK-214 Use version 1.7.0
1 parent 51a3108 commit 7707109

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitgo-utxo-lib",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "Client-side Bitcoin JavaScript library",
55
"main": "./src/index.js",
66
"engines": {

src/networks.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ module.exports = {
9191
1: 0x00,
9292
2: 0x00,
9393
3: 0x5ba81b19,
94-
4: 0x76b809bb
94+
// 4: 0x76b809bb (old Sapling branch id). Blossom branch id becomes effective after block 653600
95+
4: 0x2bb40e60
9596
},
9697
coin: coins.ZEC
9798
},

0 commit comments

Comments
 (0)