You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.
compute_starknet_address
returns the value computed for an EVM address based on the uninitialized class hashaddress_registry
returns the value stored in the Kakarot_evm_to_starknet_address storage varWe introduced in KakarotZero a
get_evm_address
entrypoint that reads the address registry, and if no entry, computes the evm address.Use it throughout the codebase instead of
compute_starknet_address
.The text was updated successfully, but these errors were encountered: