Allow ENS wildcards with labels up to 255 bytes wide; discussed with ENS and deemed safe (#4543).
This commit is contained in:
parent
f45bb87aef
commit
7f14bdebf1
@ -231,7 +231,7 @@ export class EnsResolver {
|
|||||||
});
|
});
|
||||||
|
|
||||||
params = [
|
params = [
|
||||||
dnsEncode(this.name),
|
dnsEncode(this.name, 255),
|
||||||
iface.encodeFunctionData(fragment, params)
|
iface.encodeFunctionData(fragment, params)
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user