Skip to content

Commit

Permalink
chore: update gas cost for devnet 4 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg authored Oct 17, 2024
1 parent e26344c commit 9036ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/eip7702/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub const MAGIC: u8 = 0x05;
/// An additional gas cost per EIP7702 authorization list item.
///
/// See also [EIP-7702](https://eips.ethereum.org/EIPS/eip-7702).
pub const PER_AUTH_BASE_COST: u64 = 2500;
pub const PER_AUTH_BASE_COST: u64 = 12500;

/// A gas refund for EIP7702 transactions if the authority account already exists in the trie.
///
Expand Down

0 comments on commit 9036ca9

Please sign in to comment.