mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-27 21:00:41 +00:00
Add Safecoin
Safecoin (SAFE) safecoin.org
This commit is contained in:
@@ -1355,6 +1355,13 @@ it('Allows selection of Phore', function(done) {
|
|||||||
};
|
};
|
||||||
testNetwork(done, params);
|
testNetwork(done, params);
|
||||||
});
|
});
|
||||||
|
it('Allows selection of Safecoin', function(done) {
|
||||||
|
var params = {
|
||||||
|
selectText: "SAFE - Safecoin",
|
||||||
|
firstAddress: "RmV56kPW7jeCmDA8sukHwbR7RZSbg9NFNF",
|
||||||
|
};
|
||||||
|
testNetwork(done, params);
|
||||||
|
});
|
||||||
|
|
||||||
// BIP39 seed is set from phrase
|
// BIP39 seed is set from phrase
|
||||||
it('Sets the bip39 seed from the prhase', function(done) {
|
it('Sets the bip39 seed from the prhase', function(done) {
|
||||||
|
|||||||
Reference in New Issue
Block a user