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
8105b547
Unverified
Commit
8105b547
authored
Feb 28, 2023
by
Adrian Sutton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
op-node/chaincfg: Schedule Regolith for Optimism Goerli at 1679079600
parent
377e7823
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
chains.go
op-node/chaincfg/chains.go
+5
-0
No files found.
op-node/chaincfg/chains.go
View file @
8105b547
...
@@ -66,6 +66,7 @@ var Goerli = rollup.Config{
...
@@ -66,6 +66,7 @@ var Goerli = rollup.Config{
BatchInboxAddress
:
common
.
HexToAddress
(
"0xff00000000000000000000000000000000000420"
),
BatchInboxAddress
:
common
.
HexToAddress
(
"0xff00000000000000000000000000000000000420"
),
DepositContractAddress
:
common
.
HexToAddress
(
"0x5b47E1A08Ea6d985D6649300584e6722Ec4B1383"
),
DepositContractAddress
:
common
.
HexToAddress
(
"0x5b47E1A08Ea6d985D6649300584e6722Ec4B1383"
),
L1SystemConfigAddress
:
common
.
HexToAddress
(
"0xAe851f927Ee40dE99aaBb7461C00f9622ab91d60"
),
L1SystemConfigAddress
:
common
.
HexToAddress
(
"0xAe851f927Ee40dE99aaBb7461C00f9622ab91d60"
),
RegolithTime
:
u64Ptr
(
1679079600
),
}
}
var
NetworksByName
=
map
[
string
]
rollup
.
Config
{
var
NetworksByName
=
map
[
string
]
rollup
.
Config
{
...
@@ -97,3 +98,7 @@ func GetRollupConfig(name string) (rollup.Config, error) {
...
@@ -97,3 +98,7 @@ func GetRollupConfig(name string) (rollup.Config, error) {
return
network
,
nil
return
network
,
nil
}
}
func
u64Ptr
(
v
uint64
)
*
uint64
{
return
&
v
}
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