Skip to content

Commit

Permalink
Update contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
0xVolosnikov committed Dec 3, 2024
1 parent 7c3b987 commit 9b8f8f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compiler_tester/src/vm/eravm/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ impl EraVM {
pub const EVM_INTERPRETER_GAS_OVERHEAD: u64 = 2500;

/// The `allowedBytecodesToDeploy` variable storage slot in the `ContractDeployer` contract.
pub const CONTRACT_DEPLOYER_ALLOWED_BYTECODES_MODE_SLOT: u64 = 2;
pub const CONTRACT_DEPLOYER_ALLOWED_BYTECODES_MODE_SLOT: &'static str = "0xd70708d0b933e26eab552567ce3a8ad69e6fbec9a2a68f16d51bd417a47d9d3b";

/// The `passGas` variable transient storage slot in the `EvmGasManager` contract.
pub const EVM_GAS_MANAGER_GAS_TRANSIENT_SLOT: u64 = 4;
Expand Down

0 comments on commit 9b8f8f0

Please sign in to comment.