File tree Expand file tree Collapse file tree 5 files changed +12
-10
lines changed
src/components/Transactions Expand file tree Collapse file tree 5 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 11leios-variant : full
2+ leios-late-ib-inclusion : true
3+ praos-chain-quality : 40
Original file line number Diff line number Diff line change 11version https://git-lfs.github.com/spec/v1
2- oid sha256:4f484999993f16c36feacd5dae30d21f9e8463694150966244ea048386f8026c
3- size 14706812
2+ oid sha256:e2b51025ff2b88f3ff9a234d7295e626fa5b0d04f4d7f0b36f94cf35c72e3a09
3+ size 14814836
Original file line number Diff line number Diff line change 11version https://git-lfs.github.com/spec/v1
2- oid sha256:887602dac9aef3193f36c402f7cfca1730dfa36fb00630b86ebb1841b24894cc
3- size 12774319
2+ oid sha256:773ae6054c4972c698699293f78e7d1466c6212a14301fc10122f845c064a980
3+ size 12848482
Original file line number Diff line number Diff line change 11version https://git-lfs.github.com/spec/v1
2- oid sha256:79bb79faf0e5149ea2b8dce32e1e14f0d046a460faf1b1d5f6223ed2d0bba077
3- size 8650616
2+ oid sha256:105bec4da490e8be84c1da418372476ee3d3691e056c499c0621b4ca2cd68d26
3+ size 8675700
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ export const TransactionsView: FC = ({ }) => {
3333 < XAxis dataKey = "Time" />
3434 < YAxis />
3535 < Tooltip />
36- < Area type = "monotone" dataKey = "On Chain" stackId = "1" stroke = "#9e0142" fill = "#9e0142" />
37- < Area type = "monotone" dataKey = "In Endorser Block" stackId = "1" stroke = "#d0394e" fill = "#d0394e" />
38- < Area type = "monotone" dataKey = "In Input Block" stackId = "1" stroke = "#ef6445" fill = "#ef6445" />
39- < Area type = "monotone" dataKey = "Created" stackId = "1" stroke = "#fb9d56" fill = "#fb9d56" />
36+ < Area type = "monotone" dataKey = "On Chain" stackId = "1" isAnimationActive = { false } stroke = "#9e0142" fill = "#9e0142" />
37+ < Area type = "monotone" dataKey = "In Endorser Block" stackId = "1" isAnimationActive = { false } stroke = "#d0394e" fill = "#d0394e" />
38+ < Area type = "monotone" dataKey = "In Input Block" stackId = "1" isAnimationActive = { false } stroke = "#ef6445" fill = "#ef6445" />
39+ < Area type = "monotone" dataKey = "Created" stackId = "1" isAnimationActive = { false } stroke = "#fb9d56" fill = "#fb9d56" />
4040 </ AreaChart >
4141 </ ResponsiveContainer >
4242 </ div >
You can’t perform that action at this time.
0 commit comments