From 47b87671297e104362997815f965386868113b46 Mon Sep 17 00:00:00 2001 From: Friedger Date: Sun, 2 Feb 2025 17:59:16 +0100 Subject: [PATCH] chore: update link to @stacks/rpc-client --- client/MIGRATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/MIGRATION.md b/client/MIGRATION.md index 013fe3a5f..8ec262b28 100644 --- a/client/MIGRATION.md +++ b/client/MIGRATION.md @@ -5,7 +5,7 @@ This library is now generated with [openapi-typescript](https://openapi-ts.dev/openapi-fetch/) rather than [swagger-codegen](https://github.com/swagger-api/swagger-codegen). Several types which previously presented as the `any` type are now fixed, and the `@stacks/stacks-blockchain-api-types` package is no longer needed. -This repo no longer includes a schema for the Stacks Blockchain RPC interface. An alternative client library for the RPC interface can be found at https://github.com/hirosystems/stacks.js/pull/1737. +This repo no longer includes a schema for the Stacks Blockchain RPC interface. An alternative client library for the RPC interface can be found at [@stacks/rpc-client](https://github.com/hirosystems/stacks-rpc-client). #### Configuration & Middleware