mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-09 14:08:03 -05:00
Co-authored-by: vincent <419436363@qq.com> Co-authored-by: colinlyguo <colinlyguo@scroll.io> Co-authored-by: HAOYUatHZ <haoyu@protonmail.com>
8 lines
96 B
Go
8 lines
96 B
Go
package main
|
|
|
|
import "bridge-history-api/cmd/cross_msg_fetcher/app"
|
|
|
|
func main() {
|
|
app.Run()
|
|
}
|