aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHsuan Lee <boczeratul@gmail.com>2019-03-14 11:13:41 +0800
committerHsuan Lee <boczeratul@gmail.com>2019-03-14 11:13:41 +0800
commit6cbd3bc8c22256bf35df5d69d8ef6685590b66e4 (patch)
tree23e67e2939acde581c8c09d1fffc0365a7b3a3cd /tests
parent74762b369e1446cede3db718d0f7348d0f57ab75 (diff)
downloadBIP39-6cbd3bc8c22256bf35df5d69d8ef6685590b66e4.tar.gz
BIP39-6cbd3bc8c22256bf35df5d69d8ef6685590b66e4.tar.zst
BIP39-6cbd3bc8c22256bf35df5d69d8ef6685590b66e4.zip
Add definitions for DEXON (DXN)
Diffstat (limited to 'tests')
-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) {