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
Hey glad to see this package getting so much love over the past few weeks!
Since there are more people working on the package now I was wondering whether there would be capacity to remove ethers as a dependency. This is currently to the last library we have that depends explicitly on it & we would really like to remove it from our bundle.
It is really only used here & what it is being used for could easily be broken out into a util in this code base. Or it could even be pushed to the user (probably not ideal).
The benefit here would be allowing the user to decide which type of Signer (viem, ethers, ...) they pass to the Client as long as it has a signMessage method.
Describe the solution to the problem
No response
Describe the uses cases for the feature
No response
Additional details
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
Hey glad to see this package getting so much love over the past few weeks!
Since there are more people working on the package now I was wondering whether there would be capacity to remove
ethers
as a dependency. This is currently to the last library we have that depends explicitly on it & we would really like to remove it from our bundle.It is really only used here & what it is being used for could easily be broken out into a util in this code base. Or it could even be pushed to the user (probably not ideal).
The benefit here would be allowing the user to decide which type of
Signer
(viem
,ethers
, ...) they pass to theClient
as long as it has asignMessage
method.Describe the solution to the problem
No response
Describe the uses cases for the feature
No response
Additional details
No response
The text was updated successfully, but these errors were encountered: