Skip to content

Commit

Permalink
Change SOL to ETH
Browse files Browse the repository at this point in the history
  • Loading branch information
0xcen authored Sep 13, 2024
1 parent 1e4125d commit bfe559c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/inspector/AddressWithContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function AccountInfo({ pubkey, validator }: { pubkey: PublicKey; validator?: Acc
return (
<span className="text-muted">
{`Owned by ${ownerLabel || ownerAddress}.`}
{` Balance is ${lamportsToSolString(account.lamports)} SOL.`}
{` Balance is ${lamportsToSolString(account.lamports)} ETH.`}
{account.space !== undefined && ` Size is ${new Intl.NumberFormat('en-US').format(account.space)} byte(s).`}
</span>
);
Expand Down

0 comments on commit bfe559c

Please sign in to comment.