File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ func BootstrappersFor(net Network) ([]string, error) {
17
17
// NOTE: Every time we add a new long-running network, its bootstrap peers have to be added here.
18
18
var bootstrapList = map [Network ][]string {
19
19
DevNet : {
20
- "/dns4/andromeda.celestia-devops.dev/tcp/2121/p2p/12D3KooWSv6aX4eweBMUtDBXSbTu2uvX1Nf7eFWsDgrJvrgduzU9 " ,
21
- "/dns4/libra.celestia-devops.dev/tcp/2121/p2p/12D3KooWNGuNLG7Kiom4UUAyiW6pdJnPXQV7xGereokMJxB5f6SU " ,
22
- "/dns4/norma.celestia-devops.dev/tcp/2121/p2p/12D3KooWBKReVZa4bE1Edfn4TfxK2UCq3qqTtQSHiHeHQy18YgiY " ,
20
+ "/dns4/andromeda.celestia-devops.dev/tcp/2121/p2p/12D3KooWKvPXtV1yaQ6e3BRNUHa5Phh8daBwBi3KkGaSSkUPys6D " ,
21
+ "/dns4/libra.celestia-devops.dev/tcp/2121/p2p/12D3KooWK5aDotDcLsabBmWDazehQLMsDkRyARm1k7f1zGAXqbt4 " ,
22
+ "/dns4/norma.celestia-devops.dev/tcp/2121/p2p/12D3KooWHYczJDVNfYVkLcNHPTDKCeiVvRhg8Q9JU3bE3m9eEVyY " ,
23
23
},
24
24
}
You can’t perform that action at this time.
0 commit comments