]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Add EtherCore
authorEtherCore Contributor <info@ethercore.org>
Wed, 1 Jan 2020 15:45:48 +0000 (00:45 +0900)
committerEtherCore Contributor <info@ethercore.org>
Wed, 1 Jan 2020 15:45:48 +0000 (00:45 +0900)
src/js/index.js

index 92772f6840013a41e1f08ef6ae34b6c5de4163c8..62bab81bf3efa6cf9a1b0f751c2d7f19206f8416 100644 (file)
                     || (name == "ELLA - Ellaism")
                     || (name == "ESN - Ethersocial Network")
                     || (name == "VET - VeChain")
+                    || (name == "ERE - EtherCore")
     }
 
     function networkHasSegwit() {
                 setHdCoin(194);
             },
         },
+        {
+            name: "ERE - EtherCore",
+            segwitAvailable: false,
+            onSelect: function() {
+                network = libs.bitcoin.networks.bitcoin;
+                setHdCoin(466);
+            },
+        },
         {
             name: "ESN - Ethersocial Network",
             segwitAvailable: false,