thirdweb-dev / engine

The most powerful backend engine for web3 apps.
https://thirdweb.com/engine
Apache License 2.0
152 stars 59 forks source link

fix: Enforce Address schema wherever an address is expected #657

Closed arcoraven closed 1 month ago

arcoraven commented 1 month ago

PR-Codex overview

This PR primarily focuses on updating various schemas and routes to utilize the AddressSchema for validating address fields instead of using plain Type.String(). This enhances consistency and validation across the application.

Detailed summary

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}