mirror of https://github.com/embarklabs/embark.git
remove unneded files
This commit is contained in:
parent
caddd6c11d
commit
67118ab019
|
@ -1,57 +0,0 @@
|
||||||
{
|
|
||||||
"development": {
|
|
||||||
"enabled": true,
|
|
||||||
"networkType": "custom",
|
|
||||||
"networkId": "1337",
|
|
||||||
"isDev": true,
|
|
||||||
"genesisBlock": "config/development/genesis.json",
|
|
||||||
"datadir": ".embark/development/datadir",
|
|
||||||
"mineWhenNeeded": true,
|
|
||||||
"nodiscover": true,
|
|
||||||
"maxpeers": 0,
|
|
||||||
"rpcHost": "localhost",
|
|
||||||
"rpcPort": 8545,
|
|
||||||
"rpcCorsDomain": "auto",
|
|
||||||
"account": {
|
|
||||||
"password": "config/development/password"
|
|
||||||
},
|
|
||||||
"targetGasLimit": 8000000,
|
|
||||||
"wsOrigins": "auto",
|
|
||||||
"wsRPC": true,
|
|
||||||
"wsHost": "localhost",
|
|
||||||
"wsPort": 8546,
|
|
||||||
"simulatorMnemonic": "example exile argue silk regular smile grass bomb merge arm assist farm",
|
|
||||||
"simulatorBlocktime": 0
|
|
||||||
},
|
|
||||||
"testnet": {
|
|
||||||
"enabled": true,
|
|
||||||
"networkType": "testnet",
|
|
||||||
"light": true,
|
|
||||||
"rpcHost": "localhost",
|
|
||||||
"rpcPort": 8545,
|
|
||||||
"rpcCorsDomain": "http://localhost:8000",
|
|
||||||
"account": {
|
|
||||||
"password": "config/testnet/password"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"livenet": {
|
|
||||||
"enabled": true,
|
|
||||||
"networkType": "livenet",
|
|
||||||
"light": true,
|
|
||||||
"rpcHost": "localhost",
|
|
||||||
"rpcPort": 8545,
|
|
||||||
"rpcCorsDomain": "http://localhost:8000",
|
|
||||||
"account": {
|
|
||||||
"password": "config/livenet/password"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"privatenet": {
|
|
||||||
"enabled": true,
|
|
||||||
"networkType": "custom",
|
|
||||||
"rpcHost": "localhost",
|
|
||||||
"rpcPort": 8545,
|
|
||||||
"datadir": "yourdatadir",
|
|
||||||
"networkId": "123",
|
|
||||||
"bootnodes": ""
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,58 +0,0 @@
|
||||||
{
|
|
||||||
"development": {
|
|
||||||
"enabled": true,
|
|
||||||
"networkType": "custom",
|
|
||||||
"networkId": "1337",
|
|
||||||
"isDev": true,
|
|
||||||
"genesisBlock": "config/development/genesis.json",
|
|
||||||
"datadir": ".embark/development/datadir",
|
|
||||||
"mineWhenNeeded": true,
|
|
||||||
"nodiscover": true,
|
|
||||||
"maxpeers": 0,
|
|
||||||
"rpcHost": "localhost",
|
|
||||||
"rpcPort": 8545,
|
|
||||||
"rpcCorsDomain": "auto",
|
|
||||||
"account": {
|
|
||||||
"password": "config/development/password"
|
|
||||||
},
|
|
||||||
"targetGasLimit": 8000000,
|
|
||||||
"wsOrigins": "auto",
|
|
||||||
"wsRPC": true,
|
|
||||||
"wsHost": "localhost",
|
|
||||||
"wsPort": 8546,
|
|
||||||
"simulatorMnemonic": "example exile argue silk regular smile grass bomb merge arm assist farm",
|
|
||||||
"simulatorBlocktime": 0
|
|
||||||
},
|
|
||||||
"testnet": {
|
|
||||||
"enabled": true,
|
|
||||||
"networkType": "testnet",
|
|
||||||
"light": true,
|
|
||||||
"rpcHost": "localhost",
|
|
||||||
"rpcPort": 8545,
|
|
||||||
"rpcCorsDomain": "http://localhost:8000",
|
|
||||||
"account": {
|
|
||||||
"password": "config/testnet/password"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"livenet": {
|
|
||||||
"enabled": true,
|
|
||||||
"networkType": "livenet",
|
|
||||||
"light": true,
|
|
||||||
"rpcHost": "localhost",
|
|
||||||
"rpcPort": 8545,
|
|
||||||
"rpcCorsDomain": "http://localhost:8000",
|
|
||||||
"account": {
|
|
||||||
"password": "config/livenet/password"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"privatenet": {
|
|
||||||
"enabled": true,
|
|
||||||
"networkType": "custom",
|
|
||||||
"rpcHost": "localhost",
|
|
||||||
"rpcPort": 8545,
|
|
||||||
"rpcCorsDomain": "http://localhost:8000",
|
|
||||||
"datadir": "yourdatadir",
|
|
||||||
"networkId": "123",
|
|
||||||
"bootnodes": ""
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue