mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-24 14:18:57 +00:00
update blockchain config spec
This commit is contained in:
parent
4e2256b743
commit
67861af6a5
@ -63,6 +63,7 @@ describe('embark.config.blockchain', function() {
|
|||||||
gasLimit: 123,
|
gasLimit: 123,
|
||||||
gasPrice: 100,
|
gasPrice: 100,
|
||||||
rpcWhitelist: "*",
|
rpcWhitelist: "*",
|
||||||
|
whisper: false,
|
||||||
minerthreads: 1,
|
minerthreads: 1,
|
||||||
genesisBlock: 'config/genesis.json',
|
genesisBlock: 'config/genesis.json',
|
||||||
datadir: '/tmp/embark',
|
datadir: '/tmp/embark',
|
||||||
@ -105,6 +106,7 @@ describe('embark.config.blockchain', function() {
|
|||||||
gasLimit: 500000,
|
gasLimit: 500000,
|
||||||
gasPrice: 10000000000000,
|
gasPrice: 10000000000000,
|
||||||
rpcWhitelist: "*",
|
rpcWhitelist: "*",
|
||||||
|
whisper: false,
|
||||||
minerthreads: 1,
|
minerthreads: 1,
|
||||||
genesisBlock: undefined,
|
genesisBlock: undefined,
|
||||||
datadir: '/tmp/embark',
|
datadir: '/tmp/embark',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user