github.com/TrueBlocks/trueblocks-core/src/apps/chifra@v0.0.0-20241022031540-b362680128f7/pkg/utils/testing.go (about)

     1  package utils
     2  
     3  // GetTestChain does not get customized per chain. We can only test against mainnet currently
     4  func GetTestChain() string {
     5  	return "mainnet"
     6  }