mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-05 18:43:47 +00:00
add STC-Starcoin, coin_type = 101010 (#2)
This commit is contained in:
@@ -3422,6 +3422,13 @@
|
|||||||
setHdCoin(105);
|
setHdCoin(105);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "STC - Starcoin",
|
||||||
|
onSelect: function () {
|
||||||
|
network = libs.bitcoin.networks.stratis;
|
||||||
|
setHdCoin(101010);
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "SUGAR - Sugarchain",
|
name: "SUGAR - Sugarchain",
|
||||||
onSelect: function() {
|
onSelect: function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user