-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathethereum.json
70 lines (68 loc) · 2.47 KB
/
ethereum.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
{
"contracts": "dapp/contracts",
"transaction": {
"gasLimit": 3141592,
"gasPrice": 60000000000
},
"env": {
"block": {
"coinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"difficulty": "0x0100",
"gasLimit": 3141592
},
"accounts": {
"0xdedb49385ad5b94a16f236a6890cf9e0b1e30392": {
"balance": 1000000000000000000000000000000000000000000000000000000,
"nonce": "0x1cf",
"pkey": "0x974f963ee4571e86e5f9bc3b493e453db9c15e5bd19829a4ef9a790de0da0015",
"default": true
},
"0xcd2a3d9f938e13cd947ec05abc7fe734df8dd826": {
"balance": "0x1000000000000000000000000000000000000",
"nonce": "0x0",
"pkey": "cow",
"default": false
},
"0x0ec96244d9efcf1711b7383644abbe0f31bc5fcc": {
"balance": "0x1000000000000000000000000000000000000",
"nonce": "0x0",
"pkey": "andy",
"default": false
},
"0x5898751917a8482c6feb4d20b6e6c7442716fd96": {
"balance": "0x1000000000000000000000000000000000000",
"nonce": "0x0",
"pkey": "james",
"default": false
},
"0x84bfba8f12eb09a3963b62c55ad2893343e93ecc": {
"balance": "0x1000000000000000000000000000000000000",
"nonce": "0x0",
"pkey": "alpha",
"default": false
},
"0xd62c3ac42bd52faf8895c156eb9008513e9de5d8": {
"balance": "0x1000000000000000000000000000000000000",
"nonce": "0x0",
"pkey": "beta",
"default": false
},
"0x887e735ec8f358126a901b5a130b3efaf0ca18c5": {
"balance": "0x1000000000000000000000000000000000000",
"nonce": "0x0",
"pkey": "gltd",
"default": false
},
"0xf7a8a273a1c0230519747ba55baf64a8df567707": {
"balance": "0x1000000000000000000000000000000000000",
"nonce": "0x0",
"pkey": "xyz",
"default": false
},
"0x084f6a99003dae6d3906664fdbf43dd09930d0e3": {
"balance": 1234567890123345,
"source": "dapp/_pre/name_reg.sol"
}
}
}
}