1 2 3 4 5 6 7
//! EIP-7702 constants /// Base cost of updating authorized account. pub const PER_AUTH_BASE_COST: u64 = 12500; /// Cost of creating authorized account that was previously empty. pub const PER_EMPTY_ACCOUNT_COST: u64 = 25000;