aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/tests.js
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2019-03-14 21:17:14 +1100
committerGitHub <noreply@github.com>2019-03-14 21:17:14 +1100
commitdba22db54d6adc81660f4cca45edb30db3899ad9 (patch)
tree23e67e2939acde581c8c09d1fffc0365a7b3a3cd /tests/spec/tests.js
parent74762b369e1446cede3db718d0f7348d0f57ab75 (diff)
parent6cbd3bc8c22256bf35df5d69d8ef6685590b66e4 (diff)
downloadBIP39-dba22db54d6adc81660f4cca45edb30db3899ad9.tar.gz
BIP39-dba22db54d6adc81660f4cca45edb30db3899ad9.tar.zst
BIP39-dba22db54d6adc81660f4cca45edb30db3899ad9.zip
Merge pull request #310 from boczeratul/master
Add definitions for DEXON (DXN)
Diffstat (limited to 'tests/spec/tests.js')
-rw-r--r--tests/spec/tests.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index ad40b95..e0b1161 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -1404,6 +1404,13 @@ it('Allows selection of BlockStamp', function(done) {
1404 }; 1404 };
1405 testNetwork(done, params); 1405 testNetwork(done, params);
1406}); 1406});
1407it('Allows selection of DEXON', function(done) {
1408 var params = {
1409 selectText: "DXN - DEXON",
1410 firstAddress: "0x136a58788033E028CCd740FbDec6734358DB56Ec",
1411 };
1412 testNetwork(done, params);
1413});
1407 1414
1408// BIP39 seed is set from phrase 1415// BIP39 seed is set from phrase
1409it('Sets the bip39 seed from the prhase', function(done) { 1416it('Sets the bip39 seed from the prhase', function(done) {