modified src/base/registrations/Submit.svelte
@@ -53,6 +53,8 @@
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -60,12 +62,18 @@
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified src/base/registrations/registrar.ts
@@ -26,8 +26,11 @@ export interface Registration {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
| + | |
|
|
|
|
|
@@ -35,8 +38,11 @@ export enum State {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
| + | |
|
|
|
|
|
@@ -141,14 +147,15 @@ async function commitAndRegister(name: string, owner: string, config: Config): P
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -161,6 +168,8 @@ async function commit(commitment: string, fee: BigNumber, minAge: number, config
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -181,6 +190,8 @@ async function permitSignature(
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -213,11 +224,13 @@ async function permitSignature(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|