Skip to main content

foundry_evm_networks/celo/
mod.rs

1//! Celo-specific execution support.
2
3pub mod transfer;
4
5/// Celo dynamic fee transaction type introduced by CIP-64.
6pub const CELO_DYNAMIC_FEE_TX_TYPE: u8 = 0x7b;