Skip to content

Commit

Permalink
Update config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mateodaza committed Jun 22, 2023
1 parent 62fab04 commit 6fc2470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tables/LatestBlocksTable/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const PAGE_SIZE = 10

export const headerTooltip = {
slot: 'Slot of the block',
proposer: 'Address of the validator',
proposer: 'Key of the validator',
rewardType: 'Type of the reward (vanila or mev)',
reward: 'Reward of the block',
}

0 comments on commit 6fc2470

Please sign in to comment.