You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ConfigResolver supports wildcard resolution, allowing `<address>.yourname.eth` to resolve without users needing to claim the subname first. This enables:
179
+
180
+
-**Address resolution**: `<address>.yourname.eth` automatically resolves to that address
181
+
-**Text records**: Users can set records that resolve via any parent name
182
+
183
+
### Set ConfigResolver as the parent name's resolver
184
+
185
+
For wildcard resolution to work, your parent name must use the ConfigResolver as its resolver.
186
+
187
+
**For wrapped names (NameWrapper):**
188
+
189
+
```bash
190
+
# Set ConfigResolver as the resolver for your parent name
0 commit comments