From d9ad938b521ad316f5fb6a80f260b77b80a0e864 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Thu, 11 Feb 2021 02:13:23 +0000 Subject: Add Cosmos Hub (ATOM) support Closes #452, thanks @conr2d --- tests/spec/tests.js | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tests') diff --git a/tests/spec/tests.js b/tests/spec/tests.js index f350fa7..7e553af 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -917,6 +917,16 @@ it('Allows selection of Aryacoin', function(done) { }; testNetwork(done, params); }); +it('Allows selection of Cosmos Hub', function(done) { + var params = { + selectText: "ATOM - Cosmos Hub", + phrase: "abandon abandon ability", + firstAddress: "cosmos17mkch9syem8gtf6wh7p38thdgav6dwezpkylny", + firstPubKey: "cosmospub1addwnpepq0sgn66ty4suk5vx3hsmxxqd5z3amegqwlu59funrzyz5u8r9758qhl84ys", + firstPrivKey: "zUnETPxmE2vkHzLHTAlO9wg8PL/GEEBc1I4yVwvSV8M=", + }; + testNetwork(done, params); +}); it('Allows selection of Auroracoin', function(done) { var params = { selectText: "AUR - Auroracoin", -- cgit v1.2.3