Skip to content

Commit 1247c3d

Browse files
authored
fix(synapse-core): accept deployment contracts metadata (#907)
1 parent 4fe403a commit 1247c3d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/synapse-core/wagmi.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ const DeploymentSchema = z
3030
FWSS_IMPLEMENTATION_ADDRESS: zAddress,
3131
FWSS_VIEW_ADDRESS: zAddress,
3232
ENDORSEMENT_SET_ADDRESS: zAddress,
33+
// Deployment-planning metadata is intentionally opaque to ABI generation.
34+
contracts: z.record(z.string(), z.unknown()).optional(),
3335
})
3436
.strict()
3537

0 commit comments

Comments
 (0)