Skip to content

Commit 96ccbd7

Browse files
authored
Merge pull request #29 from primevprotocol/fix-genesis-file
fix: poa genesis file to include third signer node
2 parents a405572 + 66b7e0f commit 96ccbd7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

geth-poa/genesis.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"nonce": "0x0",
2323
"timestamp": "0x6546df6d",
24-
"extraData": "0x0000000000000000000000000000000000000000000000000000000000000000d9cd8E5DE6d55f796D980B818D350C0746C25b97788EBABe5c3dD422Ef92Ca6714A69e2eabcE1Ee40000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
24+
"extraData": "0x0000000000000000000000000000000000000000000000000000000000000000d9cd8E5DE6d55f796D980B818D350C0746C25b97788EBABe5c3dD422Ef92Ca6714A69e2eabcE1Ee4f6ba5bca9b489de3a4ac3a57823d5d97d608feb90000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
2525
"gasLimit": "0x1c9c380",
2626
"difficulty": "0x1",
2727
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
@@ -30,19 +30,19 @@
3030
"0xBe3dEF3973584FdcC1326634aF188f0d9772D57D": {
3131
"balance": "10000000000000000000000000000"
3232
},
33-
"d9cd8E5DE6d55f796D980B818D350C0746C25b97": {
33+
"0xd9cd8E5DE6d55f796D980B818D350C0746C25b97": {
3434
"balance": "10000000000000000000000000000"
3535
},
36-
"788EBABe5c3dD422Ef92Ca6714A69e2eabcE1Ee4": {
36+
"0x788EBABe5c3dD422Ef92Ca6714A69e2eabcE1Ee4": {
3737
"balance": "10000000000000000000000000000"
3838
},
39-
"f6ba5bca9b489de3a4ac3a57823d5d97d608feb9": {
39+
"0xf6ba5bca9b489de3a4ac3a57823d5d97d608feb9": {
4040
"balance": "10000000000000000000000000000"
4141
},
42-
"0DCaa27B9E4Db92F820189345792f8eC5Ef148F6": {
42+
"0x0DCaa27B9E4Db92F820189345792f8eC5Ef148F6": {
4343
"balance": "10000000000000000000000000000"
4444
},
45-
"f39Fd6e51aad88F6F4ce6aB8827279cffFb92266": {
45+
"0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266": {
4646
"balance": "10000000000000000000000000000"
4747
},
4848
"0x3fab184622dc19b6109349b94811493bf2a45362": {

0 commit comments

Comments
 (0)