Skip to content

Commit

Permalink
move stylus arbos constant to arbutil/evm
Browse files Browse the repository at this point in the history
  • Loading branch information
tsahee committed Sep 13, 2024
1 parent 95160fb commit d9bcf83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions arbitrator/arbutil/src/evm/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ pub const GASPRICE_GAS: u64 = GAS_QUICK_STEP;
// vm.GasQuickStep (see jump_table.go)
pub const ORIGIN_GAS: u64 = GAS_QUICK_STEP;

pub const ARBOS_VERSION_STYLUS_CHARGING_FIXES: u64 = 32;

#[derive(Clone, Copy, Debug, Default)]
#[repr(C)]
pub struct EvmData {
Expand Down
1 change: 0 additions & 1 deletion arbitrator/prover/src/programs/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ pub mod prelude;
pub mod start;

pub const STYLUS_ENTRY_POINT: &str = "user_entrypoint";
pub const ARBOS_VERSION_STYLUS_CHARGING_FIXES: u64 = 32;

pub trait ModuleMod {
fn add_global(&mut self, name: &str, ty: Type, init: GlobalInit) -> Result<GlobalIndex>;
Expand Down

0 comments on commit d9bcf83

Please sign in to comment.