Skip to content

Commit 80940fa

Browse files
authored
Instantly enable all upgrades on all network types (#7)
* Add genesis.json to root with all EIPs instantly enabled * Allocate initial funding to an account * Add genesis keystore
1 parent a4eb31f commit 80940fa

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

genesis-keystore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"address":"0x4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571","crypto":{"kdf":"pbkdf2","kdfparams":{"c":262144,"dklen":32,"prf":"hmac-sha256","salt":"5315dce5938c8ed2bf8eb354bfb0018b5cd0d42cb254931fb01ad94dc9f13cc7"},"cipher":"aes-128-ctr","ciphertext":"a0a87ed3cf2e0b37fdef68cbf40b939004d68a866e2a5a1a74af592a35825a00","cipherparams":{"iv":"ce2704a74a2ab501baf62db1b00dda17"},"mac":"6bd869db3078c176cb20a46d09f6cc2acbe2379ab0ef299b38639b5f630794f4"},"id":"ce33be41-50a5-448f-befe-62def4e52c53","version":3}

genesis.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"genesis": {
3+
"config": {
4+
"chainId": 53077,
5+
"homesteadBlock": 0,
6+
"eip150Block": 0,
7+
"eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
8+
"eip155Block": 0,
9+
"eip158Block": 0,
10+
"byzantiumBlock": 0,
11+
"constantinopleBlock": 0,
12+
"petersburgBlock": 0,
13+
"istanbulBlock": 0,
14+
"clique": {
15+
"period": 15,
16+
"epoch": 30000
17+
}
18+
},
19+
"nonce": "0x0",
20+
"timestamp": "0x61bc34a0",
21+
"extraData": "0x00000000000000000000000000000000000000000000000000000000000000004cb1ab63af5d8931ce09673ebd8ae2ce16fd65710000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
22+
"gasLimit": "0x47b760",
23+
"difficulty": "0x1",
24+
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
25+
"coinbase": "0x0000000000000000000000000000000000000000",
26+
"alloc": {
27+
"4cb1ab63af5d8931ce09673ebd8ae2ce16fd6571": {
28+
"balance": "0x200000000000000000000000000000000000000000000000000000000000000"
29+
}
30+
},
31+
"number": "0x0",
32+
"gasUsed": "0x0",
33+
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
34+
"baseFeePerGas": null
35+
}
36+
}

0 commit comments

Comments
 (0)