mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-23 19:00:41 +00:00
Add GAME support
This commit is contained in:
@@ -1113,6 +1113,13 @@
|
||||
DOM.bip44coin.val(60);
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "GAME",
|
||||
onSelect: function() {
|
||||
network = bitcoin.networks.game;
|
||||
DOM.bip44coin.val(101);
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "Jumbucks",
|
||||
onSelect: function() {
|
||||
|
||||
Reference in New Issue
Block a user