Skip to content

Commit 525b547

Browse files
authored
Update Wizard to use Contracts version 5.5.0 (#77)
1 parent c27d712 commit 525b547

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

content/contracts/5.x/accounts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ User operations are validated using an [`AbstractSigner`](/contracts/5.x/api/uti
1010

1111
To setup an account, you can either start configuring it using our Wizard and selecting a predefined validation scheme, or bring your own logic and start by inheriting [`Account`](/contracts/5.x/api/account#Account) from scratch.
1212

13-
<OZWizard tab="Account" version="5.4.0" />
13+
<OZWizard tab="Account" version="5.5.0" />
1414

1515
<Callout>
1616
Accounts don’t support [ERC-721](./erc721) and [ERC-1155](./erc1155) tokens natively since these require the receiving address to implement an acceptance check. It is recommended to inherit [ERC721Holder](/contracts/5.x/api/token/ERC721#ERC721Holder), [ERC1155Holder](/contracts/5.x/api/token/ERC1155#ERC1155Holder) to include these checks in your account.

content/contracts/5.x/wizard.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ contract and learn about the components offered in OpenZeppelin Contracts.
99
Place the resulting contract in your `contracts` or `src` directory in order to compile it with a tool like Hardhat or Foundry. Consider reading our guide on [Developing Smart Contracts](./learn/developing-smart-contracts) for more guidance!
1010
</Callout>
1111

12-
<OZWizard version="5.4.0" />
12+
<OZWizard version="5.5.0" />

0 commit comments

Comments
 (0)