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

EIP-7702: change chain_id type to U256 #20

Closed
rkrasiuk opened this issue Dec 23, 2024 · 0 comments · Fixed by #21
Closed

EIP-7702: change chain_id type to U256 #20

rkrasiuk opened this issue Dec 23, 2024 · 0 comments · Fixed by #21

Comments

@rkrasiuk
Copy link
Member

rkrasiuk commented Dec 23, 2024

Description

Chain chain_id field type on Authorization to U256.

/// The chain ID of the authorization.
#[cfg_attr(feature = "serde", serde(with = "quantity"))]
pub chain_id: u64,

Reference: ethereum/EIPs#9143

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