From 593f9c5a9f88c9bbb662d718bf91f3e7694ba9d9 Mon Sep 17 00:00:00 2001 From: aelmanaa Date: Fri, 13 Dec 2024 14:36:12 +0100 Subject: [PATCH] update --- .../ChainUpdateBuilder.tsx | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/components/CCIP/TutorialBlockchainSelector/ChainUpdateBuilder.tsx b/src/components/CCIP/TutorialBlockchainSelector/ChainUpdateBuilder.tsx index f67b749c2e7..57a5291f56a 100644 --- a/src/components/CCIP/TutorialBlockchainSelector/ChainUpdateBuilder.tsx +++ b/src/components/CCIP/TutorialBlockchainSelector/ChainUpdateBuilder.tsx @@ -251,6 +251,30 @@ export const ChainUpdateBuilder = ({ chain, readOnly, defaultConfig, onCalculate )} + +

+ Rate limits control how many tokens can be transferred over a given blockchain lane within a specific time + frame. Each rate limit has: +

+ +

+ Learn more in the CCIP rate limits documentation. +

+
+
{/* Remote Configuration Section */}