Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: meowsbits/core-geth
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 52e08d8da17e477c8bd4d24e49e3bd62b2eeac7a
Choose a base ref
..
head repository: meowsbits/core-geth
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 40dac0a47dae2832a6b14f014956a60a3d72cab0
Choose a head ref
Showing with 1 addition and 0 deletions.
  1. +1 −0 params/bootnodes.go
1 change: 1 addition & 0 deletions params/bootnodes.go
Original file line number Diff line number Diff line change
@@ -23,6 +23,7 @@ import "github.com/ethereum/go-ethereum/common"
var MainnetBootnodes = []string{
// Ethereum Foundation Go Bootnodes
"enode://d860a01f9722d78051619d1e2351aba3f43f943f6f00718d1b9baa4101932a1f5011f16bb2b1bb35db20d6fe28fa0bf09636d26a87d31de9ec6203eeedb1f666@18.138.108.67:30303", // bootnode-aws-ap-southeast-1-001
"enode://22a8232c3abc76a16ae9d6c3b164f98775fe226f0917b0ca871128a74a8e9630b458460865bab457221f1d448dd9791d24c4e5d88786180ac185df813a68d4de@3.209.45.79:30303", // bootnode-aws-us-east-1-001
"enode://4aeb4ab6c14b23e2c4cfdce879c04b0748a20d8e9b59e25ded2a08143e265c6c25936e74cbc8e641e3312ca288673d91f2f93f8e277de3cfa444ecdaaf982052@157.90.35.166:30303", // bootnode-hetzner-fsn
}