Add config file

This commit is contained in:
David Boreham 2022-08-21 17:25:55 -06:00
parent fcb995ac23
commit 390a347fd5
2 changed files with 16 additions and 1 deletions

View File

@ -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"

View 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
}
}