flashbots / flashbots/ethers-provider-flashbots-bundle
Getting cors error on any method of Flashbots provider
Open
- Dominant language
- TypeScript
- Stars
- 566
- Forks
- 211
- PR merge metrics
- No merged PRs in 30d
Description
Getting cors error from relay when trying to simulate/sendBundle/getUserStats

```javascript
const fbProvider = await FlashbotsBundleProvider.create(
ethersProvider,
wallet,
'https://relay-goerli.flashbots.net/',
5
);
const userStatsV2 = await fbProvider.getUserStatsV2();
console.log("🚀 ~ file: provider.ts:61 ~ userStatsV2:", userStatsV2);
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.