0xSpaceShard / starknet-hardhat-plugin

A plugin for integrating Starknet tools into Hardhat projects
https://0xspaceshard.github.io/starknet-hardhat-plugin/
MIT License
198 stars 36 forks source link

Refactor ScarbWrapper #390

Open FabijanC opened 1 year ago

FabijanC commented 1 year ago

Instead of having the implementation logic in task-actions.ts, it could be a part of a common method of ScarbWrapper classes. May be paired with #389.