From 100ce9402df1235e720c30fd3b8ee8e01f003489 Mon Sep 17 00:00:00 2001 From: MozirDmitriy Date: Thu, 26 Jun 2025 21:55:09 +0300 Subject: [PATCH] Update README.md --- typescript/agentkit/src/action-providers/across/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/typescript/agentkit/src/action-providers/across/README.md b/typescript/agentkit/src/action-providers/across/README.md index 3ca9ffb9f..d86e4bade 100644 --- a/typescript/agentkit/src/action-providers/across/README.md +++ b/typescript/agentkit/src/action-providers/across/README.md @@ -36,7 +36,7 @@ The status of bridge deposit can only be checked on Mainnets. ## ⚠️ Warning -Before briding funds, always make sure that you have access to the destination address on the destination chain! +Before bridging funds, always make sure that you have access to the destination address on the destination chain! Note that when using a CDP server wallet with CdpWalletProvider, a new wallet address is generated for each chain. This means that if you bridge tokens to the sender's address on one chain, you may not be able to access those funds on the destination chain within AgentKit since a different wallet address will be used. While you can export the private key to access funds in external wallets, it's recommended to either use ViemWalletProvider for consistent addresses across chains or ensure the destination address is different from the sender's address. @@ -48,4 +48,4 @@ The provider requires the following configuration: ## Notes -For more information on the **Across Protocol**, visit [Across Protocol Documentation](https://docs.across.to/). \ No newline at end of file +For more information on the **Across Protocol**, visit [Across Protocol Documentation](https://docs.across.to/).