Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 3178284

Browse files
authored
Update crates/ef-testing/src/evm_sequencer/sequencer/v0.rs
1 parent dba9ccd commit 3178284

File tree

1 file changed

+1
-1
lines changed
  • crates/ef-testing/src/evm_sequencer/sequencer

1 file changed

+1
-1
lines changed

crates/ef-testing/src/evm_sequencer/sequencer/v0.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ lazy_static! {
2929
(KAKAROT_NATIVE_TOKEN_ADDRESS, *ETH_FEE_TOKEN_ADDRESS.0.key()),
3030
(KAKAROT_ACCOUNT_CONTRACT_CLASS_HASH, ACCOUNT_CONTRACT_CLASS_HASH.0),
3131
(KAKAROT_CAIRO1_HELPERS_CLASS_HASH, CAIRO1_HELPERS_CLASS_HASH.0),
32-
(KAKAROT_BLOCK_GAS_LIMIT, BLOCK_GAS_LIMIT.into()),
32+
(KAKAROT_BLOCK_GAS_LIMIT, Felt::from(BLOCK_GAS_LIMIT)),
3333
(KAKAROT_UNINITIALIZED_ACCOUNT_CLASS_HASH, UNINITIALIZED_ACCOUNT_CLASS_HASH.0),
3434
];
3535

0 commit comments

Comments
 (0)