]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - tests/spec/tests.js
Add DeepOnion (ONION)
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / tests / spec / tests.js
index f24b4ac0930b051d546bddc06cff13af253ad772..e3f7e1c1a6469a7b1850a6207b3bf7afa7cd1409 100644 (file)
@@ -538,7 +538,7 @@ it('Allows selection of lkrcoin', function(done) {
 it('Allows selection of bolivarcoin', function(done) {
     var params = {
         selectText: "BOLI - Bolivarcoin",
-        firstAddress: "bc378wfZiuPpnXuUnhhwpXnLHqiGDQspju",
+        firstAddress: "bbKzCAUR7hZ3nqfffy7VgrSz8LmAP3S5mK",
     };
     testNetwork(done, params);
 });
@@ -1077,6 +1077,13 @@ it('Allows selection of Omnicore', function(done) {
     };
     testNetwork(done, params);
 });
+it('Allows selection of DeepOnion', function(done) {
+    var params = {
+        selectText: "ONION - DeepOnion",
+        firstAddress: "DVioZ2Rjc9krDf5bbHuixznSDumzvGpzVw",
+    };
+    testNetwork(done, params);
+});
 it('Allows selection of Pesobit', function(done) {
     var params = {
         selectText: "PSB - Pesobit",