File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -500,11 +500,11 @@ network_params:
500
500
eip7594_fork_version : " 0x70000038"
501
501
502
502
# Network sync base url for syncing public networks from a custom snapshot (mostly useful for shadowforks)
503
- # Defaults to "https://ethpandaops-ethereum-node-snapshots.ams3.digitaloceanspaces.com/
503
+ # Defaults to "https://ethpandaops-ethereum-node-snapshots.ams3.cdn. digitaloceanspaces.com/
504
504
# If you have a local snapshot, you can set this to the local url:
505
505
# network_snapshot_url_base = "http://10.10.101.21:10000/snapshots/"
506
506
# The snapshots are taken with https://github.com/ethpandaops/snapshotter
507
- network_sync_base_url : https://ethpandaops-ethereum-node-snapshots.ams3.digitaloceanspaces.com/
507
+ network_sync_base_url : https://ethpandaops-ethereum-node-snapshots.ams3.cdn. digitaloceanspaces.com/
508
508
509
509
# The number of data column sidecar subnets used in the gossipsub protocol
510
510
data_column_sidecar_subnet_count : 32
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ network_params:
76
76
electra_fork_epoch : 100000000
77
77
eip7594_fork_epoch : 100000001
78
78
eip7594_fork_version : " 0x70000038"
79
- network_sync_base_url : https://ethpandaops-ethereum-node-snapshots.ams3.digitaloceanspaces.com/
79
+ network_sync_base_url : https://ethpandaops-ethereum-node-snapshots.ams3.cdn. digitaloceanspaces.com/
80
80
data_column_sidecar_subnet_count : 32
81
81
samples_per_slot : 8
82
82
custody_requirement : 1
Original file line number Diff line number Diff line change @@ -786,7 +786,7 @@ def default_network_params():
786
786
"electra_fork_epoch" : 100000000 ,
787
787
"eip7594_fork_epoch" : 100000001 ,
788
788
"eip7594_fork_version" : "0x70000038" ,
789
- "network_sync_base_url" : "https://ethpandaops-ethereum-node-snapshots.ams3.digitaloceanspaces.com/" ,
789
+ "network_sync_base_url" : "https://ethpandaops-ethereum-node-snapshots.ams3.cdn. digitaloceanspaces.com/" ,
790
790
"data_column_sidecar_subnet_count" : 32 ,
791
791
"samples_per_slot" : 8 ,
792
792
"custody_requirement" : 1 ,
@@ -816,7 +816,7 @@ def default_minimal_network_params():
816
816
"electra_fork_epoch" : 100000000 ,
817
817
"eip7594_fork_epoch" : 100000001 ,
818
818
"eip7594_fork_version" : "0x70000038" ,
819
- "network_sync_base_url" : "https://ethpandaops-ethereum-node-snapshots.ams3.digitaloceanspaces.com/" ,
819
+ "network_sync_base_url" : "https://ethpandaops-ethereum-node-snapshots.ams3.cdn. digitaloceanspaces.com/" ,
820
820
"data_column_sidecar_subnet_count" : 32 ,
821
821
"samples_per_slot" : 8 ,
822
822
"custody_requirement" : 1 ,
You can’t perform that action at this time.
0 commit comments