Skip to content

Commit

Permalink
Merge pull request #276 from reown-com/add-usdt-ca
Browse files Browse the repository at this point in the history
added USDT support for chain abstraction
  • Loading branch information
vrajdesai78 authored Feb 10, 2025
2 parents 959a17b + e77f864 commit aea40af
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/walletkit/android/experimental/chain-abstraction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,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 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 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
4 changes: 2 additions & 2 deletions docs/walletkit/features/experimental/chain-abstraction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ Chain Abstraction is available on the following networks:

### What are the supported tokens for Chain Abstraction?

Currently, Chain Abstraction supports USDC but we are working on adding support for more tokens.
Currently, Chain Abstraction supports USDC and USDT but we are working on adding support for more tokens.

### 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.55 USDC 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.55 USDC/USDT and have enough gas to pay bridging fees.
2 changes: 1 addition & 1 deletion docs/walletkit/ios/experimental/chain-abstraction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,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 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 with any chain abstraction-supported wallet.
You can also use this [sample wallet](https://testflight.apple.com/join/09bTAryp) for testing.

<video controls width="100%" height="100%" style={{ borderRadius: '10px' }}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,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 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 with any chain abstraction supported wallet.
You can also use this [sample wallet](https://appdistribution.firebase.google.com/testerapps/1:222905275039:android:799d1c9291d92ebe8c88aa/releases/7tkfoelis7n08) for testing.

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

0 comments on commit aea40af

Please sign in to comment.