Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 238 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 238 Bytes

Simple try/catch testbed

This barely-editied Hardhat project is simply to test what we get when we catch an out-of-gas error in Solidity.

Relevant files are contracts/Oog.sol and test/Oog.ts.

To run, just do npx hardhat test.