Skip to content

Commit 341a14e

Browse files
Update ccip-1.6.2 installation callout (#3113)
1 parent a273360 commit 341a14e

14 files changed

+13
-34
lines changed

src/content/ccip/api-reference/evm/v1.6.2/burn-from-mint-token-pool.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
import { Aside } from "@components"
1010
import CcipCommon from "@features/ccip/CcipCommon.astro"
1111

12-
<CcipCommon callout="importCCIPPackage161" />
12+
<CcipCommon callout="importCCIPPackage162" />
1313

1414
## BurnFromMintTokenPool
1515

src/content/ccip/api-reference/evm/v1.6.2/burn-mint-token-pool-abstract.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
import { Aside } from "@components"
1010
import CcipCommon from "@features/ccip/CcipCommon.astro"
1111

12-
<CcipCommon callout="importCCIPPackage161" />
12+
<CcipCommon callout="importCCIPPackage162" />
1313

1414
## BurnMintTokenPoolAbstract
1515

src/content/ccip/api-reference/evm/v1.6.2/burn-mint-token-pool.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
import { Aside } from "@components"
1010
import CcipCommon from "@features/ccip/CcipCommon.astro"
1111

12-
<CcipCommon callout="importCCIPPackage161" />
12+
<CcipCommon callout="importCCIPPackage162" />
1313

1414
## BurnMintTokenPool
1515

src/content/ccip/api-reference/evm/v1.6.2/ccip-receiver.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
import { Aside } from "@components"
1414
import CcipCommon from "@features/ccip/CcipCommon.astro"
1515

16-
<CcipCommon callout="importCCIPPackage161" />
16+
<CcipCommon callout="importCCIPPackage162" />
1717

1818
## CCIPReceiver
1919

src/content/ccip/api-reference/evm/v1.6.2/client.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
import { Aside } from "@components"
1414
import CcipCommon from "@features/ccip/CcipCommon.astro"
1515

16-
<CcipCommon callout="importCCIPPackage161" />
16+
<CcipCommon callout="importCCIPPackage162" />
1717

1818
## Client
1919

src/content/ccip/api-reference/evm/v1.6.2/errors.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import CcipCommon from "@features/ccip/CcipCommon.astro"
1010
import { CCIPSendError } from "@features/ccip/components/api-reference"
1111
import { Aside, CopyText } from "@components"
1212

13-
<CcipCommon callout="importCCIPPackage161" />
13+
<CcipCommon callout="importCCIPPackage162" />
1414

1515
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.
1616

src/content/ccip/api-reference/evm/v1.6.2/i-router-client.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
import { Aside } from "@components"
1414
import CcipCommon from "@features/ccip/CcipCommon.astro"
1515

16-
<CcipCommon callout="importCCIPPackage161" />
16+
<CcipCommon callout="importCCIPPackage162" />
1717

1818
## IRouterClient
1919

src/content/ccip/api-reference/evm/v1.6.2/lock-release-token-pool.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
import { Aside } from "@components"
1010
import CcipCommon from "@features/ccip/CcipCommon.astro"
1111

12-
<CcipCommon callout="importCCIPPackage161" />
12+
<CcipCommon callout="importCCIPPackage162" />
1313

1414
## LockReleaseTokenPool
1515

src/content/ccip/api-reference/evm/v1.6.2/pool.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
import { Aside } from "@components"
1010
import CcipCommon from "@features/ccip/CcipCommon.astro"
1111

12-
<CcipCommon callout="importCCIPPackage161" />
12+
<CcipCommon callout="importCCIPPackage162" />
1313

1414
## Pool
1515

src/content/ccip/api-reference/evm/v1.6.2/rate-limiter.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
import { Aside } from "@components"
1010
import CcipCommon from "@features/ccip/CcipCommon.astro"
1111

12-
<CcipCommon callout="importCCIPPackage161" />
12+
<CcipCommon callout="importCCIPPackage162" />
1313

1414
## RateLimiter
1515

0 commit comments

Comments
 (0)