hashgraph / hethers.js

DEPRECATED Complete EVM library in JavaScript/TypeScript for Hedera Hashgraph Smart Contract Service
https://docs.hedera.com/hethers
MIT License
16 stars 7 forks source link

Resolve package dependency issues #257

Closed Ivo-Yankov closed 2 years ago

Ivo-Yankov commented 2 years ago

In one of the latest PRs a new dependency was introduced for the package networks for @hethers/providers, which caused errors to be thrown during npm run build-all in a fresh installation, since the dependency is not specified in packages/networks/package.json. But if it is added there, that introduces circular dependencies between packags, which also breaks the build process. So the only solution is to remove the providers dependency from networks.

Related issue(s):

Fixes #

Notes for reviewer:

Checklist