Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
e93af705
Unverified
Commit
e93af705
authored
Jul 24, 2023
by
inphi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lint
parent
1744978c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
l2_client.go
op-program/host/l2_client.go
+1
-8
No files found.
op-program/host/l2_client.go
View file @
e93af705
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment