diff --git a/docs/ensnode.io/src/content/docs/docs/integrate/integration-options/enskit/example.mdx b/docs/ensnode.io/src/content/docs/docs/integrate/integration-options/enskit/example.mdx
index 3ff146694..051081b85 100644
--- a/docs/ensnode.io/src/content/docs/docs/integrate/integration-options/enskit/example.mdx
+++ b/docs/ensnode.io/src/content/docs/docs/integrate/integration-options/enskit/example.mdx
@@ -14,16 +14,14 @@ This playground loads the same source as [`enskit-react-example`](https://github
-:::note[First load may take a moment]
-The editor runs entirely in your browser. Downloading of **enskit**, **enssdk** and their heavy dependencies may take 30-60 seconds.
-:::
-
-After the project is ready, edit the app and run **`npm start`** in the terminal to restart the Vite dev server. Use the **preview** pane to interact with the running UI.
-
:::caution[StackBlitz embed outage]
StackBlitz is having problems with embedded WebContainer projects as of **May 19**. If the editor does not load, use the **Fork on StackBlitz** button in the bottom left to open and run the example on stackblitz.com.
:::
+:::note[First load may take a few minutes]
+The embedded StackBlitz editor runs entirely in your browser. Downloading and installing all npm packages may take a few minutes. Watch the install progress in the terminal of the StackBlitz editor.
+:::
+
[Back to enskit overview](/docs/integrate/integration-options/enskit)
diff --git a/docs/ensnode.io/src/content/docs/docs/integrate/integration-options/enssdk/example.mdx b/docs/ensnode.io/src/content/docs/docs/integrate/integration-options/enssdk/example.mdx
index 3f9940c0f..1704ecc28 100644
--- a/docs/ensnode.io/src/content/docs/docs/integrate/integration-options/enssdk/example.mdx
+++ b/docs/ensnode.io/src/content/docs/docs/integrate/integration-options/enssdk/example.mdx
@@ -18,12 +18,12 @@ This playground loads the same source as [`enssdk-example`](https://github.com/n
The embedded StackBlitz editor runs entirely in your browser. Downloading and installing all npm packages may take a few minutes. Watch the install progress in the terminal of the StackBlitz editor.
:::
-You can edit the script and run **`npm start`** in the terminal to run it again.
-
:::caution[StackBlitz embed outage]
StackBlitz is having problems with embedded WebContainer projects as of **May 19**. If the editor does not load, use the **Fork on StackBlitz** button in the bottom left to open and run the example on stackblitz.com.
:::
+You can edit the script and re-execute **`npm start`** in the terminal to run it again.
+
[Back to enssdk overview](/docs/integrate/integration-options/enssdk)
diff --git a/examples/enskit-react-example/package.json b/examples/enskit-react-example/package.json
index 1adc33966..b1be96787 100644
--- a/examples/enskit-react-example/package.json
+++ b/examples/enskit-react-example/package.json
@@ -12,8 +12,8 @@
"generate:gqlschema": "gql.tada generate-output"
},
"dependencies": {
- "enskit": "0.0.0-preview-fix-sha-89c022b-20260519094840",
- "enssdk": "0.0.0-preview-fix-sha-89c022b-20260519094840",
+ "enskit": "1.13.1",
+ "enssdk": "1.13.1",
"react": "catalog:",
"react-dom": "catalog:",
"react-router": "^7.6.1"
diff --git a/examples/enssdk-example/package.json b/examples/enssdk-example/package.json
index 436cf56f4..228017560 100644
--- a/examples/enssdk-example/package.json
+++ b/examples/enssdk-example/package.json
@@ -10,7 +10,7 @@
"generate:gqlschema": "gql.tada generate-output"
},
"dependencies": {
- "enssdk": "0.0.0-preview-fix-sha-89c022b-20260519094840"
+ "enssdk": "1.13.1"
},
"devDependencies": {
"@types/node": "catalog:",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 21e2baca2..7f9b1181b 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -844,11 +844,11 @@ importers:
examples/enskit-react-example:
dependencies:
enskit:
- specifier: 0.0.0-preview-fix-sha-89c022b-20260519094840
- version: 0.0.0-preview-fix-sha-89c022b-20260519094840(gql.tada@1.9.1(graphql@16.11.0)(typescript@5.9.3))(graphql@16.11.0)(react@19.2.1)(viem@2.50.3(typescript@5.9.3)(zod@4.3.6))
+ specifier: 1.13.1
+ version: 1.13.1(gql.tada@1.9.1(graphql@16.11.0)(typescript@5.9.3))(graphql@16.11.0)(react@19.2.1)(viem@2.50.3(typescript@5.9.3)(zod@4.3.6))
enssdk:
- specifier: 0.0.0-preview-fix-sha-89c022b-20260519094840
- version: 0.0.0-preview-fix-sha-89c022b-20260519094840(gql.tada@1.9.1(graphql@16.11.0)(typescript@5.9.3))(graphql@16.11.0)(viem@2.50.3(typescript@5.9.3)(zod@4.3.6))
+ specifier: 1.13.1
+ version: 1.13.1(gql.tada@1.9.1(graphql@16.11.0)(typescript@5.9.3))(graphql@16.11.0)(viem@2.50.3(typescript@5.9.3)(zod@4.3.6))
react:
specifier: 'catalog:'
version: 19.2.1
@@ -881,8 +881,8 @@ importers:
examples/enssdk-example:
dependencies:
enssdk:
- specifier: 0.0.0-preview-fix-sha-89c022b-20260519094840
- version: 0.0.0-preview-fix-sha-89c022b-20260519094840(gql.tada@1.9.1(graphql@16.11.0)(typescript@5.9.3))(graphql@16.11.0)(viem@2.50.3(typescript@5.9.3)(zod@4.3.6))
+ specifier: 1.13.1
+ version: 1.13.1(gql.tada@1.9.1(graphql@16.11.0)(typescript@5.9.3))(graphql@16.11.0)(viem@2.50.3(typescript@5.9.3)(zod@4.3.6))
devDependencies:
'@types/node':
specifier: 'catalog:'
@@ -6528,8 +6528,8 @@ packages:
resolution: {integrity: sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==}
engines: {node: '>=8.6'}
- enskit@0.0.0-preview-fix-sha-89c022b-20260519094840:
- resolution: {integrity: sha512-tfHXorVpsUbl/ft4HXw7ls/X+vdwoYQepK+VgYRN7QKvHFarLnnJvh2l4uO74nfsEYfDLX5syY5TDmbpwyZcvg==}
+ enskit@1.13.1:
+ resolution: {integrity: sha512-f0POAYoLXY9JVJEaUhh7b4VfeyCiDnhWnHJ4MC32Opr3gaAb3ox5FJziABmmOVWWLj/45y5AKz3b9M2G44UHWA==}
peerDependencies:
gql.tada: ^1.8.10
graphql: ^16
@@ -6543,6 +6543,13 @@ packages:
graphql: ^16
viem: ^2
+ enssdk@1.13.1:
+ resolution: {integrity: sha512-xE5LAXDLmfEgLqfVJ7BNN9XT5b8J8bwMVhYsowfy0riiWBH7syex3vPt3kAq5XuOfzoIc3qUhUrqBw4JtVy2+Q==}
+ peerDependencies:
+ gql.tada: ^1.8.10
+ graphql: ^16
+ viem: ^2
+
entities@4.5.0:
resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
engines: {node: '>=0.12'}
@@ -16261,11 +16268,11 @@ snapshots:
ansi-colors: 4.1.3
strip-ansi: 6.0.1
- enskit@0.0.0-preview-fix-sha-89c022b-20260519094840(gql.tada@1.9.1(graphql@16.11.0)(typescript@5.9.3))(graphql@16.11.0)(react@19.2.1)(viem@2.50.3(typescript@5.9.3)(zod@4.3.6)):
+ enskit@1.13.1(gql.tada@1.9.1(graphql@16.11.0)(typescript@5.9.3))(graphql@16.11.0)(react@19.2.1)(viem@2.50.3(typescript@5.9.3)(zod@4.3.6)):
dependencies:
'@urql/core': 6.0.1(graphql@16.11.0)
'@urql/exchange-graphcache': 9.0.0(@urql/core@6.0.1(graphql@16.11.0))(graphql@16.11.0)
- enssdk: 0.0.0-preview-fix-sha-89c022b-20260519094840(gql.tada@1.9.1(graphql@16.11.0)(typescript@5.9.3))(graphql@16.11.0)(viem@2.50.3(typescript@5.9.3)(zod@4.3.6))
+ enssdk: 1.13.1(gql.tada@1.9.1(graphql@16.11.0)(typescript@5.9.3))(graphql@16.11.0)(viem@2.50.3(typescript@5.9.3)(zod@4.3.6))
gql.tada: 1.9.1(graphql@16.11.0)(typescript@5.9.3)
graphql: 16.11.0
react: 19.2.1
@@ -16281,6 +16288,15 @@ snapshots:
graphql: 16.11.0
viem: 2.50.3(typescript@5.9.3)(zod@4.3.6)
+ enssdk@1.13.1(gql.tada@1.9.1(graphql@16.11.0)(typescript@5.9.3))(graphql@16.11.0)(viem@2.50.3(typescript@5.9.3)(zod@4.3.6)):
+ dependencies:
+ '@adraffy/ens-normalize': 1.11.1
+ '@ensdomains/address-encoder': 1.1.4
+ caip: 1.1.1
+ gql.tada: 1.9.1(graphql@16.11.0)(typescript@5.9.3)
+ graphql: 16.11.0
+ viem: 2.50.3(typescript@5.9.3)(zod@4.3.6)
+
entities@4.5.0: {}
entities@6.0.1: {}