FilOzone/synapse-sdk

Remove loose address validate for pdp verifier in wagmi.config.ts

Open

#761 opened on Apr 29, 2026

View on GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (28 forks)github user discovery
good first issue

Repository metrics

Stars
 (21 stars)
PR merge metrics
 (PR metrics pending)

Description

https://github.com/FilOzone/synapse-sdk/blob/fada7cdcaf67addd1edd83aa483c28ff9e4ef5c4/packages/synapse-core/wagmi.config.ts#L22

EIP-55 casing being addressed in https://github.com/FilOzone/filecoin-services/pull/464; next time we should be able to remove the lose version (although note it'll technically be a breaking change when we remove it because it's exported - we could consider not exporting it and just defining it locally as a stopgap)

Contributor guide