Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/mini-apps/featured-guidelines/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Your app must meet all product, design, and technical guidelines outlined below.
</Step>

<Step title="Onboarding Flow">
* 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)**
</Step>
Expand Down
4 changes: 2 additions & 2 deletions docs/onchainkit/latest/components/appchain/bridge.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -492,4 +492,4 @@ export type UseDepositButtonParams = {
export type UseWithdrawButtonParams = {
withdrawStatus: string;
};
```
```