Skip to content

Commit

Permalink
fees per mb - reversePerformer, navitems - remove showNew/newChild
Browse files Browse the repository at this point in the history
  • Loading branch information
manishiwa committed Nov 7, 2024
1 parent e5073b6 commit fecedba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions lib/metrics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ export const daMetricItems: MetricItem[] = [
why: "Evaluating Fees Paid Per Mbyte is important for assessing the cost-effectiveness of data availability services. It helps users and developers understand the financial implications of their data usage and can guide decisions. The volatility of this metric is also an important datapoint.",
icon: "gtp-da-fees-paid-per-mb",
showGwei: false,
reversePerformer: true,
},
key: "fees_per_mbyte",
urlKey: "fees-paid-per-megabyte",
Expand Down
8 changes: 4 additions & 4 deletions lib/navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const dataAvailabilityGroup: NavigationItem = {
label: "Data Availability",
key: "metrics",
icon: "gtp-data-availability",
newChild: true,
// newChild: true,
options: [
{
label: "Blob Count",
Expand Down Expand Up @@ -313,7 +313,7 @@ export const navigationItems: NavigationItem[] = [
label: "Economics",
key: "economics",
icon: "gtp-metrics-economics",
newChild: true,
// newChild: true,
options: [
{
label: "Overview",
Expand All @@ -327,7 +327,7 @@ export const navigationItems: NavigationItem[] = [
rootKey: "economics",
urlKey: "economics",
url: "/economics",
showNew: true,
// showNew: true,
},
{
label: "Revenue",
Expand Down Expand Up @@ -534,7 +534,7 @@ export const navigationItems: NavigationItem[] = [
rootKey: "octant",
urlKey: "octant",
url: "/trackers/octant",
showNew: false,
// showNew: false,
},
{
label: "Glo Dollar",
Expand Down

0 comments on commit fecedba

Please sign in to comment.