graph add --merge-entities
does not properly merge entities
#1894
Labels
bug
Something isn't working
graph add --merge-entities
does not properly merge entities
#1894
Probably related to #1839 ?
We have 2 mainnet contracts:
0xdAC17F958D2ee523a2206206994597C13D831ec7
- USDT with 10 events0x514910771AF9Ca656af840dff83E8264EcF986CA
- LINK with 2 events that already exist in USDT but different parametersTrying to
graph init
on one contract and thengraph add --merge-entities
another.Expected: USDT + LINK and LINK + USDT to be functionally the same
Getting:
i.e. this works as expected:
This does not:
The text was updated successfully, but these errors were encountered: