mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-05 18:43:47 +00:00
Add DeepOnion (ONION)
This commit is contained in:
@@ -1077,6 +1077,13 @@ it('Allows selection of Omnicore', function(done) {
|
||||
};
|
||||
testNetwork(done, params);
|
||||
});
|
||||
it('Allows selection of DeepOnion', function(done) {
|
||||
var params = {
|
||||
selectText: "ONION - DeepOnion",
|
||||
firstAddress: "DVioZ2Rjc9krDf5bbHuixznSDumzvGpzVw",
|
||||
};
|
||||
testNetwork(done, params);
|
||||
});
|
||||
it('Allows selection of Pesobit', function(done) {
|
||||
var params = {
|
||||
selectText: "PSB - Pesobit",
|
||||
|
||||
Reference in New Issue
Block a user