modified src/base/register/registrar.ts
@@ -3,17 +3,19 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -75,7 +77,6 @@ export async function registerName(name: string, owner: string, config: Config)
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -83,13 +84,6 @@ export async function registerName(name: string, owner: string, config: Config)
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -110,10 +104,23 @@ async function commitAndRegister(name: string, owner: string, config: Config) {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -124,6 +131,45 @@ async function commit(commitment: string, fee: BigNumber, minAge: number, config
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/base/register/state.ts
@@ -3,7 +3,6 @@ import { derived, writable } from "svelte/store";
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified src/base/register/steps/Submit.svelte
@@ -54,13 +54,7 @@
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified src/config.ts
@@ -1,4 +1,5 @@
|
|
| + | |
|
|
|
|
|
@@ -14,7 +15,7 @@ export type Config = {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/session.ts
@@ -162,6 +162,9 @@ const tokenAbi = [
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -177,6 +180,10 @@ export async function approveSpender(spender: string, amount: BigNumber, config:
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/utils.ts
@@ -23,3 +23,8 @@ export function parseEnsLabel(name: string, config: Config) {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |