Skip to content

Commit 415c927

Browse files
committed
fix: remove disclaimer for network revenue as table only shows traffic
1 parent 8d7e58d commit 415c927

File tree

1 file changed

+0
-15
lines changed
  • site/src/components/LeiosTrafficCalculator

1 file changed

+0
-15
lines changed

site/src/components/LeiosTrafficCalculator/index.tsx

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -711,21 +711,6 @@ const LeiosTrafficCalculator: React.FC = () => {
711711
})}
712712
</tbody>
713713
</table>
714-
<div className={styles.note}>
715-
<div className={styles.noteTitle}>Network Revenue</div>
716-
<div className={styles.noteContent}>
717-
Transaction fees shown represent total network revenue
718-
before expenses and taxes. Actual earnings depend on:
719-
<ul>
720-
<li>Node operator's stake percentage</li>
721-
<li>
722-
SPO's pool configuration (fixed & margin fees)
723-
</li>
724-
<li>Treasury tax (20%)</li>
725-
<li>Other operational costs</li>
726-
</ul>
727-
</div>
728-
</div>
729714
</div>
730715

731716
<h3>Monthly Node Egress Cost by Cloud Provider ($)</h3>

0 commit comments

Comments
 (0)