diff --git a/packages/bridge-ui/src/components/ERC20Faucet.svelte b/packages/bridge-ui/src/components/ERC20Faucet.svelte deleted file mode 100644 index 77ea0ec016f..00000000000 --- 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 2ed40a0f354..e40029a24db 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