Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
llbartekll committed Nov 28, 2023
1 parent cd926be commit 404c09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/WalletConnectModal/Modal/Modal+Previews.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit 404c09d

Please sign in to comment.