This namespace defines properties describing Ethereum-related applications & services.
golem.srv.app.eth.network : String
For Ethereum node hosting services - indicates the Ethereum network that the Geth is requested to connect to.
|Value| Description | |—|—| |”mainnet”| Ethereum Mainnet | |”rinkeby”| Ethereum Rinkeby Testnet | |”goerli”| Ethereum Goerli Testnet | |”kovan”| Ethereum Kovan Testnet | |”ropsten”| Ethereum Ropsten Testnet |
golem.srv.app.eth.network="mainnet"
- Requestor requests so that the Ethereum node service connects to Ethereum Mainnet.