main.go 121 Bytes
Newer Older
1 2 3 4 5 6 7
package main

import (
	"github.com/ethereum-optimism/optimism/op-program/client"
)

func main() {
8
	client.Main(false)
9
}