I switched the network to BSC and the method is eth_sendTransaction, still initiating ETHER
window.ethereum
.request({
method: "eth_sendTransaction",
params: [
{
from: window.ethereum.selectedAddress,
to: account,
value,
},
],
})