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
259868cd
Unverified
Commit
259868cd
authored
Mar 20, 2023
by
mergify[bot]
Committed by
GitHub
Mar 20, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5195 from ethereum-optimism/logs/proposer-l2oo-version
op-proposer: log L2OutputOracle version + address
parents
346ac699
b34680a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
l2_output_submitter.go
op-proposer/proposer/l2_output_submitter.go
+7
-0
No files found.
op-proposer/proposer/l2_output_submitter.go
View file @
259868cd
...
...
@@ -208,6 +208,13 @@ func NewL2OutputSubmitter(cfg Config, l log.Logger) (*L2OutputSubmitter, error)
return
nil
,
err
}
version
,
err
:=
l2ooContract
.
Version
(
&
bind
.
CallOpts
{})
if
err
!=
nil
{
cancel
()
return
nil
,
err
}
log
.
Info
(
"Connected to L2OutputOracle"
,
"address"
,
cfg
.
L2OutputOracleAddr
,
"version"
,
version
)
parsed
,
err
:=
abi
.
JSON
(
strings
.
NewReader
(
bindings
.
L2OutputOracleMetaData
.
ABI
))
if
err
!=
nil
{
cancel
()
...
...
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