Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

Commit 391dcc0

Browse files
committed
chore: chainhooks do not recognized in wrangler env
1 parent 00d6b6e commit 391dcc0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

wrangler.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ tag = "20250417"
2828

2929
[[env.preview.migrations]]
3030
tag = "20250530"
31-
deleted_classes = ["ChainhooksDO"]
31+
# Removed 2025/08/27 after error on build
32+
# Cannot apply delete-class migration to class 'ChainhooksDO' which was not exported in the previous version of the script [code: 10074]
33+
# deleted_classes = ["ChainhooksDO"]
3234

3335
[[env.preview.kv_namespaces]]
3436
binding = "AIBTCDEV_CACHE_KV"

0 commit comments

Comments
 (0)