aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2020-04-28 09:25:55 +1000
committerGitHub <noreply@github.com>2020-04-28 09:25:55 +1000
commitd359fe64b2f43f59714815d7ec5e1c82de50afd0 (patch)
treef3b9d09e8703940290f715a65f6d2d48e7c1c8fb /tests
parent1bf76fe32df9c374c6262e47dacb1ff331438198 (diff)
parent46054e445ed10b12f8a373bbb8f6dbcc81db3e1d (diff)
downloadBIP39-d359fe64b2f43f59714815d7ec5e1c82de50afd0.tar.gz
BIP39-d359fe64b2f43f59714815d7ec5e1c82de50afd0.tar.zst
BIP39-d359fe64b2f43f59714815d7ec5e1c82de50afd0.zip
Merge pull request #416 from Argoneum/argoneum
Add Argoneum (v1.4.1 or above)
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) {