-
I was wondering how to use meta transactions using biconomy mexa SDK, it requires a provider with signer but in rainbowkit under the hood wagmi provides useProvider hook which doesn't have any signer. Any ideas how do I go about it? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
You can:
|
Beta Was this translation helpful? Give feedback.
-
my connector seems to be |
Beta Was this translation helpful? Give feedback.
-
I actually got it working,
now this signer has a provider which is connected to the wallet and can be used to initialize Biconomy. it can be simply referenced by |
Beta Was this translation helpful? Give feedback.
I actually got it working,
now this signer has a provider which is connected to the wallet and can be used to initialize Biconomy. it can be simply referenced by
signer.provider