Hallo Moralis,
how i can change gas fee, to send native coin (bsc),
this case mainnet, but testnet gas fee price so cheap
this code js
async function send() {
await Moralis.Web3.authenticate({ signingMessage: "hello" });
const options = {
type: "native",
receiver: "0xA06F59649FbAC138c6A5590AB668d42627F46530",
};
let result = await Moralis.transfer(options);
alert(`transferring ${_amount} ETH to your requested address. Please allow some time to process your transaction.`);
}