You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/engine/README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Insight TypeScript SDK
1
+
# Engine OpenAPI TypeScript wrapper
2
2
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.
4
4
5
5
## Configuration
6
6
@@ -41,4 +41,4 @@ const result = await writeContract({
41
41
});
42
42
```
43
43
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)
0 commit comments