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)