From 586c037b4c0be256f1f6180ea9191d992dd05f24 Mon Sep 17 00:00:00 2001 From: Will Winder Date: Mon, 10 Feb 2025 07:47:53 -0500 Subject: [PATCH] Update components.md (#574) --- docs/components.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/components.md b/docs/components.md index ee3ad8d00..7f86d1c22 100644 --- a/docs/components.md +++ b/docs/components.md @@ -1,6 +1,6 @@ # Plugin Components -* shared types and interfaces - [chainlink-common, ccipocr3](https://github.com/smartcontractkit/chainlink-ccip/tree/main/pkg/types/ccipocr3) +* shared types and interfaces - [chainlink-ccip, ccipocr3](https://github.com/smartcontractkit/chainlink-ccip/tree/main/pkg/types/ccipocr3) * [OCR Plugins](https://github.com/smartcontractkit/chainlink-ccip) * [commit](https://github.com/smartcontractkit/chainlink-ccip/tree/main/commit) * [execute](https://github.com/smartcontractkit/chainlink-ccip/tree/main/execute) @@ -10,5 +10,6 @@ * EVM * [providers (hashing, encoding, etc)](https://github.com/smartcontractkit/chainlink/tree/develop/core/capabilities/ccip/ccipevm) * [contract reader & writer configuration](https://github.com/smartcontractkit/chainlink/tree/develop/core/capabilities/ccip/configs/evm) + * [Solana](https://github.com/smartcontractkit/chainlink/tree/develop/core/capabilities/ccip/ccipsolana) * integration tests * [initial deploy test](https://github.com/smartcontractkit/chainlink/blob/develop/integration-tests/deployment/ccip/changeset/initial_deploy_test.go)