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 +``` 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 +```