Refactor isFulfilled check into a utils function
modified src/base/registrations/registrar.ts
@@ -6,7 +6,7 @@ import type { TypedDataSigner } from "@ethersproject/abstract-signer";
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -105,9 +105,7 @@ export async function getRegistration(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified src/profile.ts
@@ -9,6 +9,7 @@ import {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -215,10 +216,10 @@ export class Profile {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/project.ts
@@ -2,7 +2,7 @@ import { navigate } from "svelte-routing";
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -498,9 +498,6 @@ export class Project implements ProjectInfo {
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|
modified src/utils.ts
@@ -350,7 +350,7 @@ export function isDid(input: string): boolean {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -359,6 +359,12 @@ export function isAddress(input: string): boolean {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -556,9 +562,7 @@ export async function resolveEnsProfile(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|