Skip to content

Is it possible to disable default calculation of price with EIP-1559? Not implemented in telos evm #3043

Answered by ricmoo
fabioeletto asked this question in Q&A
Discussion options

You must be logged in to vote

Ethers will only use EIP-1559 if the network supports it, otherwise it uses legacy getGasPrice. It detects a networks support of EIP-1559 by checking if the latest block has the baseFee property; if that is not present it will use legacy transactions.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by fabioeletto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants