Skip to content

Commit 481eaf2

Browse files
Nit: Token registration callout (#2194)
* Nit: Token registration callout * nit --------- Co-authored-by: aelmanaa <aelmanaa@gmail.com>
1 parent e741604 commit 481eaf2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/content/ccip/concepts/cross-chain-tokens.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,9 @@ Before enabling an ERC20-compatible token in CCIP, it's important to understand
9292
- `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()`.
9393

9494
<Aside type="note">
95-
In the event that these functions are not available, registration can be performed by submitting a form
96-
[here](https://chain.link/ccip-contact).
95+
If these functions are not available, use [this contact
96+
form](https://chain.link/ccip-contact?v=Tokens:%20Token%20admin%20registration) to request assistance with
97+
registration.
9798
</Aside>
9899

99100
- **Requirements for CCIP token transfers**: The token's smart contract must meet minimum requirements to integrate with CCIP.
@@ -256,7 +257,7 @@ If the token contract includes the necessary functions (`getCCIPAdmin()` or `own
256257

257258
#### Non-Self-Service Registration Flow
258259

259-
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).
260+
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).
260261

261262
#### Sequence Diagram: Proposing the Administrator
262263

0 commit comments

Comments
 (0)