There was an error while loading. Please reload this page.
1 parent 4fe403a commit 1247c3dCopy full SHA for 1247c3d
1 file changed
packages/synapse-core/wagmi.config.ts
@@ -30,6 +30,8 @@ const DeploymentSchema = z
30
FWSS_IMPLEMENTATION_ADDRESS: zAddress,
31
FWSS_VIEW_ADDRESS: zAddress,
32
ENDORSEMENT_SET_ADDRESS: zAddress,
33
+ // Deployment-planning metadata is intentionally opaque to ABI generation.
34
+ contracts: z.record(z.string(), z.unknown()).optional(),
35
})
36
.strict()
37
0 commit comments