modified src/Card.svelte
@@ -5,7 +5,11 @@
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/Cards.svelte
@@ -1,23 +1,20 @@
|
|
| - | |
|
|
| + | |
| + | |
|
|
| - | |
|
|
| - | |
| - | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -31,31 +28,26 @@
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
modified src/WalletConnectSigner.ts
@@ -33,8 +33,10 @@ export class WalletConnectSigner extends ethers.Signer {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/base/home/Index.svelte
@@ -18,7 +18,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/base/registrations/registrar.ts
@@ -58,7 +58,7 @@ state.subscribe((s: Connection) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -99,7 +99,7 @@ export async function getRegistration(name: string, config: Config, resolver?: E
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -109,7 +109,7 @@ export async function getAvatar(name: string, config: Config, resolver?: EnsReso
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -119,7 +119,7 @@ export async function getSeedHost(name: string, config: Config, resolver?: EnsRe
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -129,7 +129,7 @@ export async function getSeedId(name: string, config: Config, resolver?: EnsReso
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/profile.ts
@@ -7,8 +7,8 @@ import type { Config } from "@app/config";
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -30,12 +30,12 @@ export class Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -125,6 +125,7 @@ export class Profile {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -134,31 +135,34 @@ export class Profile {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified src/utils.ts
@@ -89,6 +89,7 @@ export function formatCAIP10Address(address: string, protocol: string, impl: num
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -326,6 +327,7 @@ export async function resolveEnsProfile(addressOrName: string, profileType: Prof
|
|
|
|
|
|
| + | |
|
|
|
|
|