-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
➕ Add Kava Mainnet and Polygon, Mantle, and Linea Sepolia Deployments (…
…#102) Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
- Loading branch information
1 parent
4a92221
commit b6184f5
Showing
8 changed files
with
303 additions
and
246 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule openzeppelin-contracts
updated
10 files
Submodule solady
updated
8 files
+545 −542 | .gas-snapshot | |
+1 −1 | package.json | |
+42 −26 | src/accounts/ERC1271.sol | |
+24 −13 | src/accounts/ERC6551.sol | |
+46 −0 | src/utils/LibClone.sol | |
+2 −3 | src/utils/LibString.sol | |
+60 −14 | test/ERC6551.t.sol | |
+32 −0 | test/LibClone.t.sol |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.