Skip to content
#

wallet

Here are 1,978 public repositories matching this topic...

WalletWasabi
leonardgee
leonardgee commented Oct 28, 2021

Is your feature request related to a problem? Please describe.
We cannot change the end point that passed into ConnectionProvider.

Describe the solution you'd like
A clear and concise description of what you want to happen.

export interface ConnectionProviderProps {
    children: ReactNode;
    endpoint: string;
    config?: ConnectionConfig;
    setEndpoint: (endpoint: st

Improve this page

Add a description, image, and links to the wallet topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wallet topic, visit your repo's landing page and select "manage topics."

Learn more