prendersnacks / ethers-provider-flashbots-bundle

Flashbots provider for ethers.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ethers-provider-flashbots-bundle

How to start sending your bundles to the Archer Relay

The only change you need to make to start sending your bundles to the Archer relay is to pass in the Archer relay URL when you call "FlashbotsBundleProvider.create" like so:

const flashbotsProvider = await FlashbotsBundleProvider.create(provider, authSigner, 'https://api.archerdao.io/v1/bundle')

See demo.ts for an example.

More info

See our docs for more details about Archer Relay

About

Flashbots provider for ethers.js


Languages

Language:TypeScript 100.0%