Skip to content

Commit

Permalink
update self bond data
Browse files Browse the repository at this point in the history
  • Loading branch information
fmtabbara committed Dec 19, 2024
1 parent 6fc68c9 commit 67adcce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6,509 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const BasicInfoCard = (props: IBasicInfoCardProps) => {
"dd/MM/yyyy",
);

const selfBond = Number(rewardDetails.unit_delegation) / 1_000_000;
const selfBond = Number(rewardDetails.operator) / 1_000_000;
const selfBondFormated = `${selfBond} NYM`;
return (
<ExplorerCard label="Basic info">
Expand Down
Loading

0 comments on commit 67adcce

Please sign in to comment.