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 walletkit/android/chain-abstraction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ For example, check out implementation of chain abstraction in [sample wallet](ht

## Testing

To test Chain Abstraction, you can use the [AppKit laboratory](https://appkit-lab.reown.com/library/wagmi/) and try sending any supported [tokens](../../../walletkit/features/early-access/chain-abstraction.mdx#what-are-the-supported-tokens-and-networks) with any chain abstraction supported wallet.
To test Chain Abstraction, you can use the [AppKit laboratory](https://appkit-lab.reown.com/library/wagmi/) and try sending any supported [tokens](../../../walletkit/features/chain-abstraction#what-are-the-supported-tokens-and-networks) with any chain abstraction supported wallet.
You can also use this [sample wallet](https://appdistribution.firebase.dev/i/076a3bc9669d3bee) for testing.

<video controls width="100%" height="100%" style={{ borderRadius: '10px' }}>
Expand Down
2 changes: 1 addition & 1 deletion walletkit/features/chain-abstraction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ Chain Abstraction supports the following tokens across different networks:

### What are the limitations?

We currently support 1:1 transfers i.e. sourcing funds from one address to another. Make sure that you're transferring minimum 0.6$ worth of tokens(/walletkit/../walletkit/features/early-access/chain-abstraction.mdx#what-are-the-supported-tokens-and-networks) and have enough gas to pay bridging fees.
We currently support 1:1 transfers i.e. sourcing funds from one address to another. Make sure that you're transferring minimum 0.6$ worth of token and have enough gas to pay bridging fees.
Copy link

Copilot AI Sep 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammar issue: 'token' should be 'tokens' to maintain consistency with the plural form used elsewhere in the documentation.

Suggested change
We currently support 1:1 transfers i.e. sourcing funds from one address to another. Make sure that you're transferring minimum 0.6$ worth of token and have enough gas to pay bridging fees.
We currently support 1:1 transfers i.e. sourcing funds from one address to another. Make sure that you're transferring minimum 0.6$ worth of tokens and have enough gas to pay bridging fees.

Copilot uses AI. Check for mistakes.
2 changes: 1 addition & 1 deletion walletkit/flutter/chain-abstraction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ Best way to test Chain Abstraction is to use our Sample wallet.
- [Sample Wallet for iOS](https://testflight.apple.com/join/Uv0XoBuD)
- [Sample Wallet for Android](https://appdistribution.firebase.dev/i/2b8b3dce9e2831cd)

You can also use the [AppKit laboratory](https://appkit-lab.reown.com/library/wagmi/) and try sending [USDC/USDT](../../../walletkit/features/early-access/chain-abstraction.mdx#what-are-the-supported-tokens-and-networks) with any chain abstraction-supported wallet.
You can also use the [AppKit laboratory](https://appkit-lab.reown.com/library/wagmi/) and try sending [USDC/USDT](../../../walletkit/features/chain-abstraction#what-are-the-supported-tokens-and-networks) with any chain abstraction-supported wallet.

<video controls width="100%" height="100%" style={{ borderRadius: '10px' }}>
<source src="/images/assets/chain-abstraction-demo.mp4" type="video/mp4" />
Expand Down
2 changes: 1 addition & 1 deletion walletkit/ios/chain-abstraction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ For example, check out implementation of chain abstraction in [sample wallet](ht
## Testing

Best way to test Chain Abstraction is to use [sample wallet](https://testflight.apple.com/join/09bTAryp).
You can also use the [AppKit laboratory](https://appkit-lab.reown.com/library/wagmi/) and try sending any supported [tokens](../../../walletkit/features/early-access/chain-abstraction.mdx#what-are-the-supported-tokens-and-networks) with any chain abstraction-supported wallet.
You can also use the [AppKit laboratory](https://appkit-lab.reown.com/library/wagmi/) and try sending any supported [tokens](../../../walletkit/features/chain-abstraction#what-are-the-supported-tokens-and-networks) with any chain abstraction-supported wallet.

<video controls width="100%" height="100%" style={{ borderRadius: '10px' }}>
<source src="/images/assets/chain-abstraction-demo.mp4" type="video/mp4" />
Expand Down
2 changes: 1 addition & 1 deletion walletkit/react-native/chain-abstraction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ For example, check out implementation of chain abstraction in [sample wallet](ht

## Testing

To test Chain Abstraction, you can use the [AppKit laboratory](https://appkit-lab.reown.com/library/wagmi/) and try sending any supported [tokens](../../../walletkit/features/early-access/chain-abstraction.mdx#what-are-the-supported-tokens-and-networks) with any chain abstraction supported wallet.
To test Chain Abstraction, you can use the [AppKit laboratory](https://appkit-lab.reown.com/library/wagmi/) and try sending any supported [tokens](../../../walletkit/features/chain-abstraction#what-are-the-supported-tokens-and-networks) with any chain abstraction supported wallet.
You can also use this [sample wallet](https://appdistribution.firebase.dev/i/076a3bc9669d3bee) for testing.

<video controls width="100%" height="100%" style={{ borderRadius: '10px' }}>
Expand Down
2 changes: 1 addition & 1 deletion walletkit/web/chain-abstraction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ For example, check out implementation of chain abstraction in [sample wallet](ht

## Testing

To test Chain Abstraction, you can use the [AppKit laboratory](https://appkit-lab.reown.com/library/wagmi/) and try sending [USDC/USDT](../../../walletkit/features/experimental/chain-abstraction.mdx#what-are-the-supported-tokens-and-networks) with any chain abstraction supported wallet.
To test Chain Abstraction, you can use the [AppKit laboratory](https://appkit-lab.reown.com/library/wagmi/) and try sending [USDC/USDT](../../../walletkit/features/chain-abstraction#what-are-the-supported-tokens-and-networks) with any chain abstraction supported wallet.
You can also use this [sample wallet](https://react-wallet.walletconnect.com) for testing.

<video controls width="100%" height="100%" style={{ borderRadius: '10px' }}>
Expand Down