Skip to content

Typo in property name maxFeePerGs #5080

@ae94

Description

@ae94

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

Metadata

Metadata

Assignees

Labels

bugVerified to be an issue.next-patchIssues scheduled for the next arch release.on-deckThis Enhancement or Bug is currently being worked on.v6Issues regarding v6

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions