v3-subgraph icon indicating copy to clipboard operation
v3-subgraph copied to clipboard

not types

Open wiki-qi opened this issue 4 years ago • 3 comments

ERROR TS6054: File 'src/types/schema.ts' not found.

import { Bundle, Position, PositionSnapshot, Token } from '../types/schema' ~~~~~~~~~~~~~~~~~ in src/mappings/position-manager.ts(9,59)

ERROR TS6054: File 'src/types/templates/Pool/Factory.ts' not found.

wiki-qi avatar Apr 12 '22 08:04 wiki-qi

Yep /types are in .gitignore for some reason. Does anyone know why?

monty-nz avatar Apr 29 '22 02:04 monty-nz

which files were there in types?

Edison4mobile avatar Nov 21 '22 18:11 Edison4mobile

Use yarn codegen to generate src/types folder

Dmytro-Kyparenko avatar Aug 30 '23 11:08 Dmytro-Kyparenko