Hi There! Do you have any idea what is going on here,
" MetaMask - RPC Error: Invalid transaction params: params specify an EIP-1559 transaction but the current network does not support EIP-1559 {code: -32602, message: “Invalid transaction params: params specify an EIP-…but the current network does not support EIP-1559 "}
This is the way I called
  const WETH9 = new web3.eth.Contract(abiWETH9, contractAddressERC20);
  WETH9.methods.approve(marketContract, amount).send({from: walletAddress})
The above code is working on some of Metamasks, Is this something related to Metamask?.
      
    
 It did not fix for some people.