aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/puppeth/testdata/stureby_geth.json
diff options
context:
space:
mode:
authorMartin Holst Swende <martin@swende.se>2018-11-25 06:22:25 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-12-03 18:34:41 +0800
commit8698fbabf6c7811e8eec6e84512510e9c9a4eb45 (patch)
treebfd4570f18e332e2d51a140aa331ab9507bd2983 /cmd/puppeth/testdata/stureby_geth.json
parenta3fd415c0f983cae35c329d97e0b6707561daef6 (diff)
downloaddexon-8698fbabf6c7811e8eec6e84512510e9c9a4eb45.tar.gz
dexon-8698fbabf6c7811e8eec6e84512510e9c9a4eb45.tar.zst
dexon-8698fbabf6c7811e8eec6e84512510e9c9a4eb45.zip
cmd/puppeth: implement chainspec converters
Diffstat (limited to 'cmd/puppeth/testdata/stureby_geth.json')
-rw-r--r--cmd/puppeth/testdata/stureby_geth.json47
1 files changed, 47 insertions, 0 deletions
diff --git a/cmd/puppeth/testdata/stureby_geth.json b/cmd/puppeth/testdata/stureby_geth.json
new file mode 100644
index 000000000..c8c3b3c95
--- /dev/null
+++ b/cmd/puppeth/testdata/stureby_geth.json
@@ -0,0 +1,47 @@
+{
+ "config": {
+ "ethash":{},
+ "chainId": 314158,
+ "homesteadBlock": 10000,
+ "eip150Block": 15000,
+ "eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
+ "eip155Block": 23000,
+ "eip158Block": 23000,
+ "byzantiumBlock": 30000,
+ "constantinopleBlock": 40000
+ },
+ "nonce": "0x0",
+ "timestamp": "0x59a4e76d",
+ "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
+ "extraData": "0x0000000000000000000000000000000000000000000000000000000b4dc0ffee",
+ "gasLimit": "0x47b760",
+ "difficulty": "0x20000",
+ "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
+ "coinbase": "0x0000000000000000000000000000000000000000",
+ "alloc": {
+ "0000000000000000000000000000000000000001": {
+ "balance": "0x01"
+ },
+ "0000000000000000000000000000000000000002": {
+ "balance": "0x01"
+ },
+ "0000000000000000000000000000000000000003": {
+ "balance": "0x01"
+ },
+ "0000000000000000000000000000000000000004": {
+ "balance": "0x01"
+ },
+ "0000000000000000000000000000000000000005": {
+ "balance": "0x01"
+ },
+ "0000000000000000000000000000000000000006": {
+ "balance": "0x01"
+ },
+ "0000000000000000000000000000000000000007": {
+ "balance": "0x01"
+ },
+ "0000000000000000000000000000000000000008": {
+ "balance": "0x01"
+ }
+ }
+}