From 143a31789a6019da226ec7a286e31a78fa37b2c4 Mon Sep 17 00:00:00 2001 From: Timur Badretdinov <4247901+Destiner@users.noreply.github.com> Date: Wed, 4 Jun 2025 10:33:39 +0100 Subject: [PATCH 1/2] Update prepareAuthorization.md --- site/pages/docs/eip7702/prepareAuthorization.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/pages/docs/eip7702/prepareAuthorization.md b/site/pages/docs/eip7702/prepareAuthorization.md index 320513ec07..425c309c41 100644 --- a/site/pages/docs/eip7702/prepareAuthorization.md +++ b/site/pages/docs/eip7702/prepareAuthorization.md @@ -106,7 +106,7 @@ const authorization = await walletClient.prepareAuthorization({ ### chainId (optional) -- **Type:** `Address` +- **Type:** `Address` - **Default:** `client.chain.id` or Network chain ID The Chain ID to scope the Authorization to. If set to zero (`0`), then the Authorization will @@ -160,7 +160,7 @@ const authorization = await walletClient.prepareAuthorization({ ### nonce (optional) -- **Type:** `Address` +- **Type:** `Address` - **Default:** Account's next available nonce. The nonce to scope the Authorization to. @@ -174,4 +174,4 @@ const authorization = await walletClient.prepareAuthorization({ contractAddress: '0xFBA3912Ca04dd458c843e2EE08967fC04f3579c2', nonce: 69, // [!code focus] }) -``` \ No newline at end of file +``` From d273a9bb6fb2fc1c2aefc8d68e17a7f35445e457 Mon Sep 17 00:00:00 2001 From: Timur Badretdinov <4247901+Destiner@users.noreply.github.com> Date: Wed, 4 Jun 2025 10:34:25 +0100 Subject: [PATCH 2/2] Update signAuthorization.md --- site/pages/docs/eip7702/signAuthorization.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/pages/docs/eip7702/signAuthorization.md b/site/pages/docs/eip7702/signAuthorization.md index 9e2829d322..fb1fe716d9 100644 --- a/site/pages/docs/eip7702/signAuthorization.md +++ b/site/pages/docs/eip7702/signAuthorization.md @@ -131,7 +131,7 @@ const authorization = await walletClient.signAuthorization({ ### chainId (optional) -- **Type:** `Address` +- **Type:** `Address` - **Default:** `client.chain.id` or Network chain ID The Chain ID to scope the Authorization to. @@ -184,7 +184,7 @@ const authorization = await walletClient.signAuthorization({ ### nonce (optional) -- **Type:** `Address` +- **Type:** `Address` - **Default:** Account's next available nonce. The nonce to scope the Authorization to. @@ -198,4 +198,4 @@ const authorization = await walletClient.signAuthorization({ contractAddress: '0xFBA3912Ca04dd458c843e2EE08967fC04f3579c2', nonce: 69, // [!code focus] }) -``` \ No newline at end of file +```