From ae3ac741b2fe629340894e0a9412fc71ff17475c Mon Sep 17 00:00:00 2001 From: Zubin Pratap Date: Tue, 25 Mar 2025 11:33:29 +1100 Subject: [PATCH] update ccip-js package README to fix install instructions and not hard pin the viem version that gets installed due to GH issue 8. --- packages/ccip-js/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/ccip-js/README.md b/packages/ccip-js/README.md index 3cc7892..35eed35 100644 --- a/packages/ccip-js/README.md +++ b/packages/ccip-js/README.md @@ -69,19 +69,19 @@ Additionally, after the transfer, you may need to check the transfer status. To install the package, use the following command: ```sh -npm install @chainlink/ccip-js viem +npm install @chainlink/ccip-js ``` Or with Yarn: ```sh -yarn add @chainlink/ccip-js viem +yarn add @chainlink/ccip-js ``` Or with PNPM: ```sh -pnpm add @chainlink/ccip-js viem +pnpm add @chainlink/ccip-js ``` ## Usage