Replies: 2 comments 7 replies
-
yeah my apologies but there isnt a way to do this. It wouldnt be something we would add to react-celo (even if we did ubeswap uses its own fork) It would be best in my opinion if the ubeswap component just asked for a signer / provider to be passed in and didnt include any wallet connection so that dapps like yours didnt need to load 2 of them |
Beta Was this translation helpful? Give feedback.
0 replies
-
If i was in your position id look at forking the Swap Component repo |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have an existing dapp that uses other frameworks to connect a wallet etc.
And we'd like to add the ubeswap component inside our dapp.
How can I pass/set the web3 provider for CeloProvider to the existing web3provider/jsonrpcprovider that the user is already connected to?
In other words, I don't to trigger the "connect wallet modal" again for the user via the celokit, because the user is already connected via our own framework.
Beta Was this translation helpful? Give feedback.
All reactions