Swap-Aggregator-Subgraph/node_modules/@graphprotocol/graph-cli/tests/cli/validation/abi-not-found copy.stderr
2022-07-03 07:27:35 +05:30

14 lines
429 B
Plaintext

- Load subgraph from subgraph.yaml
✖ Failed to load subgraph from subgraph.yaml: Error in subgraph.yaml:
Path: dataSources > 0 > source > abi
ABI name 'NonExistentAbi' not found in mapping > abis.
Available ABIs:
- FirstAbi
- SecondAbi
Path: templates > 0 > eventHandlers > 0
Event with signature 'ExampleEvent(string,uint256)' not present in ABI 'ExampleContract'.
Available events:
- ExampleEvent(string)