harmony-one / sdk

Javascript SDK of Harmony protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Returned error: replacement transaction underpriced

ajaya-man opened this issue · comments

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 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