mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-09 22:04:01 +00:00
fix ens by using right addres depending on chain and also add isAvailable
This commit is contained in:
parent
11f81858d5
commit
eab906c719
@ -374,6 +374,10 @@ EmbarkJS.Names.lookup = function (identifier, callback) {
|
||||
return this.currentNameSystems.lookup(identifier, callback);
|
||||
};
|
||||
|
||||
EmbarkJS.Names.isAvailable = function () {
|
||||
return this.currentNameSystems.isAvailable();
|
||||
};
|
||||
|
||||
// To Implement
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user