Swap-Aggregator-Subgraph/node_modules/@graphprotocol/graph-cli/tests/cli/validation/call-function-not-found.stderr
Richa-iitr d211083153 Revert "Revert "added handler""
This reverts commit c36ee8c5ca.
2022-07-03 07:30:05 +05:30

11 lines
357 B
Plaintext

- Load subgraph from subgraph.yaml
✖ Failed to load subgraph from subgraph.yaml: Error in subgraph.yaml:
Path: dataSources > 0 > callHandlers > 0
Call function with signature 'doSomething(uint256)' not present in ABI 'ExampleContract'.
Available call functions:
- <default>()
- owner()
- transferOwnership(address)
- upgrade(address,bytes)