mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-18 16:32:18 +00:00
Fix SAFE test address
This commit is contained in:
@@ -1365,7 +1365,7 @@ it('Allows selection of Phore', function(done) {
|
|||||||
it('Allows selection of Safecoin', function(done) {
|
it('Allows selection of Safecoin', function(done) {
|
||||||
var params = {
|
var params = {
|
||||||
selectText: "SAFE - Safecoin",
|
selectText: "SAFE - Safecoin",
|
||||||
firstAddress: "RmV56kPW7jeCmDA8sukHwbR7RZSbg9NFNF",
|
firstAddress: "RtxHpnhJz6RY8k9owP3ua5QWraunmewB1G",
|
||||||
};
|
};
|
||||||
testNetwork(done, params);
|
testNetwork(done, params);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user