Skip to content

Commit 8f605d9

Browse files
[SDK] Update package READMEs with correct naming and documentation links (#7071)
1 parent d0c2ac6 commit 8f605d9

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

packages/engine/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Insight TypeScript SDK
1+
# Engine OpenAPI TypeScript wrapper
22

3-
This package is a thin openAPI wrapper for insight, our in-house indexer.
3+
This package is a thin OpenAPI wrapper for Engine, our backend onchain executor service.
44

55
## Configuration
66

@@ -41,4 +41,4 @@ const result = await writeContract({
4141
});
4242
```
4343

44-
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)
44+
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)

packages/insight/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Insight TypeScript SDK
1+
# Insight OpenAPI TypeScript Wrapper
22

33
This package is a thin openAPI wrapper for insight, our in-house indexer.
44

packages/vault-sdk/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Vault SDK
22

33
This package contains utilities to interact with Vault, thirdweb's key management servive.
4+
5+
[View documentation](https://portal.thirdweb.com/vault)

0 commit comments

Comments
 (0)