Skip to content

Commit

Permalink
Merge pull request #8 from 0xcen/master
Browse files Browse the repository at this point in the history
change SOL to ETH
  • Loading branch information
dandlezzz authored Oct 3, 2024
2 parents 1e4125d + bfe559c commit a37ac5b
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 a37ac5b

Please sign in to comment.