mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-23 10:50:41 +00:00
TSTRAT test
This commit is contained in:
@@ -1096,6 +1096,13 @@ it('Allows selection of Stratis', function(done) {
|
|||||||
};
|
};
|
||||||
testNetwork(done, params);
|
testNetwork(done, params);
|
||||||
});
|
});
|
||||||
|
it('Allows selection of Stratis Test', function(done) {
|
||||||
|
var params = {
|
||||||
|
selectText: "TSTRAT - Stratis Test",
|
||||||
|
firstAddress: "TRLWm3dye4FRrDWouwYUSUZP96xb76mBE3",
|
||||||
|
};
|
||||||
|
testNetwork(done, params);
|
||||||
|
});
|
||||||
it('Allows selection of Syscoin', function(done) {
|
it('Allows selection of Syscoin', function(done) {
|
||||||
var params = {
|
var params = {
|
||||||
selectText: "SYS - Syscoin",
|
selectText: "SYS - Syscoin",
|
||||||
|
|||||||
Reference in New Issue
Block a user