Commit e93af705 authored by inphi's avatar inphi

lint

parent 1744978c
...@@ -11,22 +11,15 @@ import ( ...@@ -11,22 +11,15 @@ import (
"github.com/ethereum-optimism/optimism/op-node/sources/caching" "github.com/ethereum-optimism/optimism/op-node/sources/caching"
"github.com/ethereum/go-ethereum" "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/log" "github.com/ethereum/go-ethereum/log"
) )
type L2Client struct { type L2Client struct {
*sources.L2Client *sources.L2Client
l2Head common.Hash l2Head common.Hash
l2OutputOracleAddress common.Address
} }
var (
L2OutputEventABI = "OutputProposed(bytes32,uint256,uint256,uint256)"
L2OutputEventABIHash = crypto.Keccak256Hash([]byte(L2OutputEventABI))
)
type L2ClientConfig struct { type L2ClientConfig struct {
*sources.L2ClientConfig *sources.L2ClientConfig
L2Head common.Hash L2Head common.Hash
......
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