You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/ccip/tutorials/evm/token-manager.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,8 @@ After enabling your tokens, you can also use Transporter to perform transfers an
32
32
33
33
Currently, the following advanced features are not yet supported in Token Manager:
34
34
35
-
-**Token pool replacements and upgrades for existing tokens**. This capability will be added in a subsequent update. To learn more about the process of replacing and upgrading existing token pools, review the [CCIP token pool upgradability](/ccip/concepts/cross-chain-tokens#token-pool-upgradability) section.
36
-
-**Deployment of token pools that use the [Lock and Unlock mechanism](/ccip/concepts/cross-chain-tokens#token-handling-mechanisms-and-token-pool-deployment)**. The Token Manager Wizard automatically configures all tokens with the Burn & Mint mechanism. (Refer to the [Burn & Mint token contract](https://github.com/smartcontractkit/chainlink/blob/contracts-ccip/v1.6.0-beta.0/contracts/src/v0.8/ccip/tokenAdminRegistry/TokenPoolFactory/FactoryBurnMintERC20.sol) and [Burn & Mint token pool contract](https://github.com/smartcontractkit/chainlink/blob/contracts-ccip/v1.6.0-beta.0/contracts/src/v0.8/ccip/pools/BurnMintTokenPool.sol) for the Burn & Mint mechanism.)
35
+
-**Token pool replacements and upgrades for existing tokens**. This capability will be added in a subsequent update. To learn more about the process of replacing and upgrading existing token pools, review the [CCIP token pool upgradability](/ccip/concepts/cross-chain-token/evm/upgradability) section.
36
+
-**Deployment of token pools that use the [Lock and Unlock mechanism](/ccip/concepts/cross-chain-token/overview#token-handling-mechanisms)**. The Token Manager Wizard automatically configures all tokens with the Burn & Mint mechanism. (Refer to the [Burn & Mint token contract](https://github.com/smartcontractkit/chainlink/blob/contracts-ccip/v1.6.0-beta.0/contracts/src/v0.8/ccip/tokenAdminRegistry/TokenPoolFactory/FactoryBurnMintERC20.sol) and [Burn & Mint token pool contract](https://github.com/smartcontractkit/chainlink/blob/contracts-ccip/v1.6.0-beta.0/contracts/src/v0.8/ccip/pools/BurnMintTokenPool.sol) for the Burn & Mint mechanism.)
37
37
- Deployment or enablement of custom token pools is not yet supported.
38
38
39
39
## Getting started
@@ -139,7 +139,7 @@ If you have existing token(s) that you've already deployed, you can use the Toke
139
139
140
140
<ClickToZoomsrc="/images/ccip/token-manager/existing/2-token-pool-type.png"alt="Selecting token pool types" />
141
141
142
-
Before selecting a token pool type, be sure to review [CCIP token handling mechanisms](/ccip/concepts/cross-chain-tokens#token-handling-mechanisms-and-token-pool-deployment).
142
+
Before selecting a token pool type, be sure to review [CCIP token handling mechanisms](/ccip/concepts/cross-chain-token/overview#token-handling-mechanisms).
143
143
144
144
1. On the **Networks** page, select the additional blockchain networks where you'd like to deploy your new token. For additional networks, Token Manager Wizard workflow automatically configures all tokens with the Burn & Mint mechanism. (Refer to the [token contract](https://github.com/smartcontractkit/chainlink/blob/contracts-ccip/v1.6.0-beta.0/contracts/src/v0.8/ccip/tokenAdminRegistry/TokenPoolFactory/FactoryBurnMintERC20.sol) and [token pool contract](https://github.com/smartcontractkit/chainlink/blob/develop/contracts/src/v0.8/ccip/pools/BurnMintTokenPool.sol) for the Burn & Mint mechanism.)
145
145
1. On the **Summary** page, each network you've selected appears along with an expandable list of the transactions the Token Manager will guide you through to deploy your token for each network.
@@ -163,8 +163,8 @@ If you have existing token(s) that you've already deployed, you can use the Toke
163
163
Unlike the other steps where you're simply prompted to confirm transactions in your wallet, the Token Manager
164
164
prompts you to grant Burn/Mint privileges manually, and then confirm that you've done so before proceeding with
165
165
further steps. It's crucial to complete this manual step to ensure your CCIP transactions will work properly.
166
-
Review the [CCT requirements](/ccip/concepts/cross-chain-tokens#requirements-for-cross-chain-tokens) to understand
167
-
the requirements your token must fulfill.
166
+
Review the [CCT requirements](/ccip/concepts/cross-chain-token/evm/tokens) to understand the requirements your
167
+
token must fulfill.
168
168
</Aside>
169
169
170
170
For the other tokens in your network, the Token Manager also guides you through updating existing token pools to incorporate the tokens you're adding.
0 commit comments