modified src/base/registrations/registrar.ts
@@ -67,10 +67,6 @@ export function registrar(config: Config): ethers.Contract {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -101,7 +97,7 @@ async function commitAndRegister(name: string, owner: string, config: Config): P
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -126,7 +122,7 @@ async function commit(commitment: string, fee: BigNumber, minAge: number, config
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/config.ts
@@ -29,6 +29,7 @@ export class Config {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -54,6 +55,11 @@ export class Config {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/session.ts
@@ -1,5 +1,4 @@
|
|
| - | |
|
|
|
|
|
@@ -61,12 +60,11 @@ export const loadState = (initial: State): Store => {
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -91,8 +89,7 @@ export const loadState = (initial: State): Store => {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -200,22 +197,17 @@ state.subscribe(s => {
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|