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.
2 parents c7f60db + c522181 commit 48377ebCopy full SHA for 48377eb
src/lib/mina/v1/constants.ts
@@ -5,8 +5,8 @@
5
// Constants to define the maximum number of segments, events, and actions in a transaction
6
export namespace TransactionLimits {
7
export const MAX_ZKAPP_SEGMENT_PER_TRANSACTION = 16;
8
- export const MAX_ACTION_ELEMENTS = 100 as const;
9
- export const MAX_EVENT_ELEMENTS = 100 as const;
+ export const MAX_ACTION_ELEMENTS = 1024 as const;
+ export const MAX_EVENT_ELEMENTS = 1024 as const;
10
}
11
12
export namespace ZkappConstants {
0 commit comments