zerodevapp / zerodev-wagmi

8 stars 6 forks source link

Wallet type is `any` #9

Open KholdStare opened 1 year ago

KholdStare commented 1 year ago

Is there any reason why Wallet is defined as any and not Wallet 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.