Tamas Molnar
Tamas Molnar
### Ethers Version 5.6.1 ### Search Terms polygon maxPriorityFeePerGas maxFeePerGas ### Describe the Problem There is a harcoded (1.5 gwei) maxPriorityFeePerGas (and maxFeePerGas) in [index.ts](https://github.com/ethers-io/ethers.js/blob/ef529dc5e6e086eea709bc9e12e9129ef5709932/packages/abstract-provider/src.ts/index.ts#L250-L251). This value is used in...
Hey @austintgriffith , I had a hard time finding the private key in the cookies, I guess it was eventually moved to the local storage instead. Cheers, Tamas
Hi, I tried to use the demo site with **Safari** (https://benweet.github.io/stackedit.js/), but when I click on the _Edit with StackEdit_ button, the editor doesn't pop up, I get the following...
Hi @brunobar79 , This is a small fix to ensure that we convert the amount into a string, without the scientific notation. Currently **1.234e21** becomes **1.234e+21**. After the fix it...