Skip to content

Commit

Permalink
chore: update bootnodes file url for holesky and sepolia (#7276)
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig authored Dec 5, 2024
1 parent 69ae688 commit b5fb76c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cli/src/networks/holesky.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export {holeskyChainConfig as chainConfig} from "@lodestar/config/networks";
export const depositContractDeployBlock = 0;
export const genesisFileUrl = "https://media.githubusercontent.com/media/eth-clients/holesky/main/metadata/genesis.ssz";
export const bootnodesFileUrl =
"https://raw.githubusercontent.com/eth-clients/holesky/main/metadata/bootstrap_nodes.txt";
"https://raw.githubusercontent.com/eth-clients/holesky/main/metadata/bootstrap_nodes.yaml";

export const bootEnrs = [
"enr:-Ku4QFo-9q73SspYI8cac_4kTX7yF800VXqJW4Lj3HkIkb5CMqFLxciNHePmMt4XdJzHvhrCC5ADI4D_GkAsxGJRLnQBh2F0dG5ldHOIAAAAAAAAAACEZXRoMpAhnTT-AQFwAP__________gmlkgnY0gmlwhLKAiOmJc2VjcDI1NmsxoQORcM6e19T1T9gi7jxEZjk_sjVLGFscUNqAY9obgZaxbIN1ZHCCIyk",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/networks/sepolia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export {sepoliaChainConfig as chainConfig} from "@lodestar/config/networks";
export const depositContractDeployBlock = 1273020;
export const genesisFileUrl = "https://github.com/eth-clients/sepolia/raw/main/metadata/genesis.ssz";
export const bootnodesFileUrl =
"https://raw.githubusercontent.com/eth-clients/sepolia/main/metadata/bootstrap_nodes.txt";
"https://raw.githubusercontent.com/eth-clients/sepolia/main/metadata/bootstrap_nodes.yaml";

export const bootEnrs = [
"enr:-KO4QP7MmB3juk8rUjJHcUoxZDU9Np4FlW0HyDEGIjSO7GD9PbSsabu7713cWSUWKDkxIypIXg1A-6lG7ySRGOMZHeGCAmuEZXRoMpDTH2GRkAAAc___________gmlkgnY0gmlwhBSoyGOJc2VjcDI1NmsxoQNta5b_bexSSwwrGW2Re24MjfMntzFd0f2SAxQtMj3ueYN0Y3CCIyiDdWRwgiMo",
Expand Down

0 comments on commit b5fb76c

Please sign in to comment.