• yann300's avatar
    use ethers.js 5.1.4 (#1142) · e19bed5e
    yann300 authored
    to reproduce the issue:
    ```
    contract C {
      error E();
      function f() public { revert E(); }
    }
    ```
    e19bed5e
recorder.spec.ts 11.9 KB