Skip to content

Commit 974ca8b

Browse files
committed
fix: add network for revenue
1 parent 415c927 commit 974ca8b

File tree

1 file changed

+1
-1
lines changed
  • site/src/components/LeiosTrafficCalculator

1 file changed

+1
-1
lines changed

site/src/components/LeiosTrafficCalculator/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ const LeiosTrafficCalculator: React.FC = () => {
646646
.toFixed(6)}
647647
</li>
648648
<li>
649-
Monthly Fee Revenue: {(SECONDS_PER_MONTH *
649+
Monthly Network Fee Revenue: {(SECONDS_PER_MONTH *
650650
Math.floor(
651651
(blockSizes.ib.body *
652652
(blockUtilizationPercent / 100)) /

0 commit comments

Comments
 (0)