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
Wagmi is one of the most used front end libraries. Under the hood, it uses viem, which can be viewed as an alternative to ethersjs. It might be beneficial to create a generic Signer interface that lets the developer pass either an ethersjs or viem account, making it easier to use the SDK without custom viem<>ethers adapters. (This was a request from someone during ETHOnline.)
Summary
Wagmi is one of the most used front end libraries. Under the hood, it uses viem, which can be viewed as an alternative to ethersjs. It might be beneficial to create a generic Signer interface that lets the developer pass either an ethersjs or viem account, making it easier to use the SDK without custom viem<>ethers adapters. (This was a request from someone during ETHOnline.)
From SyncLinear.com | TABJS-4
The text was updated successfully, but these errors were encountered: