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 d9a1843..e7c81bc 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -2226,6 +2226,16 @@ it('Allows selection of tRBTC - RSK Testnet', function(done) {
2226 }; 2226 };
2227 testNetwork(done, params); 2227 testNetwork(done, params);
2228}); 2228});
2229it('Allows selection of Argoneum', function(done) {
2230 var params = {
2231 selectText: "AGM - Argoneum",
2232 phrase: "abandon abandon ability",
2233 firstAddress: "MWgLPvJkaJwH6hrXFs1MimAC4FwC1kYRhe",
2234 firstPubKey: "0348e5252045fee1d3b1e5bce25dbc16284d5b6c3bfff9c305d4ffa6078c16f3f8",
2235 firstPrivKey: "VJXpuMEFnK8USLyo5tgF7M4cBXU44U8MUor1KRTQ6t9DVno9AAgg",
2236 };
2237 testNetwork(done, params);
2238});
2229 2239
2230// BIP39 seed is set from phrase 2240// BIP39 seed is set from phrase
2231it('Sets the bip39 seed from the prhase', function(done) { 2241it('Sets the bip39 seed from the prhase', function(done) {