You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
graph init with contract 0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701 on monad-testnet
graph codegen
- Load subgraph from subgraph.yaml
✖ Failed to load subgraph from subgraph.yaml: Cannot read properties of null (reading 'map')
error Command failed with exit code 1.
The issue is with fallback function that doesn't have a name.
Should assign some default name for such nameless functions or just filter them out from ABI.
As reported by @marcusrein
Reproduce:
graph init
with contract0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701
onmonad-testnet
graph codegen
The issue is with
fallback
function that doesn't have a name.Should assign some default name for such nameless functions or just filter them out from ABI.
Sample ABI:
The text was updated successfully, but these errors were encountered: