We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e971533 commit 50181b4Copy full SHA for 50181b4
1 file changed
crates/apollo_starknet_os_program/src/cairo/starkware/starknet/core/os/constants.cairo
@@ -160,7 +160,10 @@ const V1_BOUND_ACCOUNTS_CAIRO0_2 = (
160
const V1_BOUND_ACCOUNTS_CAIRO0_3 = (
161
0x033434ad846cdd5f23eb73ff09fe6fddd568284a0fb7d1be20ee482f044dabe2
162
);
163
-const V1_BOUND_ACCOUNTS_CAIRO0_LEN = 4;
+const V1_BOUND_ACCOUNTS_CAIRO0_4 = (
164
+ 0x041cb0280ebadaa75f996d8d92c6f265f6d040bb3ba442e5f86a554f1765244e
165
+);
166
+const V1_BOUND_ACCOUNTS_CAIRO0_LEN = 5;
167
168
// List of Cairo1 account contracts that require the transaction version to be 1.
169
const V1_BOUND_ACCOUNTS_CAIRO1_0 = (
0 commit comments