Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Jul 22, 2024
1 parent 0adee5a commit de7a760
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function ManagementLoggedInPage() {
const networkInfo = {
data: [
{ name: "Network ID:", value: network.chain?.id },
{ name: "Network Denom:", value: network.chain?.name },
{ name: "Network Name:", value: network.chain?.name },
{ name: "Network RPC:", value: network.chain?.rpcUrls.default.http },
],
};
Expand Down

0 comments on commit de7a760

Please sign in to comment.