Skip to content
New issue

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

Trouble getting tests to Pass #44

Closed
crazyrabbitLTC opened this issue Aug 16, 2021 · 1 comment
Closed

Trouble getting tests to Pass #44

crazyrabbitLTC opened this issue Aug 16, 2021 · 1 comment

Comments

@crazyrabbitLTC
Copy link

Hello Folks!

I'm trying to run the tests to try and contribute some code. I wanted to ask, out-of-the-box my tests aren't passing, the error is always the same:

       ZORA
         "before all" hook for "Has correct balances before contribute":
     InvalidInputError: Transaction gasPrice (0) is too low for the next block, which has a baseFeePerGas of 875000000
      at HardhatNode._validateAutominedTx (node_modules/hardhat/src/internal/hardhat-network/provider/node.ts:1520:17)
      at runMicrotasks (<anonymous>)
      at processTicksAndRejections (internal/process/task_queues.js:95:5)
      at runNextTicks (internal/process/task_queues.js:64:3)
      at listOnTimeout (internal/timers.js:526:9)
      at processTimers (internal/timers.js:500:7)
      at HardhatNode.sendTransaction (node_modules/hardhat/src/internal/hardhat-network/provider/node.ts:415:5)
      at EthModule._sendTransactionAndReturnHash (node_modules/hardhat/src/internal/hardhat-network/provider/modules/eth.ts:1500:18)
      at HardhatNetworkProvider.request (node_modules/hardhat/src/internal/hardhat-network/provider/provider.ts:106:18)
      at EthersProviderWrapper.send (node_modules/@nomiclabs/hardhat-ethers/src/internal/ethers-provider-wrapper.ts:13:20)```
      
I assume this is a problem with the `london` fork and I've seen some issues in the Nomic Labs [Github](https://github.com/nomiclabs/hardhat/issues/1766) but I wanted to ask: What is your setup that I can replicate and have the tests pass? 

@crazyrabbitLTC
Copy link
Author

crazyrabbitLTC commented Aug 16, 2021

OMG I'm an idiot. I have it working. Will make a PR on the readme to save dolts like myself in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant