Skip to content

Commit

Permalink
#201 Enable constantinople fork on Standalone and Sirius. (#202)
Browse files Browse the repository at this point in the history
* #201 Enable constantinople fork on Standalone and Sirius.
  • Loading branch information
EnchanterIO authored Sep 9, 2019
1 parent 57da182 commit 9ba8efe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion network/sirius/database/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ const Genesis = `
"eip150Block": 0,
"eip155Block": 0,
"eip158Block": 0,
"ByzantiumBlock": 0
"ByzantiumBlock": 0,
"ConstantinopleBlock": 558000,
"PetersburgBlock": 558000
},
"nonce": "1",
"difficulty": "1024",
Expand Down
4 changes: 3 additions & 1 deletion network/standalone/database/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ const Genesis = `
"eip150Block": 0,
"eip155Block": 0,
"eip158Block": 0,
"ByzantiumBlock": 0
"ByzantiumBlock": 0,
"ConstantinopleBlock": 0,
"PetersburgBlock": 0
},
"nonce": "1",
"difficulty": "1024",
Expand Down

0 comments on commit 9ba8efe

Please sign in to comment.