Open KholdStare opened 1 year ago
Is there any reason why Wallet is defined as any and not Wallet from wagmi?
Wallet
any
https://github.com/zerodevapp/zerodev-wagmi/blob/main/src/integrations/rainbowkit/wallets/wallet.tsx
This can hide incompatibilities in the APIs between rainbowkit and this library.
Is there any reason why
Wallet
is defined asany
and notWallet
from wagmi?https://github.com/zerodevapp/zerodev-wagmi/blob/main/src/integrations/rainbowkit/wallets/wallet.tsx
This can hide incompatibilities in the APIs between rainbowkit and this library.