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
Presently, when using the txn builder safe app via app.safe.global I get this error that prevents me from sending a transaction.
[ethjs-query] while formatting outputs from RPC '{"value":{"code":-32603,"data":{"code":-32000,"message":"tx fee (2.50 ether) exceeds the configured cap (1.00 ether)"}}}'
The transaction I am doing is on the Polygon mainnet, when it was fairly busy and the function I am calling is a relatively heavy lift so the gas is substantial. From what I can tell, the txn builder app is disallowing me from using more than 1 MATIC because it is set from a max of 1 ETH. A great limit for ETH but a very inconvenient one for relatively big transactions on Polygon.
Try and execute a transaction using transaction builder on polygon mainnet that needs more than 1 MATIC of gas.
Expected result
Execution
Obtained result
Rejection/replacement necessary
Either get this error [ethjs-query] while formatting outputs from RPC '{"value":{"code":-32603,"data":{"code":-32000,"message":"tx fee (2.50 ether) exceeds the configured cap (1.00 ether)"}}}'
or send it with less than 1 MATIC gas and need to reject it eventually b/c too little gas for network
Screenshots
Forgot to take them, but i tried this multiple times over multiple txns and I got the same result.
The text was updated successfully, but these errors were encountered:
Description
Presently, when using the txn builder safe app via app.safe.global I get this error that prevents me from sending a transaction.
[ethjs-query] while formatting outputs from RPC '{"value":{"code":-32603,"data":{"code":-32000,"message":"tx fee (2.50 ether) exceeds the configured cap (1.00 ether)"}}}'
The transaction I am doing is on the Polygon mainnet, when it was fairly busy and the function I am calling is a relatively heavy lift so the gas is substantial. From what I can tell, the txn builder app is disallowing me from using more than 1 MATIC because it is set from a max of 1 ETH. A great limit for ETH but a very inconvenient one for relatively big transactions on Polygon.
Environment
Steps to reproduce
Expected result
Obtained result
[ethjs-query] while formatting outputs from RPC '{"value":{"code":-32603,"data":{"code":-32000,"message":"tx fee (2.50 ether) exceeds the configured cap (1.00 ether)"}}}'
Screenshots
Forgot to take them, but i tried this multiple times over multiple txns and I got the same result.
The text was updated successfully, but these errors were encountered: