We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 380f6df commit 506d1bbCopy full SHA for 506d1bb
Assets/Thirdweb/Core/Scripts/Utils.cs
@@ -583,7 +583,7 @@ public async static Task<GasPriceParameters> GetGasPriceAsync(BigInteger chainId
583
var client = GetWeb3(chainId, clientId, bundleId).Client;
584
var gasPrice = await GetLegacyGasPriceAsync(chainId, clientId, bundleId);
585
586
- if (chainId == 137 || chainId == 80001)
+ if (chainId == 137 || chainId == 80002)
587
{
588
return new GasPriceParameters(gasPrice * 3 / 2, gasPrice * 4 / 3);
589
}
0 commit comments