|
|
@ -102,7 +102,7 @@ public class DiscoveryConfiguration { |
|
|
|
public static final List<EnodeURL> SEPOLIA_BOOTSTRAP_NODES = |
|
|
|
public static final List<EnodeURL> SEPOLIA_BOOTSTRAP_NODES = |
|
|
|
Collections.unmodifiableList( |
|
|
|
Collections.unmodifiableList( |
|
|
|
Stream.of( |
|
|
|
Stream.of( |
|
|
|
"enode://9246d00bc8fd1742e5ad2428b80fc4dc45d786283e05ef6edbd9002cbc335d40998444732fbe921cb88e1d2c73d1b1de53bae6a2237996e9bfe14f871baf7066@18.168.182.86:3030") |
|
|
|
"enode://9246d00bc8fd1742e5ad2428b80fc4dc45d786283e05ef6edbd9002cbc335d40998444732fbe921cb88e1d2c73d1b1de53bae6a2237996e9bfe14f871baf7066@18.168.182.86:30303") |
|
|
|
.map(EnodeURLImpl::fromString) |
|
|
|
.map(EnodeURLImpl::fromString) |
|
|
|
.collect(toList())); |
|
|
|
.collect(toList())); |
|
|
|
|
|
|
|
|
|
|
|