Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aelmanaa committed Oct 4, 2024
1 parent 8a492ec commit f9c5678
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/content/ccip/tutorials/usdc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<br />
<br />

| Argument | Value and Description |
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| \_destinationChainSelector | <CopyText text="16015286601757825753" code/> <br /> 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_. <br /> The receiver contract address. |
| Argument | Value and Description |
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| \_destinationChainSelector | <CopyText text="16015286601757825753" code/> <br /> 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_. <br /> The receiver contract address. |

1. Fill in the arguments of the _**setGasLimitForDestinationChain**_: function:
1. Fill in the arguments of the _**setGasLimitForDestinationChain**_: function:

<br />
<br />

| Argument | Value and Description |
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| \_destinationChainSelector | <CopyText text="16015286601757825753" code/> <br /> The chain selector of _Ethereum Sepolia_. You can find it on the [supported networks page](/ccip/supported-networks). |
| \_gasLimit | <CopyText text="200000" code/> <br /> The gas limit for the execution of the CCIP message on the destination chain. |
| Argument | Value and Description |
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| \_destinationChainSelector | <CopyText text="16015286601757825753" code/> <br /> The chain selector of _Ethereum Sepolia_. You can find it on the [supported networks page](/ccip/supported-networks). |
| \_gasLimit | <CopyText text="200000" code/> <br /> The gas limit for the execution of the CCIP message on the destination chain. |

At this point:

Expand Down

0 comments on commit f9c5678

Please sign in to comment.