From be2c4a9383143c470dcb41669cc47d9e030c591a Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Thu, 5 Jun 2025 19:27:01 +0300 Subject: [PATCH 1/2] Update api.ts --- packages/ccip-js/src/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ccip-js/src/api.ts b/packages/ccip-js/src/api.ts index 0bf9c62..5eb4ebe 100644 --- a/packages/ccip-js/src/api.ts +++ b/packages/ccip-js/src/api.ts @@ -1251,7 +1251,7 @@ export enum TransferStatus { } /** - * Extends the Viem.Log type to fetch cross-chain trasnfer messageId. + * Extends the Viem.Log type to fetch cross-chain transfer messageId. */ export type CCIPTransferReceipt = Viem.Log & { args: { From c7a12598f73b7d83ce256b15cee8b2456331f39a Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Thu, 5 Jun 2025 19:27:38 +0300 Subject: [PATCH 2/2] Update README.md --- packages/ccip-react-components/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ccip-react-components/README.md b/packages/ccip-react-components/README.md index 34dd5cd..478fecd 100644 --- a/packages/ccip-react-components/README.md +++ b/packages/ccip-react-components/README.md @@ -103,7 +103,7 @@ const config: Config = { export type NetworkConfig = { /** List of all chains that should be supported */ chains: { chain: Chain; logoURL?: string }[]; - /** You should provide a list of tokens that your app will support transfering. + /** You should provide a list of tokens that your app will support transferring. * Refer to https://docs.chain.link/ccip/supported-networks for list of all currently supported * tokens. For instructions on acquiring testnet tokens, refer to the documentation on * https://docs.chain.link/ccip/test-tokens#mint-tokens-in-a-block-explorer.