We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d68964 commit 3e54ee6Copy full SHA for 3e54ee6
sdk/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@thirdweb-dev/engine",
3
- "version": "0.0.15",
+ "version": "0.0.16",
4
"main": "dist/thirdweb-dev-engine.cjs.js",
5
"module": "dist/thirdweb-dev-engine.esm.js",
6
"files": [
src/scripts/generate-sdk.ts
@@ -3,7 +3,7 @@ import fs from "node:fs";
import path from "node:path";
import { kill } from "node:process";
-const ENGINE_OPENAPI_URL = "http://localhost:3005/json";
+const ENGINE_OPENAPI_URL = "https://demo.web3api.thirdweb.com/json";
7
const REPLACE_LOG_FILE = "sdk/replacement_log.txt";
8
9
type BasicOpenAPISpec = {
0 commit comments