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

missing directories in soruce code + missing objects in hardhat #4

Open
kristiann57 opened this issue Jan 31, 2024 · 0 comments
Open

Comments

@kristiann57
Copy link

Hi, first of all thanks for sharing this code. However I am unable to replicate successful results as I encounter the following issues:

  • Missing directories: in the file scripts/liquidation_bot/index.ts, there an import error as the project cannot find the following imports (line 3 to 6):
    import {
    CometInterface,
    OnChainLiquidator
    } from '../../build/types';

  • 'hardhatConfig.networks' is possibly 'undefined'.ts(18048)
    I encounter this one in line 79 inside hardhat.config.ts

  • Object literal may only specify known properties, and 'etherscan' does not exist in type 'HardhatUserConfig'.ts(2353)
    this one can be found in line 137 inside hardhat.config.ts

there are a few more but hopefully you can help

many thanks

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