modified src/base/registrations/View.svelte
@@ -56,8 +56,10 @@
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/base/registrations/registrar.ts
@@ -14,7 +14,8 @@ export interface Registration {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -59,19 +60,21 @@ export async function getRegistration(name: string, config: Config): Promise<Reg
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified src/base/registrations/resolver.ts
@@ -34,7 +34,8 @@ export async function setRecords(name: string, records: EnsRecord[], resolver: E
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified src/profile.ts
@@ -56,7 +56,7 @@ export class Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|