You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
txChain.rpc.estimateGas(tx) ?:throwEthereumRPCException("Could not estimate gas limit", 404)
47
45
}
48
46
if (txChain.useEIP1559) {
49
-
val handle1559NotAvailable:RetryPolicy<Throwable> = {
50
-
if (reason isEthereumRPCException&& (reason.message =="the method eth_feeHistory does not exist/is not available") || (reason.message =="rpc method is not whitelisted")) StopRetryingelseContinueRetrying
51
-
}
52
47
53
48
if (tx.maxPriorityFeePerGas ==null||System.currentTimeMillis() - (tx.creationEpochSecond ?:System.currentTimeMillis()) >20000) {
0 commit comments