-
addRemoteTokensAndPools
+
applyChainUpdates
Configure cross-chain token and pool mapping
diff --git a/src/components/CCIP/TutorialBlockchainSelector/DeployPoolStep.module.css b/src/components/CCIP/TutorialBlockchainSelector/DeployPoolStep.module.css
index b347f97b232..401b353903b 100644
--- a/src/components/CCIP/TutorialBlockchainSelector/DeployPoolStep.module.css
+++ b/src/components/CCIP/TutorialBlockchainSelector/DeployPoolStep.module.css
@@ -207,3 +207,11 @@
margin-left: 0.25rem;
font-size: 0.8em;
}
+
+.contractName {
+ display: block;
+ font-size: var(--font-size-sm);
+ color: var(--color-text-secondary);
+ font-family: var(--font-mono);
+ margin-top: var(--space-1x);
+}
diff --git a/src/components/CCIP/TutorialBlockchainSelector/DeployPoolStep.tsx b/src/components/CCIP/TutorialBlockchainSelector/DeployPoolStep.tsx
index 711affa4061..cd663064e69 100644
--- a/src/components/CCIP/TutorialBlockchainSelector/DeployPoolStep.tsx
+++ b/src/components/CCIP/TutorialBlockchainSelector/DeployPoolStep.tsx
@@ -74,7 +74,10 @@ export const DeployPoolStep = ({ chain }: DeployPoolStepProps) => {
onClick={() => setPoolType("burn")}
>
- Burn & Mint Pool
+
+ Burn & Mint Pool
+ BurnMintTokenPool
+
{poolType === "burn" && }
@@ -91,7 +94,10 @@ export const DeployPoolStep = ({ chain }: DeployPoolStepProps) => {
onClick={() => setPoolType("lock")}
>
- Lock & Release Pool
+
+ Lock & Release Pool
+ LockReleaseTokenPool
+
{poolType === "lock" && }
@@ -107,6 +113,16 @@ export const DeployPoolStep = ({ chain }: DeployPoolStepProps) => {
+
+
+ - Open the "Deploy & Run Transactions" tab
+ - Set Environment to "Injected Provider - MetaMask"
+ -
+ Select {poolType === "burn" ? "BurnMintTokenPool" : "LockReleaseTokenPool"} contract
+
+
+
+
Configure your pool by setting these required parameters in Remix: