From 212b6ad9b1bdbe7d40e05ddb00928eb5a05abc85 Mon Sep 17 00:00:00 2001 From: ledgerwatch Date: Thu, 28 Dec 2023 07:44:46 +0000 Subject: [PATCH] Introduce new public buckets for the snapshots (#95) Co-authored-by: Alex Sharp --- webseed/amoy.toml | 10 ++++++---- webseed/bor-mainnet.toml | 8 ++------ webseed/chiado.toml | 8 ++------ webseed/gnosis.toml | 8 ++------ webseed/goerli.toml | 8 ++------ webseed/holesky.toml | 8 ++++++++ webseed/mainnet.toml | 8 ++------ webseed/mumbai.toml | 6 +----- webseed/sepolia.toml | 8 ++------ 9 files changed, 27 insertions(+), 45 deletions(-) create mode 100644 webseed/holesky.toml diff --git a/webseed/amoy.toml b/webseed/amoy.toml index 7653f9c..bc9fa18 100644 --- a/webseed/amoy.toml +++ b/webseed/amoy.toml @@ -1,4 +1,6 @@ -"caplin-v2" = "v1:caplin-v2-snapshots-amoy-webseed:b02f011376e1b2399c2126e47b079cc9:1188a65fc188da9adcd43ba443e4efa3:63ef957052e12b66113a2105b901acebcf52f153dc8c6d39b5dd33161b74ac5f" -"erigon-v1-pub" = "v1:https://erigon-v1-snapshots-amoy.erigon.network" -"erigon-v2-pub" = "v1:https://erigon-v2-snapshots-amoy.erigon.network" -"erigon-v3-pub" = "v1:https://erigon-v3-snapshots-amoy.erigon.network" +"caplin-pub" = "v1:https://public-caplin-snapshots-amoy.erigon.network" +"erigon-v2-pub" = "v1:https://public-erigon-v2-snapshots-amoy.erigon.network" +"e2-v1-pub" = "v1:https://erigon2-v1-snapshots-amoy.erigon.network" +"e2-v3-pub" = "v1:https://erigon2-v3-snapshots-amoy.erigon.network" +"e3-v1-pub" = "v1:https://erigon3-v1-snapshots-amoy.erigon.network" +"e3-v3-pub" = "v1:https://erigon3-v3-snapshots-amoy.erigon.network" diff --git a/webseed/bor-mainnet.toml b/webseed/bor-mainnet.toml index 3c48802..f0b50df 100644 --- a/webseed/bor-mainnet.toml +++ b/webseed/bor-mainnet.toml @@ -1,10 +1,6 @@ -"caplin-v2" = "v1:caplin-v2-snapshots-bor-mainnet-webseed:b02f011376e1b2399c2126e47b079cc9:1188a65fc188da9adcd43ba443e4efa3:63ef957052e12b66113a2105b901acebcf52f153dc8c6d39b5dd33161b74ac5f" -"erigon-v1-pub" = "v1:https://erigon-v1-snapshots-bor-mainnet.erigon.network" -"erigon-v2-pub" = "v1:https://erigon-v2-snapshots-bor-mainnet.erigon.network" -"erigon-v3-pub" = "v1:https://erigon-v3-snapshots-bor-mainnet.erigon.network" +"caplin-pub" = "v1:https://public-caplin-snapshots-bor-mainnet.erigon.network" +"erigon-v2-pub" = "v1:https://public-erigon-v2-snapshots-bor-mainnet.erigon.network" "e2-v1-pub" = "v1:https://erigon2-v1-snapshots-bor-mainnet.erigon.network" -"e2-v2-pub" = "v1:https://erigon2-v2-snapshots-bor-mainnet.erigon.network" "e2-v3-pub" = "v1:https://erigon2-v3-snapshots-bor-mainnet.erigon.network" "e3-v1-pub" = "v1:https://erigon3-v1-snapshots-bor-mainnet.erigon.network" -"e3-v2-pub" = "v1:https://erigon3-v2-snapshots-bor-mainnet.erigon.network" "e3-v3-pub" = "v1:https://erigon3-v3-snapshots-bor-mainnet.erigon.network" diff --git a/webseed/chiado.toml b/webseed/chiado.toml index 99c9f31..1585fc4 100644 --- a/webseed/chiado.toml +++ b/webseed/chiado.toml @@ -1,10 +1,6 @@ -"caplin-v2" = "v1:caplin-v2-snapshots-chiado-webseed:b02f011376e1b2399c2126e47b079cc9:1188a65fc188da9adcd43ba443e4efa3:63ef957052e12b66113a2105b901acebcf52f153dc8c6d39b5dd33161b74ac5f" -"erigon-v1-pub" = "v1:https://erigon-v1-snapshots-chiado.erigon.network" -"erigon-v2-pub" = "v1:https://erigon-v2-snapshots-chiado.erigon.network" -"erigon-v3-pub" = "v1:https://erigon-v3-snapshots-chiado.erigon.network" +"caplin-pub" = "v1:https://public-caplin-snapshots-chiado.erigon.network" +"erigon-v2-pub" = "v1:https://public-erigon-v2-snapshots-chiado.erigon.network" "e2-v1-pub" = "v1:https://erigon2-v1-snapshots-chiado.erigon.network" -"e2-v2-pub" = "v1:https://erigon2-v2-snapshots-chiado.erigon.network" "e2-v3-pub" = "v1:https://erigon2-v3-snapshots-chiado.erigon.network" "e3-v1-pub" = "v1:https://erigon3-v1-snapshots-chiado.erigon.network" -"e3-v2-pub" = "v1:https://erigon3-v2-snapshots-chiado.erigon.network" "e3-v3-pub" = "v1:https://erigon3-v3-snapshots-chiado.erigon.network" diff --git a/webseed/gnosis.toml b/webseed/gnosis.toml index 044b4d5..7ce5847 100644 --- a/webseed/gnosis.toml +++ b/webseed/gnosis.toml @@ -1,10 +1,6 @@ -"caplin-v2" = "v1:caplin-v2-snapshots-gnosis-webseed:b02f011376e1b2399c2126e47b079cc9:1188a65fc188da9adcd43ba443e4efa3:63ef957052e12b66113a2105b901acebcf52f153dc8c6d39b5dd33161b74ac5f" -"erigon-v1-pub" = "v1:https://erigon-v1-snapshots-gnosis.erigon.network" -"erigon-v2-pub" = "v1:https://erigon-v2-snapshots-gnosis.erigon.network" -"erigon-v3-pub" = "v1:https://erigon-v3-snapshots-gnosis.erigon.network" +"caplin-pub" = "v1:https://public-caplin-snapshots-gnosis.erigon.network" +"erigon-v2-pub" = "v1:https://public-erigon-v2-snapshots-gnosis.erigon.network" "e2-v1-pub" = "v1:https://erigon2-v1-snapshots-gnosis.erigon.network" -"e2-v2-pub" = "v1:https://erigon2-v2-snapshots-gnosis.erigon.network" "e2-v3-pub" = "v1:https://erigon2-v3-snapshots-gnosis.erigon.network" "e3-v1-pub" = "v1:https://erigon3-v1-snapshots-gnosis.erigon.network" -"e3-v2-pub" = "v1:https://erigon3-v2-snapshots-gnosis.erigon.network" "e3-v3-pub" = "v1:https://erigon3-v3-snapshots-gnosis.erigon.network" diff --git a/webseed/goerli.toml b/webseed/goerli.toml index f6fbfcc..93e7b93 100644 --- a/webseed/goerli.toml +++ b/webseed/goerli.toml @@ -1,10 +1,6 @@ -"caplin-v2" = "v1:caplin-v2-snapshots-goerli-webseed:b02f011376e1b2399c2126e47b079cc9:1188a65fc188da9adcd43ba443e4efa3:63ef957052e12b66113a2105b901acebcf52f153dc8c6d39b5dd33161b74ac5f" -"erigon-v1-pub" = "v1:https://erigon-v1-snapshots-goerli.erigon.network" -"erigon-v2-pub" = "v1:https://erigon-v2-snapshots-goerli.erigon.network" -"erigon-v3-pub" = "v1:https://erigon-v3-snapshots-goerli.erigon.network" +"caplin-pub" = "v1:https://public-caplin-snapshots-goerli.erigon.network" +"erigon-v2-pub" = "v1:https://public-erigon-v2-snapshots-goerli.erigon.network" "e2-v1-pub" = "v1:https://erigon2-v1-snapshots-goerli.erigon.network" -"e2-v2-pub" = "v1:https://erigon2-v2-snapshots-goerli.erigon.network" "e2-v3-pub" = "v1:https://erigon2-v3-snapshots-goerli.erigon.network" "e3-v1-pub" = "v1:https://erigon3-v1-snapshots-goerli.erigon.network" -"e3-v2-pub" = "v1:https://erigon3-v2-snapshots-goerli.erigon.network" "e3-v3-pub" = "v1:https://erigon3-v3-snapshots-goerli.erigon.network" diff --git a/webseed/holesky.toml b/webseed/holesky.toml new file mode 100644 index 0000000..eeef14c --- /dev/null +++ b/webseed/holesky.toml @@ -0,0 +1,8 @@ +"caplin-pub" = "v1:https://public-caplin-snapshots-holesky.erigon.network" +"erigon-v2-pub" = "v1:https://public-erigon-v2-snapshots-holesky.erigon.network" +"e2-v1-pub" = "v1:https://erigon2-v1-snapshots-holesky.erigon.network" +"e2-v3-pub" = "v1:https://erigon2-v3-snapshots-holesky.erigon.network" +"e3-v1-pub" = "v1:https://erigon3-v1-snapshots-holesky.erigon.network" +"e3-v3-pub" = "v1:https://erigon3-v3-snapshots-holesky.erigon.network" + + diff --git a/webseed/mainnet.toml b/webseed/mainnet.toml index ad59a12..c17a5fd 100644 --- a/webseed/mainnet.toml +++ b/webseed/mainnet.toml @@ -1,10 +1,6 @@ -"caplin-v2" = "v1:caplin-v2-snapshots-mainnet-webseed:b02f011376e1b2399c2126e47b079cc9:1188a65fc188da9adcd43ba443e4efa3:63ef957052e12b66113a2105b901acebcf52f153dc8c6d39b5dd33161b74ac5f" -"erigon-v1-pub" = "v1:https://erigon-v1-snapshots-mainnet.erigon.network" -"erigon-v2-pub" = "v1:https://erigon-v2-snapshots-mainnet.erigon.network" -"erigon-v3-pub" = "v1:https://erigon-v3-snapshots-mainnet.erigon.network" +"caplin-pub" = "v1:https://public-caplin-snapshots-mainnet.erigon.network" +"erigon-v2-pub" = "v1:https://public-erigon-v2-snapshots-mainnet.erigon.network" "e2-v1-pub" = "v1:https://erigon2-v1-snapshots-mainnet.erigon.network" -"e2-v2-pub" = "v1:https://erigon2-v2-snapshots-mainnet.erigon.network" "e2-v3-pub" = "v1:https://erigon2-v3-snapshots-mainnet.erigon.network" "e3-v1-pub" = "v1:https://erigon3-v1-snapshots-mainnet.erigon.network" -"e3-v2-pub" = "v1:https://erigon3-v2-snapshots-mainnet.erigon.network" "e3-v3-pub" = "v1:https://erigon3-v3-snapshots-mainnet.erigon.network" diff --git a/webseed/mumbai.toml b/webseed/mumbai.toml index 52bbaa9..7374215 100644 --- a/webseed/mumbai.toml +++ b/webseed/mumbai.toml @@ -1,10 +1,6 @@ -"caplin-v2" = "v1:caplin-v2-snapshots-mumbai-webseed:b02f011376e1b2399c2126e47b079cc9:1188a65fc188da9adcd43ba443e4efa3:63ef957052e12b66113a2105b901acebcf52f153dc8c6d39b5dd33161b74ac5f" -"erigon-v1-pub" = "v1:https://erigon-v1-snapshots-mumbai.erigon.network" +"caplin-pub" = "v1:https://public-caplin-snapshots-mumbai.erigon.network" "erigon-v2-pub" = "v1:https://erigon-v2-snapshots-mumbai.erigon.network" -"erigon-v3-pub" = "v1:https://erigon-v3-snapshots-mumbai.erigon.network" "e2-v1-pub" = "v1:https://erigon2-v1-snapshots-mumbai.erigon.network" -"e2-v2-pub" = "v1:https://erigon2-v2-snapshots-mumbai.erigon.network" "e2-v3-pub" = "v1:https://erigon2-v3-snapshots-mumbai.erigon.network" "e3-v1-pub" = "v1:https://erigon3-v1-snapshots-mumbai.erigon.network" -"e3-v2-pub" = "v1:https://erigon3-v2-snapshots-mumbai.erigon.network" "e3-v3-pub" = "v1:https://erigon3-v3-snapshots-mumbai.erigon.network" diff --git a/webseed/sepolia.toml b/webseed/sepolia.toml index 86df922..3d7454c 100644 --- a/webseed/sepolia.toml +++ b/webseed/sepolia.toml @@ -1,10 +1,6 @@ -"caplin-v2" = "v1:caplin-v2-snapshots-sepolia-webseed:b02f011376e1b2399c2126e47b079cc9:1188a65fc188da9adcd43ba443e4efa3:63ef957052e12b66113a2105b901acebcf52f153dc8c6d39b5dd33161b74ac5f" -"erigon-v1-pub" = "v1:https://erigon-v1-snapshots-sepolia.erigon.network" -"erigon-v2-pub" = "v1:https://erigon-v2-snapshots-sepolia.erigon.network" -"erigon-v3-pub" = "v1:https://erigon-v3-snapshots-sepolia.erigon.network" +"caplin-pub" = "v1:https://public-caplin-snapshots-sepolia.erigon.network" +"erigon-v2-pub" = "v1:https://public-erigon-v2-snapshots-sepolia.erigon.network" "e2-v1-pub" = "v1:https://erigon2-v1-snapshots-sepolia.erigon.network" -"e2-v2-pub" = "v1:https://erigon2-v2-snapshots-sepolia.erigon.network" "e2-v3-pub" = "v1:https://erigon2-v3-snapshots-sepolia.erigon.network" "e3-v1-pub" = "v1:https://erigon3-v1-snapshots-sepolia.erigon.network" -"e3-v2-pub" = "v1:https://erigon3-v2-snapshots-sepolia.erigon.network" "e3-v3-pub" = "v1:https://erigon3-v3-snapshots-sepolia.erigon.network"