forked from cerc-io/stack-orchestrator
Add config file
This commit is contained in:
parent
fcb995ac23
commit
390a347fd5
@ -25,7 +25,7 @@ services:
|
||||
ETH_HTTP_PATH: $eth_http_path
|
||||
volumes:
|
||||
- type: bind
|
||||
source: ../../start-up-files/ipld-eth-server/chain.json
|
||||
source: ../config/ipld-eth-server/chain.json
|
||||
target: /tmp/chain.json
|
||||
ports:
|
||||
- "127.0.0.1:8081:8081"
|
||||
|
15
config/ipld-eth-server/chain.json
Normal file
15
config/ipld-eth-server/chain.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"chainId": 99,
|
||||
"homesteadBlock": 0,
|
||||
"eip150Block": 0,
|
||||
"eip155Block": 0,
|
||||
"eip158Block": 0,
|
||||
"byzantiumBlock": 0,
|
||||
"constantinopleBlock": 0,
|
||||
"petersburgBlock": 0,
|
||||
"istanbulBlock": 0,
|
||||
"clique": {
|
||||
"period": 0,
|
||||
"epoch": 3000
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user