From 729d20787526bc560f153ec64a88cbac710792ee Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Tue, 4 Sep 2018 15:59:29 +0800 Subject: Update testchain config and add test bootnode key --- params/bootnodes.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'params/bootnodes.go') diff --git a/params/bootnodes.go b/params/bootnodes.go index bdaa4a18c..348802f4d 100644 --- a/params/bootnodes.go +++ b/params/bootnodes.go @@ -33,10 +33,7 @@ var MainnetBootnodes = []string{ // TestnetBootnodes are the enode URLs of the P2P bootstrap nodes running on the // Ropsten test network. var TestnetBootnodes = []string{ - "enode://30b7ab30a01c124a6cceca36863ece12c4f5fa68e3ba9b0b51407ccc002eeed3b3102d20a88f1c1d3c3154e2449317b8ef95090e77b312d5cc39354f86d5d606@52.176.7.10:30303", // US-Azure geth - "enode://865a63255b3bb68023b6bffd5095118fcc13e79dcf014fe4e47e065c350c7cc72af2e53eff895f11ba1bbb6a2b33271c1116ee870f266618eadfc2e78aa7349c@52.176.100.77:30303", // US-Azure parity - "enode://6332792c4a00e3e4ee0926ed89e0d27ef985424d97b6a45bf0f23e51f0dcb5e66b875777506458aea7af6f9e4ffb69f43f3778ee73c81ed9d34c51c4b16b0b0f@52.232.243.152:30303", // Parity - "enode://94c15d1b9e2fe7ce56e458b9a3b672ef11894ddedd0c6f247e0f1d3487f52b66208fb4aeb8179fce6e3a749ea93ed147c37976d67af557508d199d9594c35f09@192.81.208.223:30303", // @gpip + "enode://cc61cb20ad3c6683c85d3d8f162012ec5078eefcd0dc80513ff17891dda142e421dc96bf66d337fecd2516585611f039f0e912a97a90953bb03b3e9c7bc40ff5@127.0.0.1:30301", // US-Azure geth } // RinkebyBootnodes are the enode URLs of the P2P bootstrap nodes running on the -- cgit v1.2.3