mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-18 08:22:16 +00:00
Add network
Based on https://github.com/rsksmart/RSKIPs/blob/master/IPs/RSKIP57.md
This commit is contained in:
@@ -2947,6 +2947,20 @@
|
|||||||
setHdCoin(175);
|
setHdCoin(175);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "RBTC - RSK",
|
||||||
|
onSelect: function() {
|
||||||
|
network = libs.bitcoin.networks.rubycoin;
|
||||||
|
setHdCoin(137);
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "tRBTC - RSK Testnet",
|
||||||
|
onSelect: function() {
|
||||||
|
network = libs.bitcoin.networks.rubycoin;
|
||||||
|
setHdCoin(37310);
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "RBY - Rubycoin",
|
name: "RBY - Rubycoin",
|
||||||
onSelect: function() {
|
onSelect: function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user