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

ethereum-uniswap-v3 starter is failing to build #184

Open
johna1203 opened this issue Oct 21, 2024 · 0 comments
Open

ethereum-uniswap-v3 starter is failing to build #184

johna1203 opened this issue Oct 21, 2024 · 0 comments

Comments

@johna1203
Copy link

I downloaded the repository from ethereum-uniswap-v3 starter. When I run the command yarn build, I encountered several TypeScript errors.

The errors are related to incorrect number of arguments passed and incorrect type arguments provided in several files. Below is the output of the errors:

Project manifest generated
 ›   Error: [tsl] ERROR in src/mappings/utils/pricing.ts(96,47)
 ›         TS2554: Expected 2 arguments, but got 1.
 ›   [tsl] ERROR in src/types/models/Burn.ts(84,48)
 ›         TS2558: Expected 0 type arguments, but got 1.
 ›   [tsl] ERROR in src/types/models/Burn.ts(90,48)
 ›         TS2558: Expected 0 type arguments, but got 1.
 ›   [tsl] ERROR in src/types/models/Burn.ts(96,48)
 ›         TS2558: Expected 0 type arguments, but got 1.
 ›   ...
 ›   [tsl] ERROR in src/types/models/TokenHourData.ts(87,48)
 ›         TS2558: Expected 0 type arguments, but got 1.
 ›   [tsl] ERROR in src/types/models/WhiteListPools.ts(54,48)
 ›         TS2558: Expected 0 type arguments, but got 1.
 ›   [tsl] ERROR in src/types/models/WhiteListPools.ts(60,48)
 ›         TS2558: Expected 0 type arguments, but got 1.
error Command failed with exit code 2.

It seems there might be some incompatibility or missing type configurations in the project. Could you provide guidance or help fix these issues?

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