Skip to content

Commit 251b626

Browse files
authored
mwei (#1712)
1 parent 4b4d337 commit 251b626

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/web/src/components/base-org/shared/TopNavigation/GasPriceDropdown.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export function GasPriceDropdown() {
4040
<Icon name="blueCircle" color="currentColor" height="0.75rem" width="0.75rem" />
4141
</span>
4242
<strong>{baseGasPriceInWei ? convertWeiToMwei(baseGasPriceInWei) : <>&mdash;</>}</strong>
43-
<small>Mgwei</small>
43+
<small>Mwei</small>
4444
</div>
4545
<div className="absolute left-0 top-full hidden pt-2 group-hover:inline-block">
4646
<Card innerClassName="p-4 bg-[#191919]">
@@ -49,14 +49,14 @@ export function GasPriceDropdown() {
4949
<strong className="font-normal">{base.name}</strong>
5050
<span className="opacity-50">
5151
{baseGasPriceInWei ? convertWeiToMwei(baseGasPriceInWei) : <>&mdash;</>}{' '}
52-
<span>Mgwei</span>
52+
<span>Mwei</span>
5353
</span>
5454
</li>
5555
<li className="flex gap-2">
5656
<strong className="font-normal">{mainnet.name}</strong>
5757
<span className="opacity-50">
5858
{mainnetGasPriceInWei ? convertWeiToMwei(mainnetGasPriceInWei) : <>&mdash;</>}{' '}
59-
<span>Mgwei</span>
59+
<span>Mwei</span>
6060
</span>
6161
</li>
6262
</ul>

0 commit comments

Comments
 (0)