I try to use
what do I need to change in
const ethers = require(“ethers”);
(async () => {
const provider = new ethers.providers.JsonRpcProvider(“https://docs-demo.quiknode.pro/”);
const estimate = await provider.eth_sendPrivateTransaction(“RAW_SIGNED_TX”);
console.log(estimate);
})();
in order to make fast: true ?
11 posts - 2 participants