Skip to content

Commit

Permalink
Update instantiate data
Browse files Browse the repository at this point in the history
  • Loading branch information
themicp committed Oct 27, 2023
1 parent 2e3a4df commit ad65c0b
Showing 1 changed file with 71 additions and 21 deletions.
92 changes: 71 additions & 21 deletions testdata/instantiate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,76 @@
"chain_id": 1,
"genesis_time": 1606824023,
"genesis_root": [
75, 54, 61, 185, 78, 40, 97, 32, 215, 110, 185, 5, 52, 15, 221, 78, 84,
191, 233, 240, 107, 243, 63, 246, 207, 90, 210, 127, 81, 27, 254, 149
]
},
"forks": {
"genesis": {
"epoch": 0,
"fork_version": [0, 0, 0, 0]
},
"altair": {
"epoch": 74240,
"fork_version": [1, 0, 0, 0]
},
"bellatrix": {
"epoch": 144896,
"fork_version": [2, 0, 0, 0]
},
"capella": {
"epoch": 194048,
"fork_version": [3, 0, 0, 0]
75,
54,
61,
185,
78,
40,
97,
32,
215,
110,
185,
5,
52,
15,
221,
78,
84,
191,
233,
240,
107,
243,
63,
246,
207,
90,
210,
127,
81,
27,
254,
149
],
"forks": {
"genesis": {
"epoch": 0,
"fork_version": [
0,
0,
0,
0
]
},
"altair": {
"epoch": 74240,
"fork_version": [
1,
0,
0,
0
]
},
"bellatrix": {
"epoch": 144896,
"fork_version": [
2,
0,
0,
0
]
},
"capella": {
"epoch": 194048,
"fork_version": [
3,
0,
0,
0
]
}
}
},
"bootstrap": {
Expand Down Expand Up @@ -583,4 +633,4 @@
"0x219d1c19a57bd8d0edb544d4a8e1d12bfcfe074eae2edb4d2490268e8bb6b616"
]
}
}
}

0 comments on commit ad65c0b

Please sign in to comment.