aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2017-11-15 08:53:38 +1100
committerGitHub <noreply@github.com>2017-11-15 08:53:38 +1100
commite8ee368f189137fdadcca3d8dffe743c8bb20172 (patch)
treef311b3f9d3473fe7168f0ee73cff9ec3d7a366ee /src/js/index.js
parent107edb3454aa693c01f19a08bfcf09c2f3f121f9 (diff)
parent3960807353a4dfd44620d418ac7b2e393dccafd6 (diff)
downloadBIP39-e8ee368f189137fdadcca3d8dffe743c8bb20172.tar.gz
BIP39-e8ee368f189137fdadcca3d8dffe743c8bb20172.tar.zst
BIP39-e8ee368f189137fdadcca3d8dffe743c8bb20172.zip
Merge pull request #129 from rsnel/bgold
add BTG (Bitcoin Gold/bgold)
Diffstat (limited to 'src/js/index.js')
-rw-r--r--src/js/index.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/js/index.js b/src/js/index.js
index 8146f11..f291395 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -1318,6 +1318,14 @@
1318 }, 1318 },
1319 }, 1319 },
1320 { 1320 {
1321 name: "BTG - Bitcoin Gold",
1322 p2wpkhNestedInP2shAvailable: true,
1323 onSelect: function() {
1324 network = bitcoinjs.bitcoin.networks.bgold;
1325 setHdCoin(0);
1326 },
1327 },
1328 {
1321 name: "CLAM - Clams", 1329 name: "CLAM - Clams",
1322 p2wpkhNestedInP2shAvailable: false, 1330 p2wpkhNestedInP2shAvailable: false,
1323 onSelect: function() { 1331 onSelect: function() {