Commit 00696e76 authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

Merge pull request #2182 from ethereum-optimism/sc/fix-relayer

fix: make relayer work again
parents e52c36f0 31108ed0
---
'@eth-optimism/message-relayer': patch
---
Fixes a bug that prevented the relayer from running correctly.
......@@ -23,4 +23,4 @@ curl \
$L2_NODE_WEB3_URL
# go
exec node ./exec/run-message-relayer.js
exec yarn start
......@@ -117,4 +117,5 @@ const main = async () => {
await service.start()
}
export default main
main()
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