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
I was following the deployment-guide and noticed that when using HDWalletProvider and Infura as a provider, often Truffle commands don't return. e.g.
HDWalletProvider
Infura
ubuntu@local:~/apollo/big-token$ npm run truffle networks > [email protected] truffle /home/ubuntu/apollo/big-token > truffle "networks" Network: kovan (id: 42) No contracts deployed. Network: rinkeby (id: 4) AddressRegistry: 0xe9... BigToken: 0x4f7... Migrations: 0xf... ^C #... stays there forever
This issue was raised here and a fix is to wrap the provider in a function, when using HDWalletProvider.
The text was updated successfully, but these errors were encountered:
Updates instructions to prevent truffle blocking
f30950d
The bug was reported in [here](gnosis#4) and the fix suggested [here](trufflesuite/truffle-migrate#14).
I opened a PR with a fix to the docs. #5
Sorry, something went wrong.
No branches or pull requests
I was following the deployment-guide and noticed that when using
HDWalletProvider
andInfura
as a provider, often Truffle commands don't return.e.g.
This issue was raised here and a fix is to wrap the provider in a function, when using
HDWalletProvider
.The text was updated successfully, but these errors were encountered: