Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

feat(contract, abigen): support Hardhat ABI format #478

Merged
merged 1 commit into from
Sep 30, 2021

Conversation

shekhirin
Copy link
Contributor

Motivation

Resolves #476

On compilation, Hardhat emits not just JSON description of the contract's ABI, but also some artifact metadata (see https://hardhat.org/guides/compile-contracts.html#artifacts)

Solution

Support Hardhat format deserialization

@gakonst gakonst merged commit 4036f45 into gakonst:master Sep 30, 2021
@gakonst
Copy link
Owner

gakonst commented Sep 30, 2021

Nice work - thank you. You can also join the chat in telegram if you wanna have a more direct conversation with other ppl building on the lib! https://t.me/ethers_rs

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

Successfully merging this pull request may close these issues.

abigen! fails with confusing error on solidity output
2 participants