Skip to content

Commit 506d1bb

Browse files
committed
fix polygon amoy estimation, remove mumbai case
1 parent 380f6df commit 506d1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Thirdweb/Core/Scripts/Utils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ public async static Task<GasPriceParameters> GetGasPriceAsync(BigInteger chainId
583583
var client = GetWeb3(chainId, clientId, bundleId).Client;
584584
var gasPrice = await GetLegacyGasPriceAsync(chainId, clientId, bundleId);
585585

586-
if (chainId == 137 || chainId == 80001)
586+
if (chainId == 137 || chainId == 80002)
587587
{
588588
return new GasPriceParameters(gasPrice * 3 / 2, gasPrice * 4 / 3);
589589
}

0 commit comments

Comments
 (0)