diff --git a/Sources/WalletConnectModal/Modal/Modal+Previews.swift b/Sources/WalletConnectModal/Modal/Modal+Previews.swift index 74e370ba5..620ee9b1d 100644 --- a/Sources/WalletConnectModal/Modal/Modal+Previews.swift +++ b/Sources/WalletConnectModal/Modal/Modal+Previews.swift @@ -42,7 +42,7 @@ struct ModalContainerView_Previews: PreviewProvider { redirect: AppMetadata.Redirect(native: "showcase://", universal: nil) ) - Networking.configure(projectId: projectId, socketFactory: WebSocketFactoryMock()) + Networking.configure(projectId: projectId, groupIdentifier: "group.com.walletconnect.sdk", socketFactory: WebSocketFactoryMock()) WalletConnectModal.configure(projectId: projectId, metadata: metadata) }