aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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 31fa043..1b92915 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -2216,6 +2216,16 @@ it('Allows selection of tRBTC - RSK Testnet', function(done) {
2216 }; 2216 };
2217 testNetwork(done, params); 2217 testNetwork(done, params);
2218}); 2218});
2219it('Allows selection of Argoneum', function(done) {
2220 var params = {
2221 selectText: "AGM - Argoneum",
2222 phrase: "abandon abandon ability",
2223 firstAddress: "MWgLPvJkaJwH6hrXFs1MimAC4FwC1kYRhe",
2224 firstPubKey: "0348e5252045fee1d3b1e5bce25dbc16284d5b6c3bfff9c305d4ffa6078c16f3f8",
2225 firstPrivKey: "VJXpuMEFnK8USLyo5tgF7M4cBXU44U8MUor1KRTQ6t9DVno9AAgg",
2226 };
2227 testNetwork(done, params);
2228});
2219 2229
2220// BIP39 seed is set from phrase 2230// BIP39 seed is set from phrase
2221it('Sets the bip39 seed from the prhase', function(done) { 2231it('Sets the bip39 seed from the prhase', function(done) {