From ed500a595255715a1ff07606fced727687264308 Mon Sep 17 00:00:00 2001 From: konojunya Date: Wed, 9 Nov 2022 23:53:40 +0900 Subject: [PATCH 1/2] docs: ERC721 implemention link correction --- EIPS/eip-721.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-721.md b/EIPS/eip-721.md index 9ced980dbe1697..4d4f4997e1c451 100644 --- a/EIPS/eip-721.md +++ b/EIPS/eip-721.md @@ -440,7 +440,7 @@ XXXXERC721, by William Entriken -- a scalable example implementation 1. Curio Cards. https://mycuriocards.com 1. Rare Pepe. https://rarepepewallet.com 1. Auctionhouse Asset Interface. https://github.com/dob/auctionhouse/blob/master/contracts/Asset.sol -1. OpenZeppelin SafeERC20.sol Implementation. https://github.com/OpenZeppelin/zeppelin-solidity/blob/master/contracts/token/ERC20/SafeERC20.sol +1. OpenZeppelin ERC721.sol Implementation. https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC721/ERC721.sol ## Copyright From febd87dfe5b597b3c7404bc151743377bbbbbb27 Mon Sep 17 00:00:00 2001 From: Junya Kono Date: Sun, 20 Nov 2022 07:18:31 +0900 Subject: [PATCH 2/2] fix: delete openzeppelin link --- EIPS/eip-721.md | 1 - 1 file changed, 1 deletion(-) diff --git a/EIPS/eip-721.md b/EIPS/eip-721.md index 4d4f4997e1c451..de60ad5cc4d8cf 100644 --- a/EIPS/eip-721.md +++ b/EIPS/eip-721.md @@ -440,7 +440,6 @@ XXXXERC721, by William Entriken -- a scalable example implementation 1. Curio Cards. https://mycuriocards.com 1. Rare Pepe. https://rarepepewallet.com 1. Auctionhouse Asset Interface. https://github.com/dob/auctionhouse/blob/master/contracts/Asset.sol -1. OpenZeppelin ERC721.sol Implementation. https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC721/ERC721.sol ## Copyright