diff --git a/site/pages/docs/eip7702/signAuthorization.md b/site/pages/docs/eip7702/signAuthorization.md index 9e2829d322..ca2693e1fe 100644 --- a/site/pages/docs/eip7702/signAuthorization.md +++ b/site/pages/docs/eip7702/signAuthorization.md @@ -8,7 +8,7 @@ Signs an [EIP-7702 Authorization](https://eips.ethereum.org/EIPS/eip-7702). The ## Usage -A Contract can be authorized by supplying a `contractAddress`. By default, it will be signed over the Account's next available Nonce and the current Chain ID. You can also [explicitly set the `nonce` and `chainId`](#scoping). +A Contract can be authorized by supplying a `contractAddress`. By default, it will be signed over the Account's next available Nonce and the current Chain ID. You can also [explicitly set the `nonce` and `chainId`](#scoping) :::code-group @@ -198,4 +198,4 @@ const authorization = await walletClient.signAuthorization({ contractAddress: '0xFBA3912Ca04dd458c843e2EE08967fC04f3579c2', nonce: 69, // [!code focus] }) -``` \ No newline at end of file +``` diff --git a/src/package.json b/src/package.json index 7fc13da4fd..8c6f8f34c4 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "viem", "description": "TypeScript Interface for Ethereum", - "version": "2.30.6", + "version": "2.30.7", "type": "module", "main": "./_cjs/index.js", "module": "./_esm/index.js",