We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e80a572 commit 0d113d7Copy full SHA for 0d113d7
packages/snaps-rpc-methods/src/restricted/notify.ts
@@ -122,7 +122,7 @@ export function getImplementation(
122
isOnPhishingList,
123
maybeUpdatePhishingList,
124
}: NotifyMethodHooks,
125
- allowedProtocols: string[],
+ allowedProtocols?: string[],
126
) {
127
return async function implementation(
128
args: RestrictedMethodOptions<NotifyParams>,
0 commit comments