github.com/amazechain/amc@v0.1.3/params/bootnodes.go (about)

     1  // Copyright 2023 The AmazeChain Authors
     2  // This file is part of the AmazeChain library.
     3  //
     4  // The AmazeChain library is free software: you can redistribute it and/or modify
     5  // it under the terms of the GNU Lesser General Public License as published by
     6  // the Free Software Foundation, either version 3 of the License, or
     7  // (at your option) any later version.
     8  //
     9  // The AmazeChain library is distributed in the hope that it will be useful,
    10  // but WITHOUT ANY WARRANTY; without even the implied warranty of
    11  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    12  // GNU Lesser General Public License for more details.
    13  //
    14  // You should have received a copy of the GNU Lesser General Public License
    15  // along with the AmazeChain library. If not, see <http://www.gnu.org/licenses/>.
    16  
    17  package params
    18  
    19  // MainnetBootnodes are the enode URLs of the P2P bootstrap nodes running on
    20  // the main AmazeChain network.
    21  var MainnetBootnodes = []string{
    22  	// United States, Georgia, Atlanta
    23  	"enr:-JG4QDY9EdRvdnU2Pzf46fC5XLwTvJgoAMmyPUOOw44KQ8frJsiXQb6L-i0S2hlIvVirz6ihkw4IjPZp5NLbehor596GAYnxxVXsgmlkgnY0gmlwhBKqbE6Jc2VjcDI1NmsxoQIX6BYmB9BHfiWcXOO7Z4lAQDcR3WrjXzhS4Xj9Y387coN0Y3CCJ2aDdWRwgidl", // bootnode-aws-us-east-1-001
    24  }
    25  
    26  // TestnetBootnodes are the enode URLs of the P2P bootstrap nodes running on
    27  // the testnet AmazeChain network.
    28  var TestnetBootnodes = []string{
    29  	// United States, Ashburn, Virginia
    30  	"enr:-Iu4QHueEtPvrAPTBugWBDmI06cow_TZueImElCeweCFY7v1XJTqio-maM5A34Oak7nSbMIwewU_FkE5Io2h7XFtb3YFgmlkgnY0gmlwhDbzU5iJc2VjcDI1NmsxoQMe8my_5ApPL7TVv5D_0JDbKBqJLSvDGUWA3q2TEVM1jIN0Y3CCJ2aDdWRwgidl", //
    31  }