Remove repetitive deploy functions from hedera-token-service/utils.js and use the generic deployContract() #1199
Labels
internal
For changes that affect the project's internal workings but not its outward-facing functionality.
Problem
Currently in hedera-token-service/utils.js there are repeated functions that deploy a contract, but all the logic is the same. There also exists a generic deployContract() function which accepts the contract as a parameter. This adds unnecessary code repetition and makes the code harder to maintain.
Solution
Alternatives
No response
The text was updated successfully, but these errors were encountered: