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
// +1 required when same account is `to` and is an authorization signer
31
+
// https://eips.ethereum.org/EIPS/eip-7702 - "The authorization list is processed before the execution portion of the transaction begins, but after the sender’s nonce is incremented."
29
32
constauthNonce=currentNonce+1;
30
33
31
34
constauthorization=awaitthis.signer.authorize({
@@ -37,11 +40,29 @@ class EIP7702TransactionSender {
0 commit comments