-
Notifications
You must be signed in to change notification settings - Fork 450
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: undo submodule commit for contracts
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule contracts
updated
18 files
+5 −19 | .github/workflows/audit-ci.yml | |
+11 −2 | .github/workflows/contract-tests.yml | |
+11 −1 | audit-ci.jsonc | |
+22 −8 | hardhat.config.ts | |
+5 −2 | package.json | |
+1 −1 | scripts/createEthRollup.ts | |
+17 −1 | scripts/deployment.ts | |
+63 −9 | scripts/deploymentUtils.ts | |
+90 −0 | scripts/printMetadataHashes.ts | |
+8 −16 | scripts/rollupCreation.ts | |
+1 −1 | slither.db.json | |
+0 −9 | src/libraries/Error.sol | |
+2 −0 | src/mocks/BridgeUnproxied.sol | |
+4 −4 | src/rollup/RollupCreator.sol | |
+1 −4 | src/rollup/RollupUserLogic.sol | |
+1 −1 | test/contract/toolkit4844.ts | |
+13 −0 | test/unused-errors/exceptions.txt | |
+20 −16 | yarn.lock |