Skip to content

Commit

Permalink
bump: kakarot
Browse files Browse the repository at this point in the history
  • Loading branch information
ftupas committed Sep 11, 2023
1 parent d4552b9 commit 741e29d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ KAKAROT_HTTP_RPC_ADDRESS=0.0.0.0:3030
KAKAROT_ADDRESS=
PROXY_ACCOUNT_CLASS_HASH=0xba8f3f34eb92f56498fdf14ecac1f19d507dcc6859fa6d85eb8545370654bd
EXTERNALLY_OWNED_ACCOUNT_CLASS_HASH=0x4730612e9d26ebca8dd27be1af79cea613f7dee43f5b1584a172040e39f4063
CONTRACT_ACCOUNT_CLASS_HASH=0x647f595b63ef081337a2b11286c6a5a3a71884a6439c63bfecf88bcd79558a1
CONTRACT_ACCOUNT_CLASS_HASH=0x05599cc38b46f92273f8c3566810c292352beb857816d0d90b05afa967995b21

## configurations for testing
COMPILED_KAKAROT_PATH=lib/kakarot/build
Expand Down
6 changes: 3 additions & 3 deletions crates/core/src/mock/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ use lazy_static::lazy_static;
use reth_primitives::Address;
use starknet_crypto::FieldElement;

pub const PROXY_ACCOUNT_CLASS_HASH_HEX: &str = "0x0775033b738dfe34c48f43a839c3d882ebe521befb3447240f2d218f14816ef5";
pub const PROXY_ACCOUNT_CLASS_HASH_HEX: &str = "0x00ba8f3f34eb92f56498fdf14ecac1f19d507dcc6859fa6d85eb8545370654bd";
pub const EXTERNALLY_OWNED_ACCOUNT_CLASS_HASH_HEX: &str =
"0x050de736bbc22be1cdb0c741afc80d01b6f5d1c248034a4cbe6f0eba6bde3051";
pub const CONTRACT_ACCOUNT_CLASS_HASH_HEX: &str = "0x04ea3da1315fd04212a6f08f2ab7c9ef40cfb1cefa86633d9f9f308a1275367d";
"0x04730612e9d26ebca8dd27be1af79cea613f7dee43f5b1584a172040e39f4063";
pub const CONTRACT_ACCOUNT_CLASS_HASH_HEX: &str = "0x05599cc38b46f92273f8c3566810c292352beb857816d0d90b05afa967995b21";
pub const ABDEL_STARKNET_ADDRESS_HEX: &str = "0xabde1";

pub const OTHER_PROXY_ACCOUNT_CLASS_HASH_HEX: &str =
Expand Down

0 comments on commit 741e29d

Please sign in to comment.