diff options
author | Wei-Ning Huang <w@dexon.org> | 2019-04-06 11:59:31 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-15 22:09:55 +0800 |
commit | bd199cbed939f7cb9e14b501d520f762a2e82fff (patch) | |
tree | e5180a56dfa55d538c84d5647956c6eae117d331 /params/bootnodes.go | |
parent | 92929a98dfd662f860feefe76ff824fdf9ce76a3 (diff) | |
download | go-tangerine-bd199cbed939f7cb9e14b501d520f762a2e82fff.tar go-tangerine-bd199cbed939f7cb9e14b501d520f762a2e82fff.tar.gz go-tangerine-bd199cbed939f7cb9e14b501d520f762a2e82fff.tar.bz2 go-tangerine-bd199cbed939f7cb9e14b501d520f762a2e82fff.tar.lz go-tangerine-bd199cbed939f7cb9e14b501d520f762a2e82fff.tar.xz go-tangerine-bd199cbed939f7cb9e14b501d520f762a2e82fff.tar.zst go-tangerine-bd199cbed939f7cb9e14b501d520f762a2e82fff.zip |
core: update mainnet and testnet config and genesis alloc (#337)
Diffstat (limited to 'params/bootnodes.go')
-rw-r--r-- | params/bootnodes.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/params/bootnodes.go b/params/bootnodes.go index cf3896d10..109a5bdd1 100644 --- a/params/bootnodes.go +++ b/params/bootnodes.go @@ -19,7 +19,8 @@ package params // MainnetBootnodes are the enode URLs of the P2P bootstrap nodes running on // the main Ethereum network. var MainnetBootnodes = []string{ - "enode://0478aa13c91aa0db8e93b668313b7eb0532fbdb24f64772375373b14dbe326c238ad09ab4469f6442c9a9753f1275aeec2e531912c14a958ed1feb4ae7e227ef@127.0.0.1:30301", + "enode://5a3cb179e9f1be6ef9178875f52737ef97d9f899fea11499c00b08518171c5132c6f29cc009730beb83d00dcd5be5ecfe85af770989d0f501bba2e4504df4011@35.229.197.69:30301", + "enode://a3e837bc756817cd5b7c6c1551971786f4fb5d6c649b3d79e293e1ba1a2959257067618715a9b09c26ed949d8d100c7c2818aea0c0beb55317bc727b8e6e721c@35.229.124.196:30301", } // TestnetBootnodes are the enode URLs of the P2P bootstrap nodes running on the |