From f9c5678376a3f250a8508ded031eafc1649954fc Mon Sep 17 00:00:00 2001 From: aelmanaa Date: Fri, 4 Oct 2024 17:16:31 +0200 Subject: [PATCH] update --- src/content/ccip/tutorials/usdc.mdx | 30 ++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/content/ccip/tutorials/usdc.mdx b/src/content/ccip/tutorials/usdc.mdx index 384d4ef422c..93a8dc13456 100644 --- a/src/content/ccip/tutorials/usdc.mdx +++ b/src/content/ccip/tutorials/usdc.mdx @@ -134,27 +134,27 @@ Deploy the Staker and Receiver contracts on _Ethereum Sepolia_. Configure the Re 1. Click on `transact` and confirm the transaction on MetaMask. -Configure the Sender contract on _Avalanche Fuji_: +1. Configure the Sender contract on _Avalanche Fuji_: -1. Open MetaMask and select the network _Avalanche Fuji_. -1. In Remix IDE, under _Deploy & Run Transactions_, open the list of transactions of your Sender contract deployed on _Avalanche Fuji_. -1. Fill in the arguments of the _**setReceiverForDestinationChain**_ function: + 1. Open MetaMask and select the network _Avalanche Fuji_. + 1. In Remix IDE, under _Deploy & Run Transactions_, open the list of transactions of your Sender contract deployed on _Avalanche Fuji_. + 1. Fill in the arguments of the _**setReceiverForDestinationChain**_ function: -
+
- | Argument | Value and Description | - | -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | - | \_destinationChainSelector |
The chain selector of _Ethereum Sepolia_. You can find it on the [supported networks page](/ccip/supported-networks). | - | \_receiver | Your receiver contract address at _Ethereum Sepolia_.
The receiver contract address. | + | Argument | Value and Description | + | -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | + | \_destinationChainSelector |
The chain selector of _Ethereum Sepolia_. You can find it on the [supported networks page](/ccip/supported-networks). | + | \_receiver | Your receiver contract address at _Ethereum Sepolia_.
The receiver contract address. | -1. Fill in the arguments of the _**setGasLimitForDestinationChain**_: function: + 1. Fill in the arguments of the _**setGasLimitForDestinationChain**_: function: -
+
- | Argument | Value and Description | - | -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | - | \_destinationChainSelector |
The chain selector of _Ethereum Sepolia_. You can find it on the [supported networks page](/ccip/supported-networks). | - | \_gasLimit |
The gas limit for the execution of the CCIP message on the destination chain. | + | Argument | Value and Description | + | -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | + | \_destinationChainSelector |
The chain selector of _Ethereum Sepolia_. You can find it on the [supported networks page](/ccip/supported-networks). | + | \_gasLimit |
The gas limit for the execution of the CCIP message on the destination chain. | At this point: