Ethers Version
6
Search Terms
maxFeePerGs, maxFeePerGas
Describe the Problem
should be maxFeePerGas, not maxFeePerGs
Code Snippet
in provider-etherscan.ts
if ((<any>{ type: true, gasLimit: true, gasPrice: true, maxFeePerGs: true, maxPriorityFeePerGas: true, nonce: true, value: true })[key]) {
value = toQuantity(value);
}
Contract ABI
Errors
Environment
No response
Environment (Other)
No response
Ethers Version
6
Search Terms
maxFeePerGs, maxFeePerGas
Describe the Problem
should be maxFeePerGas, not maxFeePerGs
Code Snippet
Contract ABI
Errors
Environment
No response
Environment (Other)
No response