good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
Erigon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
a
Erigon
Commits
ada46b03
Unverified
Commit
ada46b03
authored
May 19, 2022
by
Alex Sharov
Committed by
GitHub
May 19, 2022
Browse files
Options
Downloads
Patches
Plain Diff
allow snap sync for mumbai chain (#4208)
* save * mumbai
parent
d9ed3078
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
turbo/snapshotsync/snapshothashes/embed.go
+10
-10
10 additions, 10 deletions
turbo/snapshotsync/snapshothashes/embed.go
turbo/snapshotsync/snapshothashes/erigon-snapshots
+1
-1
1 addition, 1 deletion
turbo/snapshotsync/snapshothashes/erigon-snapshots
with
11 additions
and
11 deletions
turbo/snapshotsync/snapshothashes/embed.go
+
10
−
10
View file @
ada46b03
...
...
@@ -27,9 +27,9 @@ var Bsc = fromToml(bsc)
var
ropsten
[]
byte
var
Ropsten
=
fromToml
(
ropsten
)
//go:embed erigon-snapshots/
bor-mainnet
.toml
var
borMainnet
[]
byte
var
BorMainnet
=
fromToml
(
borMainnet
)
//go:embed erigon-snapshots/
mumbai
.toml
var
mumbai
[]
byte
var
Mumbai
=
fromToml
(
mumbai
)
type
PreverifiedItem
struct
{
Name
string
...
...
@@ -59,7 +59,7 @@ var (
GoerliChainSnapshotConfig
=
newConfig
(
Goerli
)
BscChainSnapshotConfig
=
newConfig
(
Bsc
)
RopstenChainSnapshotConfig
=
newConfig
(
Ropsten
)
BorMainnet
ChainSnapshotConfig
=
newConfig
(
BorMainnet
)
Mumbai
ChainSnapshotConfig
=
newConfig
(
Mumbai
)
)
func
newConfig
(
preverified
Preverified
)
*
Config
{
...
...
@@ -111,8 +111,8 @@ func KnownConfig(networkName string) *Config {
return
BscChainSnapshotConfig
case
networkname
.
RopstenChainName
:
return
RopstenChainSnapshotConfig
case
networkname
.
BorMainnet
ChainName
:
return
BorMainnet
ChainSnapshotConfig
case
networkname
.
Mumbai
ChainName
:
return
Mumbai
ChainSnapshotConfig
default
:
return
newConfig
(
Preverified
{})
}
...
...
This diff is collapsed.
Click to expand it.
erigon-snapshots
@
556c0ac3
Compare
830048bc
...
556c0ac3
Subproject commit
830048bc8aeb9f6759275553006e8743f4f0189a
Subproject commit
556c0ac3d58aae931bb404c8fb9aa3101503bb48
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment