Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman committed Dec 12, 2023
1 parent 8f1b22e commit 7d75475
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,9 @@ class StakingPageContent extends Component<AllProps> {
const delegatedPool = {
id: String(currentPool),
name,
roa: '5.1',
poolSize: 2560000,
share: '0.3',
roa: '-',
poolSize: '-',
share: '-',
websiteUrl: meta.info?.homepage,
ticker: meta.info?.ticker,
};
Expand Down

0 comments on commit 7d75475

Please sign in to comment.