Skip to content

Commit

Permalink
Update EIP-5187: update identifier for this interface (#5783)
Browse files Browse the repository at this point in the history
* Update eip-5187.md

adding sublease and renewal of the rental so that users can freely transfer the usage rights among each other and extend the lease term.

* Update eip-5187.md

* Update eip-5187.md

update identifier for this interface
  • Loading branch information
DerivStudio authored Oct 18, 2022
1 parent f589107 commit 7755218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-5187.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL
```solidity
pragma solidity ^0.8.0;
/// Note: the ERC-165 identifier for this interface is 0xd4613e9f.
/// Note: the ERC-165 identifier for this interface is 0x6938e358.
interface IRental /* is IERC165,IERC1155 */ {
/**
* @notice This emits when user rent NFT
Expand Down

0 comments on commit 7755218

Please sign in to comment.