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

Manually send LINK instead of using fund-link task #3

Merged
merged 1 commit into from Jan 23, 2022

Conversation

LionelB5
Copy link
Owner

The fund-link task produces logs that clutter up the
logs when we are testing. Removes the usage of fund-link
in the tests, and replaces this with a manual interaction
with the LinkToken contract.

Modify the tsconfig.json file so it inspects the types
present in typechain-types. This resolves an issue with
the ethers function getContractAt, where it was resolving
the return type as a generic Contract instead of a concrete
contract type.

The `fund-link` task produces logs that clutter up the
logs when we are testing. Removes the usage of `fund-link`
in the tests, and replaces this with a manual interaction
with the `LinkToken` contract.

Modify the `tsconfig.json` file so it inspects the types
present in `typechain-types`. This resolves an issue with
the ethers function `getContractAt`, where it was resolving
the return type as a generic `Contract` instead of a concrete
contract type.
@LionelB5 LionelB5 merged commit f586542 into main Jan 23, 2022
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

Successfully merging this pull request may close these issues.

None yet

1 participant