We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b30bfe commit 0079ed3Copy full SHA for 0079ed3
src/panel/components/tracker/AddressDetails.tsx
@@ -36,7 +36,7 @@ export default function AddressDetails({
36
<small>GAS balance:</small>
37
</p>
38
<p style={{ fontWeight: "bold", fontSize: "1.25rem" }}>
39
- {(addressInfo.gasBalance / 1000000000.0).toLocaleString()} GAS
+ {(addressInfo.gasBalance / 100000000.0).toLocaleString()} GAS
40
41
</div>
42
);
0 commit comments