diff --git a/packages/snaps-rpc-methods/src/restricted/notify.ts b/packages/snaps-rpc-methods/src/restricted/notify.ts index 5ebc7cb56b..1155df448d 100644 --- a/packages/snaps-rpc-methods/src/restricted/notify.ts +++ b/packages/snaps-rpc-methods/src/restricted/notify.ts @@ -122,7 +122,7 @@ export function getImplementation( isOnPhishingList, maybeUpdatePhishingList, }: NotifyMethodHooks, - allowedProtocols: string[], + allowedProtocols?: string[], ) { return async function implementation( args: RestrictedMethodOptions,