From d1d8699fc4f1599de39e643acc1d8be52114dd58 Mon Sep 17 00:00:00 2001 From: Shawn Arney Date: Wed, 29 Apr 2020 16:48:00 -0600 Subject: Adding FIO -Foundation for Interwallet Operability FIO - Foundation for Interwallet Operability. https://fioprotocol.io --- tests/spec/tests.js | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tests/spec') 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) { }; testNetwork(done, params); }); +it('Allows selection of FIO', function(done) { + var params = { + selectText: "FIO - Foundation for Interwallet Operability", + phrase: "valley alien library bread worry brother bundle hammer loyal barely dune brave", + firstPubKey: "FIO5kJKNHwctcfUM5XZyiWSqSTM5HTzznJP9F3ZdbhaQAHEVq575o", + firstPrivKey: "5Kbb37EAqQgZ9vWUHoPiC2uXYhyGSFNbL6oiDp24Ea1ADxV1qnu", + }; + testNetwork(done, params); +}); it('Allows selection of Firstcoin', function(done) { var params = { selectText: "FRST - Firstcoin", -- cgit v1.2.3