Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ethereum-package
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
vicotor
ethereum-package
Commits
f9269ad7
Unverified
Commit
f9269ad7
authored
Aug 06, 2024
by
Rafael Matias
Committed by
GitHub
Aug 06, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: update snapshots URL (#731)
parent
5a459914
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
README.md
README.md
+2
-2
network_params.yaml
network_params.yaml
+1
-1
input_parser.star
src/package_io/input_parser.star
+2
-2
No files found.
README.md
View file @
f9269ad7
...
...
@@ -507,11 +507,11 @@ network_params:
eof_activation_epoch
:
null
# Network sync base url for syncing public networks from a custom snapshot (mostly useful for shadowforks)
# Defaults to "https://
ethpandaops-ethereum-node-snapshots.ams3.cdn.digitaloceanspaces.com/
# Defaults to "https://
snapshots.ethpandaops.io/"
# If you have a local snapshot, you can set this to the local url:
# network_snapshot_url_base = "http://10.10.101.21:10000/snapshots/"
# The snapshots are taken with https://github.com/ethpandaops/snapshotter
network_sync_base_url
:
https://
ethpandaops-ethereum-node-snapshots.ams3.cdn.digitaloceanspaces.com
/
network_sync_base_url
:
https://
snapshots.ethpandaops.io
/
# The number of data column sidecar subnets used in the gossipsub protocol
data_column_sidecar_subnet_count
:
32
...
...
network_params.yaml
View file @
f9269ad7
...
...
@@ -77,7 +77,7 @@ network_params:
electra_fork_epoch
:
100000000
eip7594_fork_epoch
:
100000001
eip7594_fork_version
:
"
0x70000038"
network_sync_base_url
:
https://
ethpandaops-ethereum-node-snapshots.ams3.cdn.digitaloceanspaces.com
/
network_sync_base_url
:
https://
snapshots.ethpandaops.io
/
data_column_sidecar_subnet_count
:
32
samples_per_slot
:
8
custody_requirement
:
1
...
...
src/package_io/input_parser.star
View file @
f9269ad7
...
...
@@ -794,7 +794,7 @@ def default_network_params():
"eip7594_fork_epoch": 100000001,
"eip7594_fork_version": "0x70000038",
"eof_activation_epoch": "",
"network_sync_base_url": "https://
ethpandaops-ethereum-node-snapshots.ams3.cdn.digitaloceanspaces.com
/",
"network_sync_base_url": "https://
snapshots.ethpandaops.io
/",
"data_column_sidecar_subnet_count": 32,
"samples_per_slot": 8,
"custody_requirement": 1,
...
...
@@ -827,7 +827,7 @@ def default_minimal_network_params():
"eip7594_fork_epoch": 100000001,
"eip7594_fork_version": "0x70000038",
"eof_activation_epoch": "",
"network_sync_base_url": "https://
ethpandaops-ethereum-node-snapshots.ams3.cdn.digitaloceanspaces.com
/",
"network_sync_base_url": "https://
snapshots.ethpandaops.io
/",
"data_column_sidecar_subnet_count": 32,
"samples_per_slot": 8,
"custody_requirement": 1,
...
...
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