Skip to content

Commit

Permalink
Update bootnode (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
ridenaio authored Nov 11, 2019
1 parent 8d7e122 commit db81ca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ const (

var (
DefaultBootstrapNodes = []string{
"enode://6d683e23b2640258b3c72c0bef28eb61a76dc0d87abd1b4471a6dbffe85bdfb307880e301b9ee670679d0f9502d6f4e63f1fe0c4c16ce0387de1513ee94578fe@111.90.140.21:40404",
"enode://6d683e23b2640258b3c72c0bef28eb61a76dc0d87abd1b4471a6dbffe85bdfb307880e301b9ee670679d0f9502d6f4e63f1fe0c4c16ce0387de1513ee94578fe@111.90.158.111:40404",
"enode://56b1f1fb9ebf3c83d049083b6ceba87a37036176c250beabec6f93f746ff4e70cd7470e0c9431ea793dea9d1f5ad25039c94a6600ff609e85b5713f6163ab326@206.81.23.186:40404",
"enode://cec6377ad9bbf60794e7c38f673312c22b4baf831603f17e8a2fe40bb81824b281d20c39f3cb948ec908be6eb1c662366dfd538941382d2d50f29d84bc089b69@165.227.91.202:40404",
}
DefaultIpfsBootstrapNodes = []string{
"/ip4/111.90.140.21/tcp/4002/ipfs/QmZV7cwSgVTSnMUE2zTK3f5nepCuT5yYnTyMpRgGhxJoTG",
"/ip4/111.90.158.111/tcp/40403/ipfs/QmcqV2a5gKQi4cUA2PmV5dSCAqwYJkD1jhV5fiYMUnx1XL",
"/ip4/206.81.23.186/tcp/40403/ipfs/QmcNz33dvfrY5cMMQs64CcSQoR9sVVGL8qD4mptYUGHUTD",
"/ip4/165.227.91.202/tcp/40403/ipfs/QmUfSuQMGkjQHyBYknSzSNNHaCpbeJPDwBzqBC7X1suGWN",
}
Expand Down

0 comments on commit db81ca2

Please sign in to comment.