We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in FactoryDeployer.js script, the factory deployer account is funded with some tokens to allow the deployment of the factory.
FactoryDeployer.js
PoCo/utils/FactoryDeployer.js
Lines 26 to 31 in 8dc9ea3
With the current version, if the factory deployment tx fails funds are sent with every retry, which results in loosing funds of the sender account.
We need to add a control to only send funds if the deployer account is empty (or less than FACTORY.cost).
FACTORY.cost
The text was updated successfully, but these errors were encountered:
zguesmi
No branches or pull requests
in
FactoryDeployer.js
script, the factory deployer account is funded with some tokens to allow the deployment of the factory.PoCo/utils/FactoryDeployer.js
Lines 26 to 31 in 8dc9ea3
With the current version, if the factory deployment tx fails funds are sent with every retry, which results in loosing funds of the sender account.
We need to add a control to only send funds if the deployer account is empty (or less than
FACTORY.cost
).The text was updated successfully, but these errors were encountered: