We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415c927 commit 974ca8bCopy full SHA for 974ca8b
site/src/components/LeiosTrafficCalculator/index.tsx
@@ -646,7 +646,7 @@ const LeiosTrafficCalculator: React.FC = () => {
646
.toFixed(6)} ₳
647
</li>
648
<li>
649
- Monthly Fee Revenue: {(SECONDS_PER_MONTH *
+ Monthly Network Fee Revenue: {(SECONDS_PER_MONTH *
650
Math.floor(
651
(blockSizes.ib.body *
652
(blockUtilizationPercent / 100)) /
0 commit comments