Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore:Introduced a sum type to the EIP712 domain definition for ChainID #2523

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shirren
Copy link
Contributor

@shirren shirren commented Feb 10, 2025

Summary

Introduced a sum type to the EIP712 domain definition for ChainID. The original implementation represented a ChainID as a javascript integer. This is technically incorrect, as ChainID can be a BigInt which we represent as a String.

@shirren shirren requested a review from a team as a code owner February 10, 2025 04:24
Copy link

nx-cloud bot commented Feb 10, 2025

View your CI Pipeline Execution ↗ for commit 37ea40e.

Command Status Duration Result
nx affected -t build,lint,test,typecheck ❌ Failed 1m 40s View ↗
nx run-many --target=build --projects=@imtbl/sdk ❌ Failed 9s View ↗

☁️ Nx Cloud last updated this comment at 2025-02-10 04:27:42 UTC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant