mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
Callisto bootnodes
This commit is contained in:
parent
d187c856a5
commit
620fe9d3b8
1 changed files with 6 additions and 0 deletions
|
|
@ -58,3 +58,9 @@ var DiscoveryV5Bootnodes = []string{
|
||||||
"enode://1c7a64d76c0334b0418c004af2f67c50e36a3be60b5e4790bdac0439d21603469a85fad36f2473c9a80eb043ae60936df905fa28f1ff614c3e5dc34f15dcd2dc@40.118.3.223:30308",
|
"enode://1c7a64d76c0334b0418c004af2f67c50e36a3be60b5e4790bdac0439d21603469a85fad36f2473c9a80eb043ae60936df905fa28f1ff614c3e5dc34f15dcd2dc@40.118.3.223:30308",
|
||||||
"enode://85c85d7143ae8bb96924f2b54f1b3e70d8c4d367af305325d30a61385a432f247d2c75c45c6b4a60335060d072d7f5b35dd1d4c45f76941f62a4f83b6e75daaf@40.118.3.223:30309",
|
"enode://85c85d7143ae8bb96924f2b54f1b3e70d8c4d367af305325d30a61385a432f247d2c75c45c6b4a60335060d072d7f5b35dd1d4c45f76941f62a4f83b6e75daaf@40.118.3.223:30309",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// CallistoTestnetBootnodes are the enode URLs of the P2P bootstrap nodes for the
|
||||||
|
// Callisto tes network.
|
||||||
|
var CallistoTestnetBootnodes = []string{
|
||||||
|
"enode://ecaebb39dafa9c1d811c4a2544b21a1bf604325f74c568f36ac7a9a5bb91c1b74d3378b059169fb56586735ff8b03533ac1748bec1edd07ea278bb2c40565e4f@52.161.13.24:30303",
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue