Skip to content

Commit eeecdd1

Browse files
committed
Fix upgradeable patch again
1 parent ee89385 commit eeecdd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/upgradeable/upgradeable.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ index ff596b0c..00000000
5959
-<!-- Make sure that you have reviewed the OpenZeppelin Contracts Contributor Guidelines. -->
6060
-<!-- https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/CONTRIBUTING.md -->
6161
diff --git a/README.md b/README.md
62-
index 27627f43..47c5c7a4 100644
62+
index 27627f43..e42a66e8 100644
6363
--- a/README.md
6464
+++ b/README.md
6565
@@ -19,6 +19,9 @@
@@ -95,7 +95,7 @@ index 27627f43..47c5c7a4 100644
9595
pragma solidity ^0.8.19;
9696

9797
-import {ERC721} from "@openzeppelin/contracts/token/ERC721/ERC721.sol";
98-
+import {ERC71Upgradeable} "@openzeppelin/contracts-upgradeable/token/ERC721/ERC721Upgradeable.sol";
98+
+import {ERC721Upgradeable} from "@openzeppelin/contracts-upgradeable/token/ERC721/ERC721Upgradeable.sol";
9999

100100
-contract MyCollectible is ERC721 {
101101
- constructor() ERC721("MyCollectible", "MCO") {

0 commit comments

Comments
 (0)