Skip to content

Commit

Permalink
fix: start the batch submitter properly (ethereum-optimism#565)
Browse files Browse the repository at this point in the history
* fix: start the batch submitter properly

fixes bug introduced in ethereum-optimism@933880d

* chore: add changeset
  • Loading branch information
gakonst authored Apr 22, 2021
1 parent 318857e commit ab285e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/many-wombats-hear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@eth-optimism/batch-submitter": patch
---

properly start the batch submitter instead of instantly exiting
3 changes: 0 additions & 3 deletions packages/batch-submitter/exec/run-batch-submitter.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!/usr/bin/env node

console.log(process.env.npm_package_version);
process.exit(1)

const batchSubmitter = require("../dist/src/exec/run-batch-submitter")

batchSubmitter.run()

0 comments on commit ab285e4

Please sign in to comment.