mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-25 14:39:30 +00:00
update specs; remove unused env config
This commit is contained in:
parent
f032256552
commit
32ef27212b
@ -33,7 +33,6 @@ BlockchainConfig.prototype.config = function(env) {
|
|||||||
|
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
env:env,
|
|
||||||
rpcHost: config.rpc_host,
|
rpcHost: config.rpc_host,
|
||||||
rpcPort: config.rpc_port,
|
rpcPort: config.rpc_port,
|
||||||
gasLimit: config.gas_limit || 500000,
|
gasLimit: config.gas_limit || 500000,
|
||||||
@ -56,7 +55,6 @@ BlockchainConfig.prototype.config = function(env) {
|
|||||||
account: config.account,
|
account: config.account,
|
||||||
geth_extra_opts: config.geth_extra_opts || [],
|
geth_extra_opts: config.geth_extra_opts || [],
|
||||||
testnet: config.testnet || false,
|
testnet: config.testnet || false,
|
||||||
geth_extra_opts: config.geth_extra_opts,
|
|
||||||
deploy_synchronously: config.deploy_synchronously || false
|
deploy_synchronously: config.deploy_synchronously || false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -74,6 +74,7 @@ describe('embark.config.blockchain', function() {
|
|||||||
datadir: '/tmp/embark',
|
datadir: '/tmp/embark',
|
||||||
chains: 'chains_development.json',
|
chains: 'chains_development.json',
|
||||||
deployTimeout: 45,
|
deployTimeout: 45,
|
||||||
|
deploy_synchronously: false,
|
||||||
networkId: 0,
|
networkId: 0,
|
||||||
maxPeers: 4,
|
maxPeers: 4,
|
||||||
mine: false,
|
mine: false,
|
||||||
@ -125,6 +126,7 @@ describe('embark.config.blockchain', function() {
|
|||||||
datadir: '/tmp/embark',
|
datadir: '/tmp/embark',
|
||||||
chains: undefined,
|
chains: undefined,
|
||||||
deployTimeout: 20,
|
deployTimeout: 20,
|
||||||
|
deploy_synchronously: false,
|
||||||
networkId: 0,
|
networkId: 0,
|
||||||
maxPeers: 4,
|
maxPeers: 4,
|
||||||
mine: false,
|
mine: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user