Closed enitrat closed 1 month ago
compute_starknet_address
address_registry
We introduced in KakarotZero a get_evm_address entrypoint that reads the address registry, and if no entry, computes the evm address.
get_evm_address
Use it throughout the codebase instead of compute_starknet_address.
hey @enitrat do you need help with this one?
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
.