modified public/index.css
@@ -247,10 +247,10 @@ a.address {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -261,18 +261,13 @@ input[type="text"], input[type="number"] {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified src/base/faucet/Index.svelte
@@ -1,32 +1,34 @@
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -35,8 +37,6 @@
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -54,7 +54,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -101,7 +101,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/base/faucet/Withdraw.svelte
@@ -12,6 +12,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -23,7 +24,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -70,7 +71,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/base/faucet/lib.ts
@@ -3,9 +3,9 @@ import * as ethers from 'ethers';
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -14,7 +14,7 @@ export async function withdraw(amount: number, config: Config): Promise<Transact
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -29,7 +29,7 @@ export async function getMaxWithdrawAmount(config: Config): Promise<ethers.BigNu
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -38,7 +38,7 @@ export async function calculateTimeLock(amount: ethers.BigNumber, config: Config
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/utils.ts
@@ -10,6 +10,7 @@ import type { EnsProfile } from "@app/base/registrations/registrar";
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -61,6 +62,10 @@ export async function toClipboard(text: string): Promise<void> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|