github.com/cgcardona/r-subnet-evm@v0.1.5/tests/utils/constants.go (about) 1 // Copyright (C) 2019-2022, Ava Labs, Inc. All rights reserved. 2 // See the file LICENSE for licensing terms. 3 4 package utils 5 6 var ( 7 DefaultLocalNodeURI = "http://127.0.0.1:9650" 8 NodeURIs = []string{DefaultLocalNodeURI, "http://127.0.0.1:9652", "http://127.0.0.1:9654", "http://127.0.0.1:9656", "http://127.0.0.1:9658"} 9 )