Skip to content
Draft
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
5 changes: 5 additions & 0 deletions ccip-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,11 @@ to be cleared.

#### Sui Special Cases

> [!IMPORTANT]
> The Sui RPC URL must point to a **full node with archival data** that supports the **JSON-RPC API**.
> The CCIP CLI will migrate to gRPC before October 2026, following the Sui Foundation's
> [JSON-RPC deprecation announcement](https://docs.sui.io/develop/accessing-data/json-rpc-migration).

`--receiver-object-ids` specifies receiver object IDs required for Sui execution (e.g., `--receiver-object-ids 0xabc... 0xdef...`).

#### Canton Special Cases
Expand Down
Loading