modified src/base/orgs/Org.ts
@@ -1,5 +1,5 @@
|
|
| - | |
| + | |
|
|
|
|
|
modified src/base/registrations/registrar.ts
@@ -63,19 +63,19 @@ export async function getRegistration(name: string, config: Config): Promise<Reg
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -95,7 +95,7 @@ export async function registerName(name: string, owner: string, config: Config)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -117,7 +117,7 @@ async function commitAndRegister(name: string, owner: string, config: Config) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/base/vesting/state.ts
@@ -1,4 +1,4 @@
| - | |
| + | |
|
|
|
|
|
modified src/base/vesting/vesting.ts
@@ -14,7 +14,7 @@ export interface VestingInfo {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -30,8 +30,6 @@ export async function withdrawVested(address: string, config: Config) {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|