mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-24 11:20:58 +00:00
Added BITG - Bitcoin Green
This commit is contained in:
@@ -1375,3 +1375,14 @@ bitcoinjs.bitcoin.networks.artax = {
|
||||
scriptHash: 0x1CBD,
|
||||
wif: 0x97,
|
||||
};
|
||||
|
||||
bitcoinjs.bitcoin.networks.bitcoingreen = {
|
||||
messagePrefix: '\x18BitcoinGreen Signed Message:\n',
|
||||
bip32: {
|
||||
public: 0x0488B21E,
|
||||
private: 0x0488ADE4,
|
||||
},
|
||||
pubKeyHash: 0x26,
|
||||
scriptHash: 0x1CBD,
|
||||
wif: 0x2E,
|
||||
};
|
||||
|
||||
@@ -1729,6 +1729,13 @@
|
||||
network = bitcoinjs.bitcoin.networks.testnet;
|
||||
setHdCoin(1);
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "BITG - Bitcoin Green",
|
||||
onSelect: function() {
|
||||
network = bitcoinjs.bitcoin.networks.bitcoingreen;
|
||||
setHdCoin(222);
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "BTCP - Bitcoin Private",
|
||||
|
||||
Reference in New Issue
Block a user