Skip to content

Commit

Permalink
fix networking init
Browse files Browse the repository at this point in the history
  • Loading branch information
llbartekll committed Nov 28, 2023
1 parent 404c09d commit 01c3789
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, groupIdentifier: "group.com.walletconnect.sdk", socketFactory: WebSocketFactoryMock())
Networking.configure(groupIdentifier: "group.com.walletconnect.sdk", projectId: projectId, socketFactory: WebSocketFactoryMock())
WalletConnectModal.configure(projectId: projectId, metadata: metadata)
}

Expand Down

0 comments on commit 01c3789

Please sign in to comment.