You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TxBuilder library currently takes a viem provider/public client as a prop. This provider is currently only able to be the provider used in DH connect. We want to be able to use any wagmi/viem provider.
App
Feature Type
Feature
The TxBuilder library currently takes a viem provider/public client as a prop. This provider is currently only able to be the provider used in DH connect. We want to be able to use any wagmi/viem provider.
Needs to be evaluated more, but might just be a type issue
https://github.com/HausDAO/monorepo/blob/develop/libs/tx-builder/src/TXBuilder.tsx#L3C10-L3C22
Deliverables
https://github.com/HausDAO/dao-app-starter-vite
Resources
library code
https://github.com/HausDAO/monorepo/tree/develop/libs/tx-builder
provider prop
https://github.com/HausDAO/monorepo/blob/develop/libs/tx-builder/src/TXBuilder.tsx#L83
starter repo to fork and try with other wallet implementations
https://github.com/HausDAO/dao-app-starter-vite
https://github.com/HausDAO/dao-app-starter-vite/blob/main/src/components/layout/DaoContainer.tsx#L94
Screenshots and Context
No response
The text was updated successfully, but these errors were encountered: