Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
import { Aside } from "@components"
import CcipCommon from "@features/ccip/CcipCommon.astro"

<CcipCommon callout="importCCIPPackage161" />
<CcipCommon callout="importCCIPPackage162" />

## BurnFromMintTokenPool

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
import { Aside } from "@components"
import CcipCommon from "@features/ccip/CcipCommon.astro"

<CcipCommon callout="importCCIPPackage161" />
<CcipCommon callout="importCCIPPackage162" />

## BurnMintTokenPoolAbstract

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
import { Aside } from "@components"
import CcipCommon from "@features/ccip/CcipCommon.astro"

<CcipCommon callout="importCCIPPackage161" />
<CcipCommon callout="importCCIPPackage162" />

## BurnMintTokenPool

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
import { Aside } from "@components"
import CcipCommon from "@features/ccip/CcipCommon.astro"

<CcipCommon callout="importCCIPPackage161" />
<CcipCommon callout="importCCIPPackage162" />

## CCIPReceiver

Expand Down
2 changes: 1 addition & 1 deletion src/content/ccip/api-reference/evm/v1.6.2/client.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
import { Aside } from "@components"
import CcipCommon from "@features/ccip/CcipCommon.astro"

<CcipCommon callout="importCCIPPackage161" />
<CcipCommon callout="importCCIPPackage162" />

## Client

Expand Down
2 changes: 1 addition & 1 deletion src/content/ccip/api-reference/evm/v1.6.2/errors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import CcipCommon from "@features/ccip/CcipCommon.astro"
import { CCIPSendError } from "@features/ccip/components/api-reference"
import { Aside, CopyText } from "@components"

<CcipCommon callout="importCCIPPackage161" />
<CcipCommon callout="importCCIPPackage162" />

When invoking the `ccipSend` [function](/ccip/api-reference/evm/v1.6.2/i-router-client#ccipsend), it is possible to encounter various errors. These might be thrown either by the CCIP router or by one of the downstream contracts called by the CCIP router. Below is a compiled list of potential errors you might encounter. Referencing this list will enable you to capture and handle these exceptions gracefully.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
import { Aside } from "@components"
import CcipCommon from "@features/ccip/CcipCommon.astro"

<CcipCommon callout="importCCIPPackage161" />
<CcipCommon callout="importCCIPPackage162" />

## IRouterClient

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
import { Aside } from "@components"
import CcipCommon from "@features/ccip/CcipCommon.astro"

<CcipCommon callout="importCCIPPackage161" />
<CcipCommon callout="importCCIPPackage162" />

## LockReleaseTokenPool

Expand Down
2 changes: 1 addition & 1 deletion src/content/ccip/api-reference/evm/v1.6.2/pool.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
import { Aside } from "@components"
import CcipCommon from "@features/ccip/CcipCommon.astro"

<CcipCommon callout="importCCIPPackage161" />
<CcipCommon callout="importCCIPPackage162" />

## Pool

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
import { Aside } from "@components"
import CcipCommon from "@features/ccip/CcipCommon.astro"

<CcipCommon callout="importCCIPPackage161" />
<CcipCommon callout="importCCIPPackage162" />

## RateLimiter

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
import { Aside } from "@components"
import CcipCommon from "@features/ccip/CcipCommon.astro"

<CcipCommon callout="importCCIPPackage161" />
<CcipCommon callout="importCCIPPackage162" />

## RegistryModuleOwnerCustom

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
import { Aside } from "@components"
import CcipCommon from "@features/ccip/CcipCommon.astro"

<CcipCommon callout="importCCIPPackage161" />
<CcipCommon callout="importCCIPPackage162" />

## TokenAdminRegistry

Expand Down
2 changes: 1 addition & 1 deletion src/content/ccip/api-reference/evm/v1.6.2/token-pool.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
import { Aside } from "@components"
import CcipCommon from "@features/ccip/CcipCommon.astro"

<CcipCommon callout="importCCIPPackage161" />
<CcipCommon callout="importCCIPPackage162" />

## TokenPool

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,34 +12,13 @@ import { Tabs } from "@components/Tabs"
```shell
npm install @chainlink/contracts-ccip@1.6.2
```

Then, add the following remappings to your `remappings.txt` or `foundry.toml` file:

```
"@chainlink/contracts-ccip/contracts/=node_modules/@chainlink/contracts-ccip/contracts/",
"@chainlink/contracts/=node_modules/@chainlink/contracts/",
"@openzeppelin/contracts@4.8.3/=node_modules/@openzeppelin/contracts-4.8.3/",
"@openzeppelin/contracts@5.0.2/=node_modules/@openzeppelin/contracts-5.0.2/"
```

</Fragment>

<Fragment slot="panel.2">
If you use [Yarn](https://yarnpkg.com/), install the [@chainlink/contracts-ccip NPM package](https://www.npmjs.com/package/@chainlink/contracts-ccip):

```shell
yarn add @chainlink/contracts-ccip@1.6.2
```

Then, add the following remappings to your `remappings.txt` or `foundry.toml` file:

```
"@chainlink/contracts-ccip/contracts/=node_modules/@chainlink/contracts-ccip/contracts/",
"@chainlink/contracts/=node_modules/@chainlink/contracts/",
"@openzeppelin/contracts@4.8.3/=node_modules/@openzeppelin/contracts-4.8.3/",
"@openzeppelin/contracts@5.0.2/=node_modules/@openzeppelin/contracts-5.0.2/"
```

</Fragment>

<Fragment slot="panel.3">
Expand Down
Loading