|
| 1 | +{ |
| 2 | + "name": "EIP210 (test)", |
| 3 | + "engine": { |
| 4 | + "Ethash": { |
| 5 | + "params": { |
| 6 | + "minimumDifficulty": "0x020000", |
| 7 | + "difficultyBoundDivisor": "0x0800", |
| 8 | + "durationLimit": "0x0d", |
| 9 | + "blockReward": "0x4563918244F40000", |
| 10 | + "homesteadTransition": "0x0" |
| 11 | + } |
| 12 | + } |
| 13 | + }, |
| 14 | + "params": { |
| 15 | + "gasLimitBoundDivisor": "0x0400", |
| 16 | + "registrar" : "0xc6d9d2cd449a754c494264e1809c50e34d64562b", |
| 17 | + "accountStartNonce": "0x00", |
| 18 | + "maximumExtraDataSize": "0x20", |
| 19 | + "minGasLimit": "0x1388", |
| 20 | + "networkID" : "0x1", |
| 21 | + "maxCodeSize": 24576, |
| 22 | + "maxCodeSizeTransition": "0x0", |
| 23 | + "eip98Transition": "0xffffffffffffffff", |
| 24 | + "eip150Transition": "0x0", |
| 25 | + "eip160Transition": "0x0", |
| 26 | + "eip161abcTransition": "0x0", |
| 27 | + "eip161dTransition": "0x0", |
| 28 | + "eip210Transition": "0x0" |
| 29 | + }, |
| 30 | + "genesis": { |
| 31 | + "seal": { |
| 32 | + "ethereum": { |
| 33 | + "nonce": "0x0000000000000042", |
| 34 | + "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000" |
| 35 | + } |
| 36 | + }, |
| 37 | + "difficulty": "0x400000000", |
| 38 | + "author": "0x0000000000000000000000000000000000000000", |
| 39 | + "timestamp": "0x00", |
| 40 | + "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000", |
| 41 | + "extraData": "0x11bbe8db4e347b4e8c937c1c8370e4b5ed33adb3db69cbdb7a38e1e50b1b82fa", |
| 42 | + "gasLimit": "0x1388" |
| 43 | + }, |
| 44 | + "accounts": { |
| 45 | + "0000000000000000000000000000000000000001": { "balance": "1", "builtin": { "name": "ecrecover", "pricing": { "linear": { "base": 3000, "word": 0 } } } }, |
| 46 | + "0000000000000000000000000000000000000002": { "balance": "1", "builtin": { "name": "sha256", "pricing": { "linear": { "base": 60, "word": 12 } } } }, |
| 47 | + "0000000000000000000000000000000000000003": { "balance": "1", "builtin": { "name": "ripemd160", "pricing": { "linear": { "base": 600, "word": 120 } } } }, |
| 48 | + "0000000000000000000000000000000000000004": { "balance": "1", "builtin": { "name": "identity", "pricing": { "linear": { "base": 15, "word": 3 } } } }, |
| 49 | + "0000000000000000000000000000000000000005": { "builtin": { "name": "modexp", "activate_at": "0x00", "pricing": { "modexp": { "divisor": 100 } } } }, |
| 50 | + "0000000000000000000000000000000000000006": { "builtin": { "name": "alt_bn128_add", "activate_at": "0x00", "pricing": { "linear": { "base": 500, "word": 0 } } } }, |
| 51 | + "0000000000000000000000000000000000000007": { "builtin": { "name": "alt_bn128_mul", "activate_at": "0x00", "pricing": { "linear": { "base": 2000, "word": 0 } } } }, |
| 52 | + "0000000000000000000000000000000000000008": { "builtin": { "name": "alt_bn128_pairing", "activate_at": "0x00", "pricing": { "alt_bn128_pairing": { "base": 100000, "pair": 80000 } } } } |
| 53 | + } |
| 54 | +} |
0 commit comments