forked from smartcontractkit/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CCIP onboarding of new tokens process (smartcontractkit#1747)
* CCIP onboarding of new tokens process * onboarding of new tokens * link to concepts * Update src/content/ccip/supported-networks/index.mdx * Add links to the Token Pools architecture page * Concepts intro for supported networks * Update src/content/ccip/architecture.mdx Co-authored-by: Crystal Gomes <thedriftofwords@users.noreply.github.com> * Update src/content/ccip/supported-networks/v1_2_0/testnet.mdx Co-authored-by: Crystal Gomes <thedriftofwords@users.noreply.github.com> * Update src/content/ccip/supported-networks/v1_0_0/mainnet.mdx Co-authored-by: Crystal Gomes <thedriftofwords@users.noreply.github.com> * Update src/content/ccip/supported-networks/v1_2_0/mainnet.mdx Co-authored-by: Crystal Gomes <thedriftofwords@users.noreply.github.com> * Update Supported-networks-concepts.mdx * Update Supported-networks-concepts.mdx --------- Co-authored-by: aelmanaa <aelmanaa@gmail.com> Co-authored-by: Amine E <aelmanaa@users.noreply.github.com> Co-authored-by: Crystal Gomes <thedriftofwords@users.noreply.github.com>
- Loading branch information
1 parent
9793bf3
commit 17c601b
Showing
8 changed files
with
37 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
import { Aside } from "@components" | ||
|
||
The configurations detailed on this page refer to [token pools](/ccip/architecture#token-pools) and [CCIP rate limits](/ccip/architecture#ccip-rate-limits). Each supported token has a [token pool](/ccip/architecture#token-pools) to facilitate various operations for transferring token value, and to enable [rate limits](/ccip/architecture#ccip-rate-limits) on token transfers. There are [rate limits for each individual token pool](/ccip/architecture#token-pool-rate-limit) and also [aggregate rate limits](/ccip/architecture#aggregate-rate-limit) that apply to all supported tokens on a particular lane. Both types of rate limits have a maximum capacity and a refill rate. | ||
|
||
This page also lists the supported fee tokens for each lane, which shows how you can pay for CCIP fees. The [CCIP Billing](/ccip/billing) page explains how CCIP fees are calculated. |