Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Add static OOG for all opcodes #801

Merged
merged 4 commits into from
Nov 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/kakarot/account.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ from starkware.cairo.common.hash_state import (
hash_update_with_hashchain,
)

from kakarot.constants import (
Constants,
from kakarot.constants import Constants
from kakarot.storages import (
account_proxy_class_hash,
native_token_address,
contract_account_class_hash,
Expand Down
Loading
Loading