diff options
author | Shawn Arney <shawn@arneyconsulting.com> | 2020-04-29 16:48:00 -0600 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2020-05-11 08:43:55 +1000 |
commit | d1d8699fc4f1599de39e643acc1d8be52114dd58 (patch) | |
tree | 45cf5b16dfae38f37380ea20ddeb88d0990ab68b /tests/spec | |
parent | e284827677b7f9fa591e86c74f7310bd00308654 (diff) | |
download | BIP39-d1d8699fc4f1599de39e643acc1d8be52114dd58.tar.gz BIP39-d1d8699fc4f1599de39e643acc1d8be52114dd58.tar.zst BIP39-d1d8699fc4f1599de39e643acc1d8be52114dd58.zip |
Adding FIO -Foundation for Interwallet Operability
FIO - Foundation for Interwallet Operability.
https://fioprotocol.io
Diffstat (limited to 'tests/spec')
-rw-r--r-- | tests/spec/tests.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 15a52b3..dc6e4b5 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1205,6 +1205,15 @@ it('Allows selection of Feathercoin', function(done) { | |||
1205 | }; | 1205 | }; |
1206 | testNetwork(done, params); | 1206 | testNetwork(done, params); |
1207 | }); | 1207 | }); |
1208 | it('Allows selection of FIO', function(done) { | ||
1209 | var params = { | ||
1210 | selectText: "FIO - Foundation for Interwallet Operability", | ||
1211 | phrase: "valley alien library bread worry brother bundle hammer loyal barely dune brave", | ||
1212 | firstPubKey: "FIO5kJKNHwctcfUM5XZyiWSqSTM5HTzznJP9F3ZdbhaQAHEVq575o", | ||
1213 | firstPrivKey: "5Kbb37EAqQgZ9vWUHoPiC2uXYhyGSFNbL6oiDp24Ea1ADxV1qnu", | ||
1214 | }; | ||
1215 | testNetwork(done, params); | ||
1216 | }); | ||
1208 | it('Allows selection of Firstcoin', function(done) { | 1217 | it('Allows selection of Firstcoin', function(done) { |
1209 | var params = { | 1218 | var params = { |
1210 | selectText: "FRST - Firstcoin", | 1219 | selectText: "FRST - Firstcoin", |