-
Notifications
You must be signed in to change notification settings - Fork 449
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
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule contracts
updated
10 files
+1 −0 | .gitignore | |
+7 −0 | hardhat.config.ts | |
+3 −1 | package.json | |
+22 −0 | scripts/config.ts.example | |
+163 −0 | scripts/deployment.ts | |
+131 −0 | scripts/rollupCreation.ts | |
+1 −79 | src/bridge/Inbox.sol | |
+0 −3 | src/libraries/Constants.sol | |
+12 −2 | src/rollup/RollupCreator.sol | |
+2 −80 | test/contract/arbRollup.spec.ts |