modified src/Header.svelte
@@ -107,7 +107,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/base/orgs/Org.ts
@@ -32,6 +32,8 @@ export class Org {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -78,6 +80,8 @@ export class Org {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -93,6 +97,8 @@ export class Org {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified src/base/registrations/registrar.ts
@@ -84,6 +84,8 @@ export async function registrationFee(config: Config) {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -119,6 +121,8 @@ async function commitAndRegister(name: string, owner: string, config: Config) {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -188,10 +192,10 @@ async function permitSignature(
|
|
|
|
|
|
| + | |
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
modified src/base/registrations/resolver.ts
@@ -2,6 +2,7 @@ import type { TransactionResponse } from '@ethersproject/providers';
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -12,6 +13,8 @@ const resolverAbi = [
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|