You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment deployment on hedera network is working so far.
However there are important metadata that needs to be set at deployment time.
To set these metadata you have to use the hedera SDK there is no way to set these metadata any other way.
The most important one is adminKey with will enable you to change the metadata of the contract at a later time, without this Key set the metadata is immutable.
Describe the solution you'd like
There should be a DeployOptions to enable the SDK in the deployment process.
Describe alternatives you've considered
Custom deploy scripts -> would discard all benefits of hardhat-deploy
Mark the network as "hedera style" and change behavior based on the network information -> Even it should not be noticable by the user it would take away users choice of using the SDK or not.
Additional context
I did fork the project and startet to try to add this myself since for me it is urgent.
I lack confidence in my TS/JS skills to deliver a clean solution.
I also did not find a way to debug the module when running hardhat deployment.
I use Visual Studio Code and a way to live debug the _deploy and see exactly what is going on would be highly appreciated.
The text was updated successfully, but these errors were encountered:
At the moment deployment on hedera network is working so far.
However there are important metadata that needs to be set at deployment time.
To set these metadata you have to use the hedera SDK there is no way to set these metadata any other way.
The most important one is adminKey with will enable you to change the metadata of the contract at a later time, without this Key set the metadata is immutable.
Describe the solution you'd like
There should be a DeployOptions to enable the SDK in the deployment process.
Describe alternatives you've considered
Additional context
I did fork the project and startet to try to add this myself since for me it is urgent.
I lack confidence in my TS/JS skills to deliver a clean solution.
I also did not find a way to debug the module when running hardhat deployment.
I use Visual Studio Code and a way to live debug the _deploy and see exactly what is going on would be highly appreciated.
The text was updated successfully, but these errors were encountered: