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:
parent
a9eedac218
commit
f1952ff4cf
@ -131,10 +131,6 @@ export async function sendTx(
|
|||||||
}
|
}
|
||||||
overrides = {
|
overrides = {
|
||||||
maxPriorityFeePerGas: aggressiveFeePriorityFeePerGas,
|
maxPriorityFeePerGas: aggressiveFeePriorityFeePerGas,
|
||||||
// (chainId === MUMBAI_NETWORK_ID || chainId === POLYGON_NETWORK_ID) &&
|
|
||||||
// aggressiveFeePriorityFeePerGas < MIN_GAS_FEE_POLYGON
|
|
||||||
// ? MIN_GAS_FEE_POLYGON
|
|
||||||
|
|
||||||
maxFeePerGas:
|
maxFeePerGas:
|
||||||
(chainId === MUMBAI_NETWORK_ID || chainId === POLYGON_NETWORK_ID) &&
|
(chainId === MUMBAI_NETWORK_ID || chainId === POLYGON_NETWORK_ID) &&
|
||||||
Number(aggressiveFeePerGas) < MIN_GAS_FEE_POLYGON
|
Number(aggressiveFeePerGas) < MIN_GAS_FEE_POLYGON
|
||||||
|
Loading…
x
Reference in New Issue
Block a user