Commit ab285e44 authored by Georgios Konstantopoulos's avatar Georgios Konstantopoulos Committed by GitHub

fix: start the batch submitter properly (#565)

* fix: start the batch submitter properly

fixes bug introduced in https://github.com/ethereum-optimism/optimism/pull/538/commits/933880d443538d413f8bac6488e34b3339078ad5

* chore: add changeset
parent 318857e2
---
"@eth-optimism/batch-submitter": patch
---
properly start the batch submitter instead of instantly exiting
#!/usr/bin/env node #!/usr/bin/env node
console.log(process.env.npm_package_version);
process.exit(1)
const batchSubmitter = require("../dist/src/exec/run-batch-submitter") const batchSubmitter = require("../dist/src/exec/run-batch-submitter")
batchSubmitter.run() batchSubmitter.run()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment