-
-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
- Loading branch information
1 parent
14ca4a6
commit 7e1cc4c
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule openzeppelin-contracts
updated
2 files
+2 −1 | contracts/proxy/transparent/TransparentUpgradeableProxy.sol | |
+15 −27 | package-lock.json |
Submodule solady
updated
8 files
+120 −120 | .gas-snapshot | |
+3 −3 | src/tokens/ERC20.sol | |
+1 −1 | src/tokens/ERC721.sol | |
+1 −1 | src/utils/LibClone.sol | |
+19 −0 | src/utils/LibString.sol | |
+1 −1 | src/utils/MerkleProofLib.sol | |
+7 −0 | test/LibString.t.sol | |
+2 −2 | test/utils/TestPlus.sol |