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

How to import the KeeperCompatibleInterface.sol file of version 0.5.16 #16173

Open
qwe231cvb opened this issue Jan 31, 2025 · 0 comments
Open

Comments

@qwe231cvb
Copy link

The solidity compiler version I use in VS code is 0.5.16,
So in the solidity contract code I can't use this line of code to import

import "@chainlink/contracts/src/v0.8/interfaces/KeeperCompatibleInterface.sol";

Because the /v0.8/ version of the KeeperCompatibleInterface.sol file is used here,

So i must use the KeeperCompatibleInterface.sol file version 0.5.16,
So how to modify this line of code that imports the KeeperCompatibleInterface.sol file?

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

No branches or pull requests

1 participant