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

use ethers.js 5.1.4 #1142

Merged
merged 3 commits into from
Apr 28, 2021
Merged

use ethers.js 5.1.4 #1142

merged 3 commits into from
Apr 28, 2021

Conversation

yann300
Copy link
Contributor

@yann300 yann300 commented Apr 26, 2021

to reproduce the issue:

contract C {
  error E();
  function f() public { revert E(); }
}

@yann300 yann300 requested a review from LianaHus April 26, 2021 20:33
@EthereumRemix EthereumRemix merged commit e19bed5 into master Apr 28, 2021
@EthereumRemix EthereumRemix deleted the ethers.js branch April 28, 2021 08:47
LianaHus pushed a commit that referenced this pull request Apr 28, 2021
to reproduce the issue:
```
contract C {
  error E();
  function f() public { revert E(); }
}
```
LianaHus pushed a commit that referenced this pull request Apr 28, 2021
to reproduce the issue:
```
contract C {
  error E();
  function f() public { revert E(); }
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants