modified src/App.svelte
@@ -20,7 +20,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/base/faucet/Index.svelte
@@ -32,7 +32,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -48,8 +48,8 @@
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified src/base/faucet/Withdraw.svelte
@@ -25,7 +25,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/base/seeds/View.svelte
@@ -109,7 +109,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/base/vesting/vesting.ts
@@ -26,7 +26,7 @@ export async function withdrawVested(address: string, config: Config): Promise<v
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/session.ts
@@ -2,7 +2,7 @@ import { get, writable, derived } from "svelte/store";
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -22,7 +22,7 @@ export type TxState =
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -31,13 +31,6 @@ enum SignerType {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -45,7 +38,8 @@ export type State =
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -56,17 +50,13 @@ export interface Store extends Readable<State> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -75,8 +65,6 @@ export const loadState = (initial: State): Store => {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -84,9 +72,8 @@ export const loadState = (initial: State): Store => {
|
|
|
|
|
|
| - | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -105,12 +92,12 @@ export const loadState = (initial: State): Store => {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -123,8 +110,6 @@ export const loadState = (initial: State): Store => {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -133,10 +118,9 @@ export const loadState = (initial: State): Store => {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -152,24 +136,18 @@ export const loadState = (initial: State): Store => {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -219,13 +197,13 @@ export const loadState = (initial: State): Store => {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -298,14 +276,14 @@ export const loadState = (initial: State): Store => {
|
|
|
|
|
|
| - | |
|
|
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -334,18 +312,19 @@ window.ethereum?.on('chainChanged', () => {
|
|
|
|
|
|
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
| - | |
| + | |
|
|
|
|
|