forked from OffchainLabs/nitro
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #142 from EspressoSystems/jh/dev-node
Update the nitro testnode
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule nitro-testnode
updated
13 files
+10 −44 | .env | |
+37 −0 | .github/workflows/ci.yml | |
+54 −0 | .github/workflows/testnode.bash | |
+2 −34 | README.md | |
+1 −1 | blockscout | |
+56 −130 | docker-compose.yaml | |
+0 −1 | espresso.env | |
+14 −0 | rollupcreator/Dockerfile | |
+35 −35 | scripts/config.ts | |
+32 −0 | scripts/ethcommands.ts | |
+4 −2 | scripts/index.ts | |
+70 −32 | test-node.bash | |
+3 −1 | tokenbridge/Dockerfile |