modified src/base/registrations/View.svelte
@@ -48,6 +48,8 @@
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified src/base/registrations/registrar.ts
@@ -14,6 +14,7 @@ export interface Registration {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -58,17 +59,19 @@ export async function getRegistration(name: string, config: Config): Promise<Reg
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/base/registrations/resolver.ts
@@ -34,6 +34,11 @@ export async function setRecords(name: string, records: EnsRecord[], resolver: E
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|