File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ index ff596b0c..00000000
59
59
- <!-- Make sure that you have reviewed the OpenZeppelin Contracts Contributor Guidelines. -->
60
60
- <!-- https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/CONTRIBUTING.md -->
61
61
diff --git a/README.md b/README.md
62
- index 9d1c405b..c264e29c 100644
62
+ index 27627f43..47c5c7a4 100644
63
63
--- a/README.md
64
64
+++ b/README.md
65
65
@@ -19,6 +19,9 @@
@@ -94,8 +94,8 @@ index 9d1c405b..c264e29c 100644
94
94
```solidity
95
95
pragma solidity ^0.8.19;
96
96
97
- - import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
98
- + import "@openzeppelin/contracts-upgradeable/token/ERC721/ERC721Upgradeable.sol";
97
+ - import {ERC721} from "@openzeppelin/contracts/token/ERC721/ERC721.sol";
98
+ + import {ERC71Upgradeable} "@openzeppelin/contracts-upgradeable/token/ERC721/ERC721Upgradeable.sol";
99
99
100
100
- contract MyCollectible is ERC721 {
101
101
- constructor() ERC721("MyCollectible", "MCO") {
@@ -191,7 +191,7 @@ index 2cbff622..97f43d7a 100644
191
191
abstract contract ERC20Wrapper is ERC20 {
192
192
IERC20 private immutable _underlying;
193
193
diff --git a/contracts/utils/cryptography/EIP712.sol b/contracts/utils/cryptography/EIP712.sol
194
- index 711aaba8..4848badd 100644
194
+ index d94e956a..86bb5713 100644
195
195
--- a/contracts/utils/cryptography/EIP712.sol
196
196
+++ b/contracts/utils/cryptography/EIP712.sol
197
197
@@ -4,7 +4,6 @@
You can’t perform that action at this time.
0 commit comments