From b952133f9db6f1d938f926487cbd1e9057ca19a8 Mon Sep 17 00:00:00 2001 From: Jochem Brouwer Date: Sun, 4 May 2025 17:07:52 +0200 Subject: [PATCH] tx: fix self-signing eoa delegate --- packages/tx/examples/setEOATx.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tx/examples/setEOATx.ts b/packages/tx/examples/setEOATx.ts index 4d277f9ff0..ec9761915d 100644 --- a/packages/tx/examples/setEOATx.ts +++ b/packages/tx/examples/setEOATx.ts @@ -35,7 +35,7 @@ console.log(eoaCode7702AuthorizationListBytesItemToJSON(signedSelf)) const unsignedAuthorizationListItemOther: EOACode7702AuthorizationListItemUnsigned = { chainId: '0x', // The chainId 0 is special: this authorization will work on any chain which supports EIP-7702 address: '0xbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb', - nonce: '0x', + nonce: '0x1', } const signedOther = eoaCode7702SignAuthorization( unsignedAuthorizationListItemOther,