mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-24 06:08:48 +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,
|
||||
gasPrice: 100,
|
||||
rpcWhitelist: "*",
|
||||
whisper: false,
|
||||
minerthreads: 1,
|
||||
genesisBlock: 'config/genesis.json',
|
||||
datadir: '/tmp/embark',
|
||||
@ -105,6 +106,7 @@ describe('embark.config.blockchain', function() {
|
||||
gasLimit: 500000,
|
||||
gasPrice: 10000000000000,
|
||||
rpcWhitelist: "*",
|
||||
whisper: false,
|
||||
minerthreads: 1,
|
||||
genesisBlock: undefined,
|
||||
datadir: '/tmp/embark',
|
||||
|
Loading…
x
Reference in New Issue
Block a user