git ssb

0+

dangerousbeans / Entropy_contracts



Tree: add0bd87861d967eab275b060a95b4f5576f5d59

Files: add0bd87861d967eab275b060a95b4f5576f5d59 / entropy_testnet_chainspec.json

1881 bytesRaw
1{
2 "name": "EntropyTest",
3 "engine": {
4 "InstantSeal": null
5 },
6 "params": {
7 "accountStartNonce": "0x0100000",
8 "maximumExtraDataSize": "0x20",
9 "minGasLimit": "0x1388",
10 "networkID": "0x2"
11 },
12 "genesis": {
13 "seal": {
14 "ethereum": {
15 "nonce": "0x00006d6f7264656e",
16 "mixHash": "0x00000000000000000000000000000000000000647572616c65787365646c6578"
17 }
18 },
19 "difficulty": "0x20000",
20 "author": "0x8590bCE177d31043D8c0aC19f2cdd4fd5C99c816",
21 "timestamp": "0x00",
22 "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
23 "extraData": "0x",
24 "gasLimit": "0x2fefd8"
25 },
26 "accounts": {
27 "0000000000000000000000000000000000000001": {
28 "balance": "1",
29 "nonce": "1048576",
30 "builtin": {
31 "name": "ecrecover",
32 "pricing": {
33 "linear": {
34 "base": 3000,
35 "word": 0
36 }
37 }
38 }
39 },
40 "0000000000000000000000000000000000000002": {
41 "balance": "1",
42 "nonce": "1048576",
43 "builtin": {
44 "name": "sha256",
45 "pricing": {
46 "linear": {
47 "base": 60,
48 "word": 12
49 }
50 }
51 }
52 },
53 "0000000000000000000000000000000000000003": {
54 "balance": "1",
55 "nonce": "1048576",
56 "builtin": {
57 "name": "ripemd160",
58 "pricing": {
59 "linear": {
60 "base": 600,
61 "word": 120
62 }
63 }
64 }
65 },
66 "0000000000000000000000000000000000000004": {
67 "balance": "1",
68 "nonce": "1048576",
69 "builtin": {
70 "name": "identity",
71 "pricing": {
72 "linear": {
73 "base": 15,
74 "word": 3
75 }
76 }
77 }
78 },
79 "8590bCE177d31043D8c0aC19f2cdd4fd5C99c816": {
80 "balance": "5000",
81 "nonce": "1048576"
82 }
83 }
84}
85

Built with git-ssb-web