mirror of
https://github.com/status-im/EIPs.git
synced 2025-02-23 12:18:16 +00:00
Automatically merged updates to draft EIP(s) 2535 (#2946)
Hi, I'm a bot! This change was automatically merged because: - It only modifies existing Draft or Last Call EIP(s) - The PR was approved or written by at least one author of each modified EIP - The build is passing
This commit is contained in:
parent
72a8b1d3d4
commit
7e8ce32663
@ -276,7 +276,7 @@ The `DiamondCut` event records all changes to a diamond.
|
||||
|
||||
### Diamond Interface
|
||||
```Solidity
|
||||
interface Diamond {
|
||||
interface IDiamondCut {
|
||||
/// @notice Add/replace/remove any number of functions and optionally execute
|
||||
/// a function with delegatecall
|
||||
/// @param _diamondCut Contains the facet addresses and function selectors
|
||||
@ -345,7 +345,7 @@ A diamond loupe is a facet that implements this interface:
|
||||
```Solidity
|
||||
// A loupe is a small magnifying glass used to look at diamonds.
|
||||
// These functions look at diamonds.
|
||||
interface DiamondLoupe {
|
||||
interface IDiamondLoupe {
|
||||
|
||||
/// These functions are expected to be called frequently
|
||||
/// by tools. Therefore the return values are tightly
|
||||
|
Loading…
x
Reference in New Issue
Block a user