diff --git a/packages/website/pages/docs/guides/build-on-taiko/setup-your-wallet.mdx b/packages/website/pages/docs/guides/build-on-taiko/setup-your-wallet.mdx
index 4b4a65fdac1..fc56b32a6e8 100644
--- a/packages/website/pages/docs/guides/build-on-taiko/setup-your-wallet.mdx
+++ b/packages/website/pages/docs/guides/build-on-taiko/setup-your-wallet.mdx
@@ -2,11 +2,7 @@ import { Steps } from "nextra-theme-docs";
import { AddTokenButton } from "components/Button/AddTokenButton";
import { ConnectToMetamaskButton } from "components/Button/ConnectToMetamaskButton";
-import {
- ELDFELL_CONFIG,
- GRIMSVOTN_CONFIG,
- SEPOLIA_CONFIG,
-} from "domain/chain";
+import { ELDFELL_CONFIG, GRIMSVOTN_CONFIG, SEPOLIA_CONFIG } from "domain/chain";
# Setup your wallet
@@ -27,36 +23,36 @@ This guide helps you connect your wallet to Taiko's networks.
### Add tokens to your wallet
-
-
-
-
-
-
@@ -66,3 +62,11 @@ This guide helps you connect your wallet to Taiko's networks.
### The add chain buttons did not work
Try to manually add the network to your wallet using the [RPC configuration](/docs/reference/rpc-configuration), or by using [chainlist.org](https://chainlist.org) (make sure to check the box for "Include testnets").
+
+### Transactions are stuck in "pending"
+
+You may have transactions stuck in Metamask as "pending", this can happen if the transaction is dropped from the mempool.
+
+You can fix it by following these steps:
+
+1. Go to Settings > Advanced > Click "Clear activity tab data"