Commit 31108ed0 authored by Kelvin Fichter's avatar Kelvin Fichter

fix: make relayer work again

Fixes a bug where the relayer package was not correctly running the
start script since the start script updated recently.
parent 6c9b91db
---
'@eth-optimism/message-relayer': patch
---
Fixes a bug that prevented the relayer from running correctly.
...@@ -23,4 +23,4 @@ curl \ ...@@ -23,4 +23,4 @@ curl \
$L2_NODE_WEB3_URL $L2_NODE_WEB3_URL
# go # go
exec node ./exec/run-message-relayer.js exec yarn start
...@@ -117,4 +117,5 @@ const main = async () => { ...@@ -117,4 +117,5 @@ const main = async () => {
await service.start() 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