mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-05 18:43:47 +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) {
|
||||
var params = {
|
||||
selectText: "SAFE - Safecoin",
|
||||
firstAddress: "RmV56kPW7jeCmDA8sukHwbR7RZSbg9NFNF",
|
||||
firstAddress: "RtxHpnhJz6RY8k9owP3ua5QWraunmewB1G",
|
||||
};
|
||||
testNetwork(done, params);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user