diff --git a/packages/fcl/src/utils/walletconnect/loader.ts b/packages/fcl/src/utils/walletconnect/loader.ts index a11222b92..a1836d38a 100644 --- a/packages/fcl/src/utils/walletconnect/loader.ts +++ b/packages/fcl/src/utils/walletconnect/loader.ts @@ -48,7 +48,7 @@ export function initFclWcLoader() { "app.detail.url": fullConfig["app.detail.url"], } const projectId: string | undefined = wcConfig["walletconnect.projectId"] - const showNotifications: boolean = + const showNotifications: boolean | undefined = wcConfig["walletconnect.showNotifications"] // Check if the plugin is already loaded by this loader, but with different configuration