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 packages/ccip-js/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion packages/ccip-react-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down