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
97b107b6
Unverified
Commit
97b107b6
authored
Feb 22, 2024
by
Sebastian Stammler
Committed by
GitHub
Feb 22, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Ecotone mainnet activation to Mar 14 00:00:01 UTC (#9625)
parent
e8a79312
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
go.mod
go.mod
+2
-2
go.sum
go.sum
+4
-4
chains_test.go
op-node/chaincfg/chains_test.go
+1
-1
No files found.
go.mod
View file @
97b107b6
...
@@ -10,7 +10,7 @@ require (
...
@@ -10,7 +10,7 @@ require (
github.com/crate-crypto/go-kzg-4844 v0.7.0
github.com/crate-crypto/go-kzg-4844 v0.7.0
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0
github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.3
github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.3
github.com/ethereum-optimism/superchain-registry/superchain v0.0.0-202402221
24135-cdcbd3dfeb01
github.com/ethereum-optimism/superchain-registry/superchain v0.0.0-202402221
55908-ab073f6aa74f
github.com/ethereum/go-ethereum v1.13.8
github.com/ethereum/go-ethereum v1.13.8
github.com/fsnotify/fsnotify v1.7.0
github.com/fsnotify/fsnotify v1.7.0
github.com/go-chi/chi/v5 v5.0.12
github.com/go-chi/chi/v5 v5.0.12
...
@@ -218,7 +218,7 @@ require (
...
@@ -218,7 +218,7 @@ require (
rsc.io/tmplfunc v0.0.3 // indirect
rsc.io/tmplfunc v0.0.3 // indirect
)
)
replace github.com/ethereum/go-ethereum v1.13.8 => github.com/ethereum-optimism/op-geth v1.101308.
1-rc.1
replace github.com/ethereum/go-ethereum v1.13.8 => github.com/ethereum-optimism/op-geth v1.101308.
2-rc.2
// replace github.com/ethereum-optimism/superchain-registry/superchain => ../superchain-registry/superchain
// replace github.com/ethereum-optimism/superchain-registry/superchain => ../superchain-registry/superchain
...
...
go.sum
View file @
97b107b6
...
@@ -170,10 +170,10 @@ github.com/elastic/gosigar v0.14.2 h1:Dg80n8cr90OZ7x+bAax/QjoW/XqTI11RmA79ZwIm9/
...
@@ -170,10 +170,10 @@ github.com/elastic/gosigar v0.14.2 h1:Dg80n8cr90OZ7x+bAax/QjoW/XqTI11RmA79ZwIm9/
github.com/elastic/gosigar v0.14.2/go.mod h1:iXRIGg2tLnu7LBdpqzyQfGDEidKCfWcCMS0WKyPWoMs=
github.com/elastic/gosigar v0.14.2/go.mod h1:iXRIGg2tLnu7LBdpqzyQfGDEidKCfWcCMS0WKyPWoMs=
github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.3 h1:RWHKLhCrQThMfch+QJ1Z8veEq5ZO3DfIhZ7xgRP9WTc=
github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.3 h1:RWHKLhCrQThMfch+QJ1Z8veEq5ZO3DfIhZ7xgRP9WTc=
github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.3/go.mod h1:QziizLAiF0KqyLdNJYD7O5cpDlaFMNZzlxYNcWsJUxs=
github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.3/go.mod h1:QziizLAiF0KqyLdNJYD7O5cpDlaFMNZzlxYNcWsJUxs=
github.com/ethereum-optimism/op-geth v1.101308.
1-rc.1 h1:uKZtsxfu7G1AoiKQDIADZmCoKlQFdVpPLVt5zE6rSLc
=
github.com/ethereum-optimism/op-geth v1.101308.
2-rc.2 h1:Tjm2n7/actyINbRIbqeDS+SyWAcIl+pRfOHODwW7lpQ
=
github.com/ethereum-optimism/op-geth v1.101308.
1-rc.1/go.mod h1:ThMnNKm56W1zaBeth62dQDakd60fuHAYwuJ2tqP5qdM
=
github.com/ethereum-optimism/op-geth v1.101308.
2-rc.2/go.mod h1:RPqVhnX00rJNys/YRDK4Wl4PvS6dgFrLqhsopIZOhEw
=
github.com/ethereum-optimism/superchain-registry/superchain v0.0.0-202402221
24135-cdcbd3dfeb01 h1:jA9SNqYJcBOUqGJNUOg/ieAVSfTVDIpe15ULz4qGGV0
=
github.com/ethereum-optimism/superchain-registry/superchain v0.0.0-202402221
55908-ab073f6aa74f h1:L2ub0d0iW2Nqwh1r9WxMqebgZf7rU+wHuVCv21uAGx8
=
github.com/ethereum-optimism/superchain-registry/superchain v0.0.0-202402221
24135-cdcbd3dfeb01
/go.mod h1:7xh2awFQqsiZxFrHKTgEd+InVfDRrkKVUIuK8SAFHp0=
github.com/ethereum-optimism/superchain-registry/superchain v0.0.0-202402221
55908-ab073f6aa74f
/go.mod h1:7xh2awFQqsiZxFrHKTgEd+InVfDRrkKVUIuK8SAFHp0=
github.com/ethereum/c-kzg-4844 v0.4.0 h1:3MS1s4JtA868KpJxroZoepdV0ZKBp3u/O5HcZ7R3nlY=
github.com/ethereum/c-kzg-4844 v0.4.0 h1:3MS1s4JtA868KpJxroZoepdV0ZKBp3u/O5HcZ7R3nlY=
github.com/ethereum/c-kzg-4844 v0.4.0/go.mod h1:VewdlzQmpT5QSrVhbBuGoCdFJkpaJlO1aQputP83wc0=
github.com/ethereum/c-kzg-4844 v0.4.0/go.mod h1:VewdlzQmpT5QSrVhbBuGoCdFJkpaJlO1aQputP83wc0=
github.com/fatih/color v1.13.0 h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w=
github.com/fatih/color v1.13.0 h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w=
...
...
op-node/chaincfg/chains_test.go
View file @
97b107b6
...
@@ -64,7 +64,7 @@ var mainnetCfg = rollup.Config{
...
@@ -64,7 +64,7 @@ var mainnetCfg = rollup.Config{
RegolithTime
:
u64Ptr
(
0
),
RegolithTime
:
u64Ptr
(
0
),
CanyonTime
:
u64Ptr
(
1704992401
),
CanyonTime
:
u64Ptr
(
1704992401
),
DeltaTime
:
u64Ptr
(
1708560000
),
DeltaTime
:
u64Ptr
(
1708560000
),
EcotoneTime
:
u64Ptr
(
1710
7812
01
),
EcotoneTime
:
u64Ptr
(
1710
3744
01
),
ProtocolVersionsAddress
:
common
.
HexToAddress
(
"0x8062AbC286f5e7D9428a0Ccb9AbD71e50d93b935"
),
ProtocolVersionsAddress
:
common
.
HexToAddress
(
"0x8062AbC286f5e7D9428a0Ccb9AbD71e50d93b935"
),
}
}
...
...
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