"default": { "enabled": true, "rpcHost": "localhost", "rpcPort": 8545, "rpcCorsDomain": "auto", "wsRPC": true, "wsHost": "localhost", "wsPort": 8546, "wsOrigins": "auto" }, "development": { "networkType": "custom", "networkId": "1337", "isDev": true, "isDev": false, "genesisBlock": "config/development/genesis.json", "datadir": ".embark/development/datadir", "mineWhenNeeded": true, "nodiscover": true, "maxpeers": 0, "targetGasLimit": 8000000, "proxy": true }, "privatenet": { "networkType": "custom", "networkId": "1337", "isDev": false, "genesisBlock": "config/privatenet/genesis.json", "datadir": ".embark/privatenet/datadir", "mineWhenNeeded": true, "nodiscover": true, "maxpeers": 0, "account": { "numAccounts": 3, "balance": "5 ether", "password": "config/privatenet/password" }, "targetGasLimit": 8000000, "proxy": true }, "testnet": { "networkType": "testnet", "syncMode": "fast", "account": { "password": "config/ropsten/password" } }, "rinkeby": { "networkType": "rinkeby", "syncMode": "fast", "account": { "password": "config/rinkeby/password" } }, "livenet": { "networkType": "livenet", "rpcCorsDomain": "http://localhost:8000", "wsOrigins": "http://localhost:8000", "account": { "password": "config/livenet/password" } } }