graph add
generates incomplete event types for some contracts
#1839
Labels
bug
Something isn't working
graph add
generates incomplete event types for some contracts
#1839
Which packages are impacted by your issue?
@graphprotocol/graph-cli
Describe the issue
graph add 0x514910771AF9Ca656af840dff83E8264EcF986CA
completes without issues but fails to build.Reproduction
N/A
Steps to Reproduce the Bug or Issue
graph init
, selectmainnet
, specify USDT contract:0xdAC17F958D2ee523a2206206994597C13D831ec7
graph add 0x514910771AF9Ca656af840dff83E8264EcF986CA
yarn install && yarn build
However, everything works as expected if you generate subgraph for this contract with
graph init
, so the issue appears to be withgraph add
Expected behavior
Should add a contract to subgraph and events handlers with all fields
Screenshots or Videos
No response
Platform
@graphprotocol/*
version(s): [e.g. 2.6.2]Subgraph Manifest
No response
Subgraph GraphQL Schema
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: