From 8204c0827def0bbcd26df77a87c70bdcec9bbb87 Mon Sep 17 00:00:00 2001 From: GarmashAlex Date: Tue, 26 Aug 2025 19:09:29 +0300 Subject: [PATCH] docs: fix broken link --- ethereumetl/service/eth_contract_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethereumetl/service/eth_contract_service.py b/ethereumetl/service/eth_contract_service.py index 827939b..e715174 100644 --- a/ethereumetl/service/eth_contract_service.py +++ b/ethereumetl/service/eth_contract_service.py @@ -54,7 +54,7 @@ class EthContractService: c.implements('allowance(address,address)') # https://github.com/ethereum/EIPs/blob/master/EIPS/eip-721.md - # https://github.com/OpenZeppelin/openzeppelin-solidity/blob/master/contracts/token/ERC721/ERC721Basic.sol + # https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC721/ERC721.sol # Doesn't check the below ERC721 methods to match CryptoKitties contract # getApproved(uint256) # setApprovalForAll(address,bool)