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 a824d3e commit c9520e3Copy full SHA for c9520e3
Assets/Thirdweb/Core/Scripts/Transaction.cs
@@ -444,9 +444,7 @@ private async Task<string> Send()
444
else
445
{
446
var force1559 = Input.Type != null && Input.Type.HexValue == new HexBigInteger((int)TransactionType.EIP1559).HexValue;
447
- Debug.Log($"Force 1559: {force1559}");
448
var supports1559 = force1559 || (Input.Type == null && Utils.Supports1559(_sdk.Session.ChainId.ToString()));
449
- Debug.Log($"Supports 1559: {supports1559}");
450
if (supports1559)
451
452
if (Input.GasPrice == null)
0 commit comments