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
{{ message }}
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.
A new error is being thrown since most recent release when using push command with HDWalletProvider:
Command output (error):
zos push --network infura_ropsten
Compiling contracts
Compiling ./contracts/Campaign.sol...
Compiling zos-lib/contracts/migrations/Migratable.sol...
Compilation warnings encountered:
Writing artifacts to ./build/contracts
Deploying new UpgradeabilityProxyFactory...
Successfully written zos.infura_ropsten.json
Web3ProviderEngine does not support synchronous requests.
truffle config:
...
infura_ropsten: {
name: "infura_ropsten",
provider: function () {
return new HDWalletProvider(process.env.WALLET_MNEMONIC, `https://mainnet.infura.io/v3/${process.env.INFURA_API_KEY}`)
},
...
},
The text was updated successfully, but these errors were encountered:
A new error is being thrown since most recent release when using
push
command withHDWalletProvider
:Command output (error):
truffle config:
The text was updated successfully, but these errors were encountered: