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
I got this error while using the openzeppelin cli to deploy contract instances.
npx oz deploy
Nothing to compile, all contracts are up to date.
? Choose the kind of deployment upgradeable
? Pick a network lrtn_testnet
? Pick a contract to deploy ContractName
? One or more linked dependencies are not yet deployed on morden.
Do you want to deploy them now? Yes
✖ Deploying @openzeppelin/contracts-ethereum-package dependency to network morden
Failed deployment of dependency @openzeppelin/contracts-ethereum-package with error: Returned error: replacement transaction underpriced
I got this error while using the openzeppelin cli to deploy contract instances.
I googled and the issue was mentioned here:
OpenZeppelin/openzeppelin-sdk#55
which was further linked to:
trufflesuite/truffle-hdwallet-provider#65
So, I was wondering if this issue is handled in our version of TruffleProvider
The text was updated successfully, but these errors were encountered: