aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/tests.js
diff options
context:
space:
mode:
authorJoohansson <d84@outlook.com>2020-08-26 11:57:58 +0200
committerJoohansson <d84@outlook.com>2020-08-26 11:57:58 +0200
commite0863058952af909f8860f4ec003f13f683d534c (patch)
treeb5654d1618201c3ce7d6b623d7391c44f08bb236 /tests/spec/tests.js
parent863eee8ed754e4aebd5059b712deb4fca8709c27 (diff)
downloadBIP39-e0863058952af909f8860f4ec003f13f683d534c.tar.gz
BIP39-e0863058952af909f8860f4ec003f13f683d534c.tar.zst
BIP39-e0863058952af909f8860f4ec003f13f683d534c.zip
Added NANO currency
Diffstat (limited to 'tests/spec/tests.js')
-rw-r--r--tests/spec/tests.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index 14cdb8e..d17c8ef 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -2155,6 +2155,16 @@ it('Allows selection of Stellar', function(done) {
2155 }; 2155 };
2156 testNetwork(done, params); 2156 testNetwork(done, params);
2157}); 2157});
2158it('Allows selection of Nano', function(done) {
2159 var params = {
2160 selectText: "NANO - Nano",
2161 phrase: "deal wedding panda forum property artist whip total word student sea middle",
2162 firstAddress: "nano_15fum9n68681dz73qyu37fuc9tro84gqm86eptdqpm9jutkfnt34agkoqpw5",
2163 firstPubKey: "0DBB99E84310C05FCA1BFB612B76A3EB15309D79988CB6977B4CF1DEA4DA6822",
2164 firstPrivKey: "30633C8497CC47E0AEFD52C7971FFD45E6C5D166274C7978FECA3482A859C0AF",
2165 };
2166 testNetwork(done, params);
2167});
2158it('Allows selection of Wagerr', function(done) { 2168it('Allows selection of Wagerr', function(done) {
2159 var params = { 2169 var params = {
2160 selectText: "WGR - Wagerr", 2170 selectText: "WGR - Wagerr",