-
Notifications
You must be signed in to change notification settings - Fork 12
/
shikinseki.json
75 lines (73 loc) · 3.4 KB
/
shikinseki.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "Shikinseki",
"dataDir": "shikinseki",
"engine": {
"authorityRound": {
"params": {
"gasLimitBoundDivisor": "0x0400",
"stepDuration": "4",
"blockReward": "0x4563918244F40000",
"homesteadTransition": "0x0",
"bombDefuseTransition": "0x0",
"eip150Transition": "0x0",
"eip155Transition": "0x0",
"eip160Transition": "0x0",
"eip100bTransition": 1234000,
"ecip1017EraRounds": 1000000,
"eip161abcTransition": "0x7fffffffffffffff",
"eip161dTransition": "0x7fffffffffffffff",
"validateScoreTransition": 0,
"validateReceiptsTransition": 0,
"validateStepTransition": 0,
"validators": {
"multi": {
"0": { "list": [ "0x2cbb505641e0c1b0ada0cf0b045014383de94576" ] }
}
}
}
}
},
"params": {
"gasLimitBoundDivisor": "0x0400",
"accountStartNonce": "0x00",
"maximumExtraDataSize": "0x20",
"minGasLimit": "0x1388",
"networkID": "0x4040",
"chainID": "0x4040",
"eip155Transition": "0x0",
"eip98Transition": "0x7fffffffffffff",
"eip86Transition": "0x7fffffffffffff",
"validateScoreTransition": 0,
"validateReceiptsTransition": 0,
"validateStepTransition": 0,
"eip140Transition": 1234000,
"eip211Transition": 1234000,
"eip214Transition": 1234000,
"eip658Transition": 1234000
},
"genesis": {
"seal": {
"authorityRound": {
"step": "0x0",
"signature": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
},
"difficulty": "0x20000",
"gasLimit": "0x5B8D80"
},
"nodes": [
"enode://6851fb6dc0d0ef389e79740d5444184c502b8d7aa17ed19cb87874527ddb2c3d452335f0435923976613ea77349473a0ecc95373ac0b60d06ee982361f24644c@94.130.237.158:50505",
"enode://8ae105d752dcc2655749d65d54c59839869533b805e4460c72b272874bd0214b85bff955f25fe7817043afec18537d9d6f76726af2ae420c3d5164b9dc30daf2@94.130.237.158:50525"
],
"accounts": {
"0000000000000000000000000000000000000001": { "builtin": { "name": "ecrecover", "pricing": { "linear": { "base": 3000, "word": 0 } } } },
"0000000000000000000000000000000000000002": { "builtin": { "name": "sha256", "pricing": { "linear": { "base": 60, "word": 12 } } } },
"0000000000000000000000000000000000000003": { "builtin": { "name": "ripemd160", "pricing": { "linear": { "base": 600, "word": 120 } } } },
"0000000000000000000000000000000000000004": { "builtin": { "name": "identity", "pricing": { "linear": { "base": 15, "word": 3 } } } },
"0000000000000000000000000000000000000005": { "builtin": { "name": "modexp", "activate_at": 1234000, "pricing": { "modexp": { "divisor": 20 } } } },
"0000000000000000000000000000000000000006": { "builtin": { "name": "alt_bn128_add", "activate_at": 1234000, "pricing": { "linear": { "base": 500, "word": 0 } } } },
"0000000000000000000000000000000000000007": { "builtin": { "name": "alt_bn128_mul", "activate_at": 1234000, "pricing": { "linear": { "base": 40000, "word": 0 } } } },
"0000000000000000000000000000000000000008": { "builtin": { "name": "alt_bn128_pairing", "activate_at": 1234000, "pricing": { "alt_bn128_pairing": { "base": 100000, "pair": 80000 } } } },
"2cbb505641e0c1b0ada0cf0b045014383de94576": { "balance": "1606938044258990275541962092341162602522202993782792835301376" }
}
}