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
{{ message }}
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.
A default message is being signed, and some defaults are being set. For a normal EOA an extra signature is okay, but if an MPC/Hardware wallet is used, then an extra signature is not ideal.
Is it possible to skip signing a message in the SimpleAccount.init() method?
Thanks!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello team,
What is the purpose of defaultOp in the
UserOperationBuilder
?userop.js/src/builder.ts
Lines 28 to 38 in 1d9d0e0
I'm asking because in
SimpleAccount.init()
:userop.js/src/preset/builder/simpleAccount.ts
Lines 89 to 98 in 1d9d0e0
A default message is being signed, and some defaults are being set. For a normal EOA an extra signature is okay, but if an MPC/Hardware wallet is used, then an extra signature is not ideal.
Is it possible to skip signing a message in the
SimpleAccount.init()
method?Thanks!
The text was updated successfully, but these errors were encountered: