1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

remove comments

This commit is contained in:
Bogdan Fazakas 2023-05-19 14:14:15 +03:00
parent a9eedac218
commit f1952ff4cf

View File

@ -131,10 +131,6 @@ export async function sendTx(
}
overrides = {
maxPriorityFeePerGas: aggressiveFeePriorityFeePerGas,
// (chainId === MUMBAI_NETWORK_ID || chainId === POLYGON_NETWORK_ID) &&
// aggressiveFeePriorityFeePerGas < MIN_GAS_FEE_POLYGON
// ? MIN_GAS_FEE_POLYGON
maxFeePerGas:
(chainId === MUMBAI_NETWORK_ID || chainId === POLYGON_NETWORK_ID) &&
Number(aggressiveFeePerGas) < MIN_GAS_FEE_POLYGON