Skip to content

Commit

Permalink
add Istanbul to retesteth geth configs
Browse files Browse the repository at this point in the history
  • Loading branch information
winsvega committed Sep 17, 2019
1 parent 47551da commit c3bdd5b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Retesteth/default/config
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"EIP158",
"Byzantium",
"Constantinople",
"ConstantinopleFix"
"ConstantinopleFix",
"Istanbul"
]
}
3 changes: 2 additions & 1 deletion Retesteth/default/genesis/correctMiningReward.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"EIP158": "5000000000000000000",
"Byzantium": "3000000000000000000",
"Constantinople": "2000000000000000000",
"ConstantinopleFix": "2000000000000000000"
"ConstantinopleFix": "2000000000000000000",
"Istanbul": "2000000000000000000"
}
3 changes: 2 additions & 1 deletion Retesteth/gethTCP/config
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"EIP158",
"Byzantium",
"Constantinople",
"ConstantinopleFix"
"ConstantinopleFix",
"Istanbul"
]
}

0 comments on commit c3bdd5b

Please sign in to comment.