Add definitions for DEXON (DXN)

This commit is contained in:
Hsuan Lee
2019-03-14 11:13:41 +08:00
parent 74762b369e
commit 6cbd3bc8c2
2 changed files with 16 additions and 1 deletions

View File

@@ -1404,6 +1404,13 @@ it('Allows selection of BlockStamp', function(done) {
};
testNetwork(done, params);
});
it('Allows selection of DEXON', function(done) {
var params = {
selectText: "DXN - DEXON",
firstAddress: "0x136a58788033E028CCd740FbDec6734358DB56Ec",
};
testNetwork(done, params);
});
// BIP39 seed is set from phrase
it('Sets the bip39 seed from the prhase', function(done) {