Transaction underpriced while deploying ExampleUniversalONFT721
IreneBa26 opened this issue · 0 comments
IreneBa26 commented
I set up base-goerli and optimism-goerli in config file and "onftArgs.json", tried invoking:
npx hardhat --network 'base-goerli' deploy --tags ExampleUniversalONFT721
and
npx hardhat --network 'optimism-goerli' deploy --tags ExampleUniversalONFT721
.
Terminal outcome:
deploying "ExampleUniversalONFT721"transaction underpriced {"name":"ProviderError","code":-32000,"_isProviderError":true} ProviderError: transaction underpriced
and
ProviderError: transaction underpriced
There are problems with the testnet?