diff --git a/packages-ts/starknet-gauntlet-ocr2/src/commands/proxy/index.ts b/packages-ts/starknet-gauntlet-ocr2/src/commands/proxy/index.ts index 4252a9f2..60b5fe19 100644 --- a/packages-ts/starknet-gauntlet-ocr2/src/commands/proxy/index.ts +++ b/packages-ts/starknet-gauntlet-ocr2/src/commands/proxy/index.ts @@ -16,6 +16,6 @@ export const executeCommands = [ ConfirmAggregator, TransferOwnership, AcceptOwnership, - DisableAccessCheck + DisableAccessCheck, ] export const inspectionCommands = [Inspect]