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 222fec9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ 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 },
{ name: "Network Denom:", value: network.chain?.nativeCurrency },
],
};

Expand Down

0 comments on commit 222fec9

Please sign in to comment.