diff options
author | Oleg Semyonov <osnwt@github.com> | 2020-04-18 14:52:13 +0300 |
---|---|---|
committer | Oleg Semyonov <osnwt@github.com> | 2020-04-25 14:26:06 +0300 |
commit | 46054e445ed10b12f8a373bbb8f6dbcc81db3e1d (patch) | |
tree | 863d7c2dba59959ce188570146274815474c8112 /tests | |
parent | 54600393af3293dc9e0f222b24ebd07b63824330 (diff) | |
download | BIP39-46054e445ed10b12f8a373bbb8f6dbcc81db3e1d.tar.gz BIP39-46054e445ed10b12f8a373bbb8f6dbcc81db3e1d.tar.zst BIP39-46054e445ed10b12f8a373bbb8f6dbcc81db3e1d.zip |
Add Argoneum (v1.4.1 or above)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spec/tests.js | 10 |
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 | }); |
2219 | it('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 |
2221 | it('Sets the bip39 seed from the prhase', function(done) { | 2231 | it('Sets the bip39 seed from the prhase', function(done) { |