mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-19 17:02:16 +00:00
add BTG (Bitcoin Gold/bgold)
This commit is contained in:
@@ -1317,6 +1317,14 @@
|
||||
setHdCoin(1);
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "BTG - Bitcoin Gold",
|
||||
p2wpkhNestedInP2shAvailable: true,
|
||||
onSelect: function() {
|
||||
network = bitcoinjs.bitcoin.networks.bgold;
|
||||
setHdCoin(0);
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "CLAM - Clams",
|
||||
p2wpkhNestedInP2shAvailable: false,
|
||||
|
||||
Reference in New Issue
Block a user