From 2180378d9b2a569c9aa427f7a38ed9bfb0e1ad4f Mon Sep 17 00:00:00 2001 From: Crystal Gomes Date: Tue, 19 Nov 2024 16:46:55 -0500 Subject: [PATCH 1/2] Nit: Token registration callout --- src/content/ccip/concepts/cross-chain-tokens.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/content/ccip/concepts/cross-chain-tokens.mdx b/src/content/ccip/concepts/cross-chain-tokens.mdx index c15dc0e3c53..b42ea2a270f 100644 --- a/src/content/ccip/concepts/cross-chain-tokens.mdx +++ b/src/content/ccip/concepts/cross-chain-tokens.mdx @@ -92,8 +92,7 @@ Before enabling an ERC20-compatible token in CCIP, it's important to understand - `getCCIPAdmin()`: This function returns the token administrator's address and is recommended for new tokens, as it allows for abstraction of the CCIP Token Administrator role from other common roles, like `owner()`. - **Requirements for CCIP token transfers**: The token's smart contract must meet minimum requirements to integrate with CCIP. From 04210e01baae3d4880bf0b927e5f61cfac54f646 Mon Sep 17 00:00:00 2001 From: aelmanaa Date: Wed, 20 Nov 2024 13:18:04 +0100 Subject: [PATCH 2/2] nit --- src/content/ccip/concepts/cross-chain-tokens.mdx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/content/ccip/concepts/cross-chain-tokens.mdx b/src/content/ccip/concepts/cross-chain-tokens.mdx index b42ea2a270f..6af2e1b48ee 100644 --- a/src/content/ccip/concepts/cross-chain-tokens.mdx +++ b/src/content/ccip/concepts/cross-chain-tokens.mdx @@ -92,7 +92,9 @@ Before enabling an ERC20-compatible token in CCIP, it's important to understand - `getCCIPAdmin()`: This function returns the token administrator's address and is recommended for new tokens, as it allows for abstraction of the CCIP Token Administrator role from other common roles, like `owner()`. - **Requirements for CCIP token transfers**: The token's smart contract must meet minimum requirements to integrate with CCIP. @@ -255,7 +257,7 @@ If the token contract includes the necessary functions (`getCCIPAdmin()` or `own #### Non-Self-Service Registration Flow -If the token contract does not have the necessary functions (`getCCIPAdmin()` or `owner()`), the token developer must manually initiate the registration by submitting a request [here](https://chain.link/ccip-contact). +If the token contract does not have the necessary functions (`getCCIPAdmin()` or `owner()`), the token developer must manually initiate the registration by submitting a request [here](https://chain.link/ccip-contact?v=Tokens:%20Token%20admin%20registration). #### Sequence Diagram: Proposing the Administrator