]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - tests/spec/tests.js
Add support for Wagerr
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / tests / spec / tests.js
index f69bca628af355fa8648091dbca148d4cf78e381..0634c8fe952695d2e3a0445ab5578624726f33b4 100644 (file)
@@ -1529,6 +1529,13 @@ it('Allows selection of Stellar', function(done) {
     };
     testNetwork(done, params);
 });
+it('Allows selection of Wagerr', function(done) {
+    var params = {
+        selectText: "WGR - Wagerr",
+        firstAddress: "WYiVgQU39VcQxcnacoCiaZHZZLjDCJoS95",
+    };
+    testNetwork(done, params);
+});
 
 // BIP39 seed is set from phrase
 it('Sets the bip39 seed from the prhase', function(done) {