-
-
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.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule openzeppelin-contracts
updated
4 files
+2 −2 | contracts/access/IAccessControl.sol | |
+5 −3 | contracts/governance/Governor.sol | |
+1 −1 | contracts/token/ERC721/utils/ERC721Utils.sol | |
+4 −4 | test/utils/cryptography/MerkleProof.test.js |
Submodule solady
updated
5 files
+103 −103 | .gas-snapshot | |
+1 −1 | package.json | |
+14 −11 | src/utils/MinHeapLib.sol | |
+186 −3 | src/utils/SafeTransferLib.sol | |
+30 −0 | test/SafeTransferLib.t.sol |