diff options
author | iancoleman <1281387+iancoleman@users.noreply.github.com> | 2020-10-19 09:26:29 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-19 09:26:29 +1100 |
commit | 30e3d246d494158b93550df5e70bcabc5f26f7c3 (patch) | |
tree | 145f52c2a15baac5e4c885ee95926e7699fcf58e /tests | |
parent | 4669c88c672b0ec2ac636cae96a3fe2db94e2791 (diff) | |
parent | 647410b4a66b42bf6ff02713f5106c95b061d025 (diff) | |
download | BIP39-30e3d246d494158b93550df5e70bcabc5f26f7c3.tar.gz BIP39-30e3d246d494158b93550df5e70bcabc5f26f7c3.tar.zst BIP39-30e3d246d494158b93550df5e70bcabc5f26f7c3.zip |
Merge pull request #434 from Joohansson/nanocurrency
Added support for NANO currency
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spec/tests.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 8b3b07b..78110af 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 | }); |
2158 | it('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 | }); | ||
2158 | it('Allows selection of Wagerr', function(done) { | 2168 | it('Allows selection of Wagerr', function(done) { |
2159 | var params = { | 2169 | var params = { |
2160 | selectText: "WGR - Wagerr", | 2170 | selectText: "WGR - Wagerr", |