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

15 lines
660 B
Plaintext

- Load subgraph from subgraph.yaml
✖ Failed to load subgraph from subgraph.yaml: Error in subgraph.yaml:
Path: dataSources > 0 > source > address
Contract address is invalid: 22843e74c59580b3eaf6c233fa67d8b7c561a835a
Must be 40 hexadecimal characters, with an optional '0x' prefix.
Path: dataSources > 1 > source > address
Contract address is invalid: 22843e74c59580b3eaf6c233fa67d8b7c561axyz
Must be 40 hexadecimal characters, with an optional '0x' prefix.
Path: dataSources > 2 > source > address
Contract address is invalid: 0x22843e74c59580b3eaf6c233fa67d8b7c561a835a
Must be 40 hexadecimal characters, with an optional '0x' prefix.