Files
scroll/bridge/cmd/msg_relayer/main.go
ChuhanJin d376c903af feat(bridge): separate bridge into subcomponents (#397)
Co-authored-by: vincent <419436363@qq.com>
Co-authored-by: colinlyguo <651734127@qq.com>
2023-03-31 11:04:24 +08:00

8 lines
90 B
Go

package main
import "scroll-tech/bridge/cmd/msg_relayer/app"
func main() {
app.Run()
}