MCPcopy Create free account
hub / github.com/CPChain/chain / IsMainnet

Function IsMainnet

configs/run_mode.go:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46}
47
48func IsMainnet() bool {
49 return Mainnet == runModeValue
50}
51
52func IsTestMainnet() bool {
53 return TestMainnet == runModeValue

Callers 1

TestSetRunModeToProdFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestSetRunModeToProdFunction · 0.68