forked from cerc-io/stack-orchestrator
a7221ddc24
* Add a healthcheck for ipld-eth-server * Update ipld-eth-server ports in mobymask watcher config * Update clique period to 5s in geth-foundry config * Add a stack for erc20 watcher * Add a demo for erc20 watcher * Upgrade watcher-ts version * Update instructions * Pass option to pull while setting up repos
20 lines
353 B
JSON
20 lines
353 B
JSON
{
|
|
"config": {
|
|
"chainId": 99,
|
|
"homesteadBlock": 0,
|
|
"eip150Block": 0,
|
|
"eip155Block": 0,
|
|
"eip158Block": 0,
|
|
"byzantiumBlock": 0,
|
|
"constantinopleBlock": 0,
|
|
"petersburgBlock": 0,
|
|
"istanbulBlock": 0,
|
|
"clique": {
|
|
"period": 5,
|
|
"epoch": 3000
|
|
}
|
|
},
|
|
"difficulty": "0x1",
|
|
"gaslimit": "0xffffffffffff"
|
|
}
|