From 11be3cd192039b3cb5ecf8c42c1bcae0b9243f3c Mon Sep 17 00:00:00 2001 From: shadab-taiko <108871478+shadab-taiko@users.noreply.github.com> Date: Tue, 27 Dec 2022 04:37:05 +0530 Subject: [PATCH] feat(bridge): change pending message for l2 to l1 (#486) --- .../src/components/ERC20Faucet.svelte | 72 ------------------- .../src/components/Transaction.svelte | 6 +- 2 files changed, 3 insertions(+), 75 deletions(-) delete mode 100644 packages/bridge-ui/src/components/ERC20Faucet.svelte diff --git a/packages/bridge-ui/src/components/ERC20Faucet.svelte b/packages/bridge-ui/src/components/ERC20Faucet.svelte deleted file mode 100644 index 77ea0ec016..0000000000 --- a/packages/bridge-ui/src/components/ERC20Faucet.svelte +++ /dev/null @@ -1,72 +0,0 @@ - - -
- - -
- - - -

- You can request 1000 {$token.symbol}. {$token.symbol} is only available to - be minted on Ethereum A1. If you are on Taiko A1, your network will be changed - first. You must have a small amount of ETH in your Ethereum A1 wallet to - send the transaction. -

-
-
diff --git a/packages/bridge-ui/src/components/Transaction.svelte b/packages/bridge-ui/src/components/Transaction.svelte index 2ed40a0f35..e40029a24d 100644 --- a/packages/bridge-ui/src/components/Transaction.svelte +++ b/packages/bridge-ui/src/components/Transaction.svelte @@ -133,7 +133,7 @@ {#if !processable} - Pending... + Pending {fromChain.id === CHAIN_TKO.id ? '(2-3hrs)': ''}... {:else if !transaction.receipt && transaction.status === MessageStatus.New}
{:else if transaction.receipt && transaction.status === MessageStatus.New} await claim(transaction)} > Claim {:else if transaction.status === MessageStatus.Retriable} await claim(transaction)} > Retry