mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-18 08:22:16 +00:00
Add Ravencoin (RVN)
This commit is contained in:
@@ -1068,6 +1068,13 @@ it('Allows selection of Putincoin', function(done) {
|
||||
};
|
||||
testNetwork(done, params);
|
||||
});
|
||||
it('Allows selection of Ravencoin', function(done) {
|
||||
var params = {
|
||||
selectText: "RVN - Ravencoin",
|
||||
firstAddress: "RBuDoVNnzvFsEcX8XKPm8ic4mgiCzjUCNk",
|
||||
};
|
||||
testNetwork(done, params);
|
||||
});
|
||||
it('Allows selection of Reddcoin', function(done) {
|
||||
var params = {
|
||||
selectText: "RDD - Reddcoin",
|
||||
|
||||
Reference in New Issue
Block a user