github.com/nnlgsakib/mind-dpos@v0.0.0-20230606105614-f3c8ca06f808/params/rpcnodes.go (about)

     1  // Copyright 2019 The TTC Authors
     2  // This file is part of the TTC library.
     3  //
     4  // The TTC 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 TTC 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 TTC library. If not, see <http://www.gnu.org/licenses/>.
    16  
    17  package params
    18  
    19  // MainnetRPCnodes are the RPC URLs of TTC main network.
    20  var MainnetRPCnodes = []string{
    21  	//"104.198.125.37:80",   // official
    22  
    23  	"47.111.177.215:8511", // testnet s1
    24  	"47.111.178.14:8511",  // testnet s2
    25  	"47.111.177.154:8511", // testnet s3
    26  }