X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=src%2Fjs%2Findex.js;h=856f6279225c0fa49a67ece68db8ad06d47208b7;hp=b5d2366af9a190e9a623b79dc6d57041a2b739fa;hb=8b2a093c8b97e2646bcf170661c7d5378f6fba97;hpb=37f237239a0657e04dbfa5ad43587892d1402b24 diff --git a/src/js/index.js b/src/js/index.js index b5d2366..856f627 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -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",