diamond-2-hardhat
diamond-2-hardhat copied to clipboard
Gas-optimized EIP-2535 Diamond reference implementation using Hardhat and Solidity 0.8.*
Hello Mudgen, I have developed an npm package based on your diamond-2 library. It allows for one-click setup of a development framework and includes upgrade and replacement scripts based on...
#### Motivation Since this repo, just like the `diamond-1-hardhat` and `diamond-3-hardhat` are for reference implementations, was thinking reusing the `diamondCut` from the `LibDiamond` in the `DiamondCutFacet.sol` would be helpful for...
Both `IERC173.sol` and `LibDiamond.sol` files.
Adding here the same change that was introduced recently in the [diamond-2](https://github.com/mudgen/diamond-2/pull/12) repo > This PR updates the visibility of the diamondCut method in DiamondCutFacet from external to public and...