update max hooks

This commit is contained in:
Denis Angell
2023-06-26 10:50:02 -04:00
parent dc09dae851
commit 117e682f47

View File

@@ -41,7 +41,7 @@ export interface SetHook extends BaseTransaction {
Flags?: number | SetHookFlagsInterface
}
const MAX_HOOKS = 4
const MAX_HOOKS = 10
const HEX_REGEX = /^[0-9A-Fa-f]{64}$/u
/**