modified src/Form.svelte
@@ -23,7 +23,10 @@
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/api.ts
@@ -5,8 +5,8 @@ export async function get(
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -14,9 +14,10 @@ export async function get(
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified src/base/projects/Browser.svelte
@@ -188,9 +188,9 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified src/base/registrations/View.svelte
@@ -75,12 +75,14 @@
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
|
|
|
|
|
modified src/base/registrations/registrar.ts
@@ -20,7 +20,7 @@ export interface EnsProfile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -72,12 +72,12 @@ export async function getRegistration(name: string, config: Config): Promise<Reg
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -88,7 +88,7 @@ export async function getRegistration(name: string, config: Config): Promise<Reg
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -113,7 +113,7 @@ export async function getSeed(name: string, config: Config): Promise<string | nu
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/base/registrations/resolver.ts
@@ -35,7 +35,7 @@ export async function setRecords(name: string, records: EnsRecord[], resolver: E
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/config.json
@@ -50,7 +50,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/config.ts
@@ -55,7 +55,7 @@ export class Config {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -66,7 +66,6 @@ export class Config {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -97,7 +96,7 @@ export class Config {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -126,10 +125,10 @@ export class Config {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/profile.ts
@@ -73,7 +73,7 @@ export class Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/utils.ts
@@ -63,14 +63,6 @@ export function formatHash(hash: string): string {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -256,13 +248,13 @@ export async function resolveEnsProfile(address: string, profileType: ProfileTyp
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -277,7 +269,7 @@ export async function resolveEnsProfile(address: string, profileType: ProfileTyp
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|