Quantcast
Channel: QuickNode - Latest topics
Viewing all articles
Browse latest Browse all 99

How to set eth_sendPrivateTransaction to fast

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 99

Trending Articles