modified src/base/orgs/Org.ts
@@ -26,18 +26,6 @@ const GetOrgs = `
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -58,7 +46,7 @@ export class Org {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -70,7 +58,7 @@ export class Org {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -136,7 +124,7 @@ export class Org {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -159,7 +147,7 @@ export class Org {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -176,7 +164,7 @@ export class Org {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/base/registrations/registrar.ts
@@ -10,17 +10,6 @@ import type { Config } from '@app/config';
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -75,7 +64,7 @@ export async function getRegistration(name: string, config: Config): Promise<Reg
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -213,16 +202,12 @@ function makeCommitment(name: string, owner: string, salt: Uint8Array): string {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/base/registrations/resolver.ts
@@ -4,22 +4,16 @@ import { ethers } from 'ethers';
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/base/vesting/vesting.ts
@@ -4,22 +4,6 @@ import * as session from "@app/session";
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -31,7 +15,7 @@ export interface VestingInfo {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -45,7 +29,7 @@ export async function withdrawVested(address: string, config: Config) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -54,7 +38,7 @@ export async function getInfo(address: string, config: Config): Promise<VestingI
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/config.json
@@ -57,5 +57,53 @@
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
modified src/config.ts
@@ -26,6 +26,7 @@ export class Config {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -50,6 +51,7 @@ export class Config {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/session.ts
@@ -47,7 +47,7 @@ export const createState = (initial: State) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -76,7 +76,7 @@ export const createState = (initial: State) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -171,17 +171,8 @@ state.subscribe(s => {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -194,7 +185,7 @@ export async function approveSpender(spender: string, amount: BigNumber, config:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|