Skip to content

Commit 9eb793b

Browse files
authored
Use OZ account artifact 0.20.0 compiled with scarb 2.9.1 (#724)
1 parent cb779e6 commit 9eb793b

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

crates/starknet-devnet-core/contracts/accounts_artifacts/OpenZeppelin/0.20.0/Account.cairo/Account.sierra

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
The exact version as in OpenZeppelin/cairo-contracts v0.20.0
2+
Compiled with scarb 2.9.1
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ERC20 v0.20.0 compiled in a reduced form with Scarb 2.9.2

crates/starknet-devnet-core/src/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pub const CAIRO_1_ACCOUNT_CONTRACT_SIERRA: &str = include_str!(concat!(
2525
));
2626

2727
pub const CAIRO_1_ACCOUNT_CONTRACT_SIERRA_HASH: &str =
28-
"0x044cab2e6a3a7bc516425d06d76c6ffd56ae308864dbc66f8e75028e3784aa29";
28+
"0x02b31e19e45c06f29234e06e2ee98a9966479ba3067f8785ed972794fdb0065c";
2929

3030
pub const CAIRO_1_ERC20_CONTRACT: &str = include_str!(concat!(
3131
env!("CARGO_MANIFEST_DIR"),

tests/integration/common/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pub const PREDEPLOYED_ACCOUNT_INITIAL_BALANCE: u128 = 1_000_000_000_000_000_000_
2424

2525
// account classes
2626
pub const CAIRO_1_ACCOUNT_CONTRACT_SIERRA_HASH: &str =
27-
"0x044cab2e6a3a7bc516425d06d76c6ffd56ae308864dbc66f8e75028e3784aa29";
27+
"0x02b31e19e45c06f29234e06e2ee98a9966479ba3067f8785ed972794fdb0065c";
2828
pub const CAIRO_0_ACCOUNT_CONTRACT_HASH: &str =
2929
"0x4d07e40e93398ed3c76981e72dd1fd22557a78ce36c0515f679e27f0bb5bc5f";
3030
pub const CAIRO_1_ACCOUNT_CONTRACT_SIERRA_PATH: &str = concat!(

0 commit comments

Comments
 (0)