Skip to content

Commit

Permalink
update in fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone committed Feb 10, 2020
1 parent f7e5ed0 commit 2c26f5b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions node/cli/src/mainnet_fixtures.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ pub fn get_mainnet_bootnodes() -> Vec<String> {
"/ip4/149.28.115.253/tcp/30333/p2p/QmQvAPW1bBpx5N7YJLcBhHNqANw4dxVmBTiJNeuC8FoYeR".to_string(),
"/ip4/66.42.116.197/tcp/30333/p2p/QmU1g7NFj1cd46T69ZXig9c7Xc6RLGwjZm4Ur6d4JPBDh2".to_string(),
"/ip4/104.207.139.151/tcp/30333/p2p/QmPuU4VY2nckAodyWXv3VyCwavk5FF9yqVWB4G1LtNf9v9".to_string(),
"/ip4/45.77.238.189/tcp/30333/p2p/Qme2d6D8WGGhsymJLmhBwEadW8sFhXZZ9HKEzhbueunTZc".to_string(),
"/ip4/209.250.227.147/tcp/30333/p2p/QmfWEPyZmrZeS6dgsi7hjvKX1u6AxGGrvEH6BZsXBe68Eo".to_string(),
"/ip4/202.182.103.213/tcp/30333/p2p/QmTxiQDFQykWEWpywtPiNDJK8EFnGumSYHJDuUJ8uhBWDu".to_string(),
"/ip4/207.148.77.158/tcp/30333/p2p/Qmcswgc3oYLdyWZmTo9Kf3pr3fnLdaA34fpJRPtYTKwpPS".to_string(),
"/ip4/140.82.54.194/tcp/30333/p2p/QmTzLQJn7MCkJZEcucSgoBnUgzF85YC5RK5wRq7oRupSFR".to_string(),
"/ip4/155.138.133.37/tcp/30333/p2p/QmYJtBiHi9s6nghnW4PqgKAab4Gq6BQikmR66rk5yoiY9f".to_string(),
"/ip4/45.32.171.175/tcp/30333/p2p/QmYi3K6422sZ9RqNjcCJ4s3DoUdyK6C2U9RDH4kwQC1KXB".to_string(),
"/ip4/45.77.105.248/tcp/30333/p2p/QmQzjXREKk4QbfrkwtRsEEdrQA85k1ERvcUPvTaSC2FTnX".to_string(),
"/ip4/144.202.19.214/tcp/30333/p2p/QmRybov4ZYCcgm6QyRkH2TgSjRngQuL4m3td5MQxmgqWHu".to_string(),
"/ip4/207.246.98.108/tcp/30333/p2p/QmfH6NCWUcRwfVcJsDocNF5ZUpGUex8xWba64rHvomyweV".to_string(),
"/ip4/45.77.238.189/tcp/30333/p2p/QmUQNwBa3BTYEAggMqsM2o5owtG1szKGMcy4Yi5sxPEvmh".to_string(),
"/ip4/209.250.227.147/tcp/30333/p2p/QmTDGjGu9GiyZLgTFaqMFUkguer4svD3DLHyZbEePWGK2M".to_string(),
"/ip4/202.182.103.213/tcp/30333/p2p/QmekEvkhcEvsRYw47LVoYm7v1dAjh3qbt2wZK7HNydr3kq".to_string(),
"/ip4/207.148.77.158/tcp/30333/p2p/QmWF6T36iBiXdCAsb477vHyTEKTq33RTLRAcsyTiGwrqwB".to_string(),
"/ip4/140.82.54.194/tcp/30333/p2p/QmdCUnV8hK3oiKSkoL4r9W5foEVBvMQ49ATUNpgxWcCgXc".to_string(),
"/ip4/155.138.133.37/tcp/30333/p2p/QmYrQtJXQSJkfcpKYgVXcbYMEuHP1PLgz41uy2dutipp9s".to_string(),
"/ip4/45.32.171.175/tcp/30333/p2p/QmdC8MEhaWbngY7qHpgXvYr3bVYcXy1HFUBWVWzhQFFybV".to_string(),
"/ip4/45.77.105.248/tcp/30333/p2p/QmPqNBGgeP4553TzxNd34GshUSHapsjykHhVcwnNrqpMLT".to_string(),
"/ip4/144.202.19.214/tcp/30333/p2p/QmUr8uUsd7QJQnnbHbVh6hhdHKsZUS1xrNKJmb7YZEshae".to_string(),
"/ip4/207.246.98.108/tcp/30333/p2p/QmVFxV5Ay158YiS7bkxNkAshEECDFMbqnfkizTgEfKQC7F".to_string(),
];
}

Expand Down

0 comments on commit 2c26f5b

Please sign in to comment.