Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
67fc72dc
Commit
67fc72dc
authored
Jan 11, 2022
by
Mark Tyneway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ops: document how to turn off L2 fees for development
parent
1da16006
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
README.md
ops/README.md
+9
-0
No files found.
ops/README.md
View file @
67fc72dc
...
@@ -58,6 +58,15 @@ A Makefile has been provided for convience. The following targets are available.
...
@@ -58,6 +58,15 @@ A Makefile has been provided for convience. The following targets are available.
-
make up-metrics
-
make up-metrics
-
make down-metrics
-
make down-metrics
## Turning off L2 Fee Enforcement
Fees can be turned off at runtime by setting the environment variable
`ROLLUP_ENFORCE_FEES`
to
`false`
.
```
bash
ROLLUP_ENFORCE_FEES
=
false
docker-compose up
```
## Using the Go Batch Submitter
## Using the Go Batch Submitter
The existing Typescript batch submitter is in the process of being reimplemented
The existing Typescript batch submitter is in the process of being reimplemented
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment