modified src/blockies.ts
@@ -106,7 +106,7 @@ export interface Options {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/error.ts
@@ -34,14 +34,14 @@ class AssertionError extends Error {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
modified src/project.ts
@@ -65,8 +65,9 @@ export interface Tree {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/session.ts
@@ -1,4 +1,4 @@
| - | |
| + | |
|
|
|
|
|
@@ -29,7 +29,18 @@ export interface Session {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -45,7 +56,7 @@ export const loadState = (initial: State) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -154,7 +165,7 @@ export const loadState = (initial: State) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -183,7 +194,7 @@ state.subscribe(s => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -200,7 +211,7 @@ export function token(config: Config): ethers.Contract {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/utils.ts
@@ -17,21 +17,21 @@ export interface Safe {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -191,7 +191,7 @@ export async function getSafe(address: string, config: Config): Promise<Safe | n
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|