diff options
author | Wei-Ning Huang <w@byzantine-lab.io> | 2019-08-26 11:11:28 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-09-17 16:57:31 +0800 |
commit | d3700a69273f421228f01d5500e9a4a9b06a9e45 (patch) | |
tree | 65e0ddb37281e9b85b9224cbca5b70c059f0faee /params/bootnodes.go | |
parent | 5c6389147f7e0c0ffd76635b27d8891127e471e3 (diff) | |
download | go-tangerine-d3700a69273f421228f01d5500e9a4a9b06a9e45.tar go-tangerine-d3700a69273f421228f01d5500e9a4a9b06a9e45.tar.gz go-tangerine-d3700a69273f421228f01d5500e9a4a9b06a9e45.tar.bz2 go-tangerine-d3700a69273f421228f01d5500e9a4a9b06a9e45.tar.lz go-tangerine-d3700a69273f421228f01d5500e9a4a9b06a9e45.tar.xz go-tangerine-d3700a69273f421228f01d5500e9a4a9b06a9e45.tar.zst go-tangerine-d3700a69273f421228f01d5500e9a4a9b06a9e45.zip |
params: update mainnet config
Diffstat (limited to 'params/bootnodes.go')
-rw-r--r-- | params/bootnodes.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/params/bootnodes.go b/params/bootnodes.go index bb5ecca38..7833f6cf8 100644 --- a/params/bootnodes.go +++ b/params/bootnodes.go @@ -19,8 +19,7 @@ package params // MainnetBootnodes are the enode URLs of the P2P bootstrap nodes running on // the main Ethereum network. var MainnetBootnodes = []string{ - "enode://5a3cb179e9f1be6ef9178875f52737ef97d9f899fea11499c00b08518171c5132c6f29cc009730beb83d00dcd5be5ecfe85af770989d0f501bba2e4504df4011@35.229.197.69:30301", - "enode://a3e837bc756817cd5b7c6c1551971786f4fb5d6c649b3d79e293e1ba1a2959257067618715a9b09c26ed949d8d100c7c2818aea0c0beb55317bc727b8e6e721c@35.229.124.196:30301", + "enode://175416e38e8f18a805c319e27b3f90ba298be6e51a52dec7e65b87eb716321c9f312e62bb90af89aba978f6aa886ced820970aa2f46181eeb43b3682586c8501@34.80.208.171:30301", } // TestnetBootnodes are the enode URLs of the P2P bootstrap nodes running on the |