diff --git a/docs/pages/references/permissionless/how-to/accounts/support.mdx b/docs/pages/references/permissionless/how-to/accounts/support.mdx index 8e1a84cb..db125345 100644 --- a/docs/pages/references/permissionless/how-to/accounts/support.mdx +++ b/docs/pages/references/permissionless/how-to/accounts/support.mdx @@ -1,6 +1,6 @@ # Account Support -permissionless.js supports 6 types of accounts natively (but can easily be extended to support any compatible ERC-4337 account). The below table details which EntryPoints each account is valid for. +permissionless.js supports 7 types of accounts natively (but can easily be extended to support any compatible ERC-4337 account). The below table details which EntryPoints each account is valid for. | Account | EntryPoint v0.7 | EntryPoint v0.6 | | :------ | :------ | :------ | diff --git a/docs/pages/references/permissionless/reference/public-actions/getAccountNonce.mdx b/docs/pages/references/permissionless/reference/public-actions/getAccountNonce.mdx index ab5ac712..c481fa03 100644 --- a/docs/pages/references/permissionless/reference/public-actions/getAccountNonce.mdx +++ b/docs/pages/references/permissionless/reference/public-actions/getAccountNonce.mdx @@ -45,7 +45,7 @@ The current nonce of the smart account for the specified key (both the key and t The address of the smart account. -### entryPoint +### entryPointAddress - **Type:** `Address` diff --git a/docs/pages/references/permissionless/v0_1/reference/smart-account-actions/writeContract.mdx b/docs/pages/references/permissionless/v0_1/reference/smart-account-actions/writeContract.mdx index 538b2251..fcdbd5d7 100644 --- a/docs/pages/references/permissionless/v0_1/reference/smart-account-actions/writeContract.mdx +++ b/docs/pages/references/permissionless/v0_1/reference/smart-account-actions/writeContract.mdx @@ -89,7 +89,7 @@ Unique number identifying this transaction. ### value (optional) -- **Type:** `number` +- **Type:** `bigint` Value in wei sent with this transaction.