Skip to content

Commit

Permalink
show url instead of hardcoded devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Jul 16, 2024
1 parent 22b606d commit 8af4848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/info-cards/InfoCards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ function getMappedInfo(
Math.round(loaderData.network.subnet.block.txThroughput * 100) / 100
} txs/s`,
},
{ name: "Checkpointed to", value: loaderData.network.parentChain.name },
{ name: "Checkpointed to", value: loaderData.network.parentChain.url },
],
};
}
Expand Down

0 comments on commit 8af4848

Please sign in to comment.