Skip to content

Commit

Permalink
Merge pull request #143 from AelfScanProject/release/v1.5.7
Browse files Browse the repository at this point in the history
feat: contract Calls and aelf Daily Cycle Count chart cover updated
  • Loading branch information
simon-bai authored Jul 15, 2024
2 parents f497d24 + 05d264b commit 0be1a7b
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Binary file added public/image/chart-table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/image/main/cycle-count.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/image/main/deployed-contracts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/image/main/side/cycle-count.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/image/main/side/deployed-contracts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/app/[chain]/chart/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const getChartData = (network, chain) => {
{
title: 'aelf Daily Cycle Count Chart',
path: '/chart/cycle-count',
imgUrl: `/image/${network}/${chainPath}cycle-count.png?v0.0.2`,
imgUrl: `/image/${network}/${chainPath}cycle-count.png?v0.0.3`,
},
{
title: 'aelf AVG Block Duration Chart',
Expand All @@ -123,12 +123,12 @@ const getChartData = (network, chain) => {
{
title: 'aelf Deployed Contracts Chart',
path: '/chart/deployed-contracts',
imgUrl: `/image/${network}/${chainPath}deployed-contracts.png?v0.0.2`,
imgUrl: `/image/${network}/${chainPath}deployed-contracts.png?v0.0.3`,
},
{
title: 'Contract Calls Chart',
path: '/chart/contract-calls',
imgUrl: '/image/table-preview.png?v0.0.2',
imgUrl: '/image/chart-table.png?v0.0.3',
},
],
},
Expand Down

0 comments on commit 0be1a7b

Please sign in to comment.