X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2Fjs%2Findex.js;h=8f825f46c80c459f38e34480280fa6b7f8c3215d;hb=f88fab206fc8fb1f14948def2f882e968a76c1b2;hp=757d0881e248bbc771db5f3e140e54ce93a3a95d;hpb=6e0f24b1bad48911d66355dc37e0676006c0071b;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/src/js/index.js b/src/js/index.js index 757d088..8f825f4 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -1113,6 +1113,13 @@ DOM.bip44coin.val(60); }, }, + { + name: "GAME", + onSelect: function() { + network = bitcoin.networks.game; + DOM.bip44coin.val(101); + }, + }, { name: "Jumbucks", onSelect: function() {