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
Copy file name to clipboardExpand all lines: crates/apollo_starknet_os_program/src/cairo/starkware/starknet/core/os/execution/account_backward_compatibility.cairo
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ from starkware.starknet.core.os.constants import (
13
13
V1_BOUND_ACCOUNTS_CAIRO0_1,
14
14
V1_BOUND_ACCOUNTS_CAIRO0_2,
15
15
V1_BOUND_ACCOUNTS_CAIRO0_3,
16
+
V1_BOUND_ACCOUNTS_CAIRO0_4,
16
17
V1_BOUND_ACCOUNTS_CAIRO0_LEN,
17
18
V1_BOUND_ACCOUNTS_CAIRO1_0,
18
19
V1_BOUND_ACCOUNTS_CAIRO1_1,
@@ -28,11 +29,12 @@ from starkware.starknet.core.os.constants import (
28
29
// Returns TRUE for the hard-coded list of CairoZero class hashes that are version-bound to v1
0 commit comments