Add config file

This commit is contained in:
2022-08-21 17:25:55 -06:00
parent fcb995ac23
commit 390a347fd5
2 changed files with 16 additions and 1 deletions
+15
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
}
}