From a2a529987a1158ba23016908fafd12c1c7a368c9 Mon Sep 17 00:00:00 2001 From: Joaquim Verges Date: Sat, 17 May 2025 00:46:59 +1200 Subject: [PATCH] [SDK] Update package READMEs with correct naming and documentation links --- packages/engine/README.md | 6 +++--- packages/insight/README.md | 2 +- packages/vault-sdk/README.md | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/packages/engine/README.md b/packages/engine/README.md index 859a0cd378c..922e4cfd851 100644 --- a/packages/engine/README.md +++ b/packages/engine/README.md @@ -1,6 +1,6 @@ -# Insight TypeScript SDK +# Engine OpenAPI TypeScript wrapper -This package is a thin openAPI wrapper for insight, our in-house indexer. +This package is a thin OpenAPI wrapper for Engine, our backend onchain executor service. ## Configuration @@ -41,4 +41,4 @@ const result = await writeContract({ }); ``` -This package was autogenerated from the [Insight openAPI spec](https://insight-api.thirdweb.com/reference) using [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) +This package was autogenerated from the [Engine openAPI spec](https://engine.thirdweb.com/reference) using [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) diff --git a/packages/insight/README.md b/packages/insight/README.md index 0e55b8cdbe5..d584ba2d258 100644 --- a/packages/insight/README.md +++ b/packages/insight/README.md @@ -1,4 +1,4 @@ -# Insight TypeScript SDK +# Insight OpenAPI TypeScript Wrapper This package is a thin openAPI wrapper for insight, our in-house indexer. diff --git a/packages/vault-sdk/README.md b/packages/vault-sdk/README.md index 06852393924..610166b5fb5 100644 --- a/packages/vault-sdk/README.md +++ b/packages/vault-sdk/README.md @@ -1,3 +1,5 @@ # Vault SDK This package contains utilities to interact with Vault, thirdweb's key management servive. + +[View documentation](https://portal.thirdweb.com/vault)