-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
This is a great lib! I was wondering if this utility supports polygon mainnet?
When I import this library and use it to get suggestions for tx on polygon (as a provider) an error is throw with
node_modules/@rainbow-me/fee-suggestions/dist/index.js:133
throw new Error('Error: ema was undefined');
An example implementation
const provider = ethers.getDefaultProvider('https://polygon-mainnet.infura.io/v3/008a971363b748c7bdfb80bfe3df977e');
feeSuggestions.suggestFees(provider).then(console.log);
even stranger is that it works on the mumbai test net. Any clarity or support would be appreciated. Thank you
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels