EIP-7702 #3732
EIP-7702
#3732
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
const hash = await delegateContract.write.execute([calls], {
account: firstAccount,
chain: sepolia,
authorizationList: [auth],
});
If I remove one of the fields (account and chain), ts will report an error。
Isn't it already added here?
Beta Was this translation helpful? Give feedback.
All reactions