-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ENG-113 | Wallet-Client]
Swap useWalletClient
for useNetworkWalletClient
#2678
Conversation
…ain when a transaction triggered
…ndling to use network configuration
…ooks and components
…ecent-interface into use-walet-client
Deploying decent-interface with Cloudflare Pages
|
[ENG-113-Wallet-Client]
Swap useWalletClient
for useNetworkWalletClient
[ENG-113 | Wallet-Client]
Swap useWalletClient
for useNetworkWalletClient
… and simplify chain switching logic
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you done some transactions? Do things work as expected so far?
Yep several in a few different places, everything seems to be working as expected |
…ify address validation logic
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, but left a question
`[ENG-113 | Various]` Other Wagmi Hooks
This PR swaps out wagmi's
useWalletClient
with @adamgall 's implementation that extends the 'writeand
sendTransactionfunction to switchChain
to the network set by the client (coming from the network config store)Other Updates
useWaletClient
touseNetworkWalletClient