Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Commit

Permalink
bootnodes: change old ef bootnodes to new ones (#2111)
Browse files Browse the repository at this point in the history
  • Loading branch information
acud authored Feb 20, 2020
1 parent c0f98d6 commit 9d5b290
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmd/swarm/bootnodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
package main

var SwarmBootnodes = []string{
// EF Swarm Bootnode - AWS - eu-central-1
"enode://4c113504601930bf2000c29bcd98d1716b6167749f58bad703bae338332fe93cc9d9204f08afb44100dc7bea479205f5d162df579f9a8f76f8b402d339709023@3.122.203.99:30301",
// EF Swarm Bootnode - AWS - us-west-2
"enode://89f2ede3371bff1ad9f2088f2012984e280287a4e2b68007c2a6ad994909c51886b4a8e9e2ecc97f9910aca538398e0a5804b0ee80a187fde1ba4f32626322ba@52.35.212.179:30301",
// EthSwarm Bootnodes
"enode://24a5a5abd18a147f41863bef922e986dae2646bd8991d5d4fb1e2ca8907f019997f15c0356cdf3ddaeb9a9a1586c9664b5e55f223c4c3e9bac465ecdad0a2364@35.156.227.39:30301",

"enode://1e03eed11736a0b03d9bed9ddb2b753179ad078c93fe3de759ccfa43340aab1c14c96959bed0ccf71216f811aa8ed1c760662ffa0f54ed75f4296fe5292d392f@44.232.104.7:30301",
}

0 comments on commit 9d5b290

Please sign in to comment.