Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add well formed
eip155
reference value check to multichain
…
…package (#4945) ## Explanation Fixes bug where `0` prefixed and `e` exponent suffixed eip155 references were allowed. This PR adds eip155 reference validation against regex. I'm unsure if this belongs in validation checks, or the supported checks. Validation checks currently do not check for ecosystem specific constraints ## References <!-- Are there any issues that this pull request is tied to? Are there other links that reviewers should consult to understand these changes better? Are there client or consumer pull requests to adopt any breaking changes? For example: * Fixes #12345 * Related to #67890 --> ## Changelog Package has not been released yet. No changelog necessary ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [ ] I've highlighted breaking changes using the "BREAKING" category above as appropriate - [ ] I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes
- Loading branch information