From be1c322b31c9c7472ee216a201307d8d0824f006 Mon Sep 17 00:00:00 2001 From: katikatidimon <140461101+katikatidimon@users.noreply.github.com> Date: Sat, 17 Jan 2026 17:13:16 +0100 Subject: [PATCH 1/2] Update overview.mdx --- docs/mini-apps/featured-guidelines/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mini-apps/featured-guidelines/overview.mdx b/docs/mini-apps/featured-guidelines/overview.mdx index ad4d132b2..3f967a24f 100644 --- a/docs/mini-apps/featured-guidelines/overview.mdx +++ b/docs/mini-apps/featured-guidelines/overview.mdx @@ -19,7 +19,7 @@ Your app must meet all product, design, and technical guidelines outlined below. - * Explain the purpose of the app and how to get started, with clear onboarding instructions either on the home page or as a a pop-up window. + * Explain the purpose of the app and how to get started, with clear onboarding instructions either on the home page or as a pop-up window. * App only requests essential personal information, with clear context * Display user's avatar and username **(no 0x addresses)** From 2cd97efd55865cdab13d3a67e4b647df8edacf51 Mon Sep 17 00:00:00 2001 From: katikatidimon <140461101+katikatidimon@users.noreply.github.com> Date: Sat, 17 Jan 2026 17:15:58 +0100 Subject: [PATCH 2/2] Update bridge.mdx --- docs/onchainkit/latest/components/appchain/bridge.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/onchainkit/latest/components/appchain/bridge.mdx b/docs/onchainkit/latest/components/appchain/bridge.mdx index 256e185df..de0d4196e 100644 --- a/docs/onchainkit/latest/components/appchain/bridge.mdx +++ b/docs/onchainkit/latest/components/appchain/bridge.mdx @@ -204,7 +204,7 @@ const customBridgeableTokens: BridgeableToken[] = [ The `remoteToken` field represents the token address on the appchain you're bridging to. -ERC-20 tokens on the appchain must comply to the `IOptimismMintableERC20` interface to be bridgeable. +ERC-20 tokens on the appchain must comply with the `IOptimismMintableERC20` interface to be bridgeable. Follow the [Optimism documentation](https://docs.optimism.io/app-developers/tutorials/bridging/standard-bridge-standard-token#create-an-l2-erc-20-token) to retrieve the `remoteToken` address for your ERC-20 token. @@ -492,4 +492,4 @@ export type UseDepositButtonParams = { export type UseWithdrawButtonParams = { withdrawStatus: string; }; -``` \ No newline at end of file +```