Skip to content

Commit

Permalink
Fermion genesis block (#2787)
Browse files Browse the repository at this point in the history
* updated Fermion genesis block

* Updated Fermion genesis block: added precompiles
  • Loading branch information
e-danko authored Oct 6, 2021
1 parent e27d66b commit 900f687
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
25 changes: 23 additions & 2 deletions core/allocs/fermion.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,28 @@
"0x0000000000000000000000000000000000000004": {
"balance": "0x1"
},
"0x00521965e7bd230323c423d96c657db5b79d099f": {
"balance": "1606938044258990275541962092341162602522202993782792835301376"
"0x0000000000000000000000000000000000000005": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000006": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000007": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000008": {
"balance": "0x1"
},
"0x0000000000000000000000000000000000000009": {
"balance": "0x1"
},
"0x42D5d120aD9c1692c5Fa72DcA20657254bbAa08D": {
"balance": "1000000000000000000000000"
},
"0x3EC60Da1858eC7fA8EDD0dc736611Dba9ab43999": {
"balance": "1000000000000000000000000"
},
"0x3a03F6D88437328CE8623EF5e80C67383704eBc1": {
"balance": "1000000000000000000000000"
}
}
4 changes: 2 additions & 2 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ var (
ErigonGenesisHash = common.HexToHash("0xfecd5c85712e36f30f09ba3a42386b42c46b5ba5395a4246b952e655f9aa0f58")
SokolGenesisHash = common.HexToHash("0x5b28c1bfd3a15230c9a46b399cd0f9a6920d432e85381cc6a140b06e8410112f")
KovanGenesisHash = common.HexToHash("0xa3c565fc15c7478862d50ccd6561e3c06b24cc509bf388941c25ea985ce32cb9")
FermionGenesisHash = common.HexToHash("0xa3c565fc15c7478862d50ccd6561e3c06b24cc509bf388941c25ea985ce32cb9")
FermionGenesisHash = common.HexToHash("0xcb6399165d4b9460d2462a71f4574984df2a92fe513b1ab64d69573426ecc75f")
)

var (
Expand All @@ -56,7 +56,7 @@ var (
var (
SokolGenesisStateRoot = common.HexToHash("0xfad4af258fd11939fae0c6c6eec9d340b1caac0b0196fd9a1bc3f489c5bf00b3")
KovanGenesisStateRoot = common.HexToHash("0x2480155b48a1cea17d67dbfdfaafe821c1d19cdd478c5358e8ec56dec24502b2")
FermionGenesisStateRoot = common.HexToHash("0x2480155b48a1cea17d67dbfdfaafe821c1d19cdd478c5358e8ec56dec24502b2")
FermionGenesisStateRoot = common.HexToHash("0x08982dc16236c51b6d9aff8b76cd0faa7067eb55eba62395d5a82649d8fb73c4")
)

var (
Expand Down

0 comments on commit 900f687

Please sign in to comment.