specVersion: 0.0.2 schema: file: ./schema.graphql dataSources: - kind: ethereum/contract name: Example1 network: mainnet source: address: "0x3ebd8bb51fF52aDAc490117B31F5F137BB125A9D" abi: Example1 mapping: kind: ethereum/events apiVersion: 0.0.5 language: wasm/assemblyscript entities: - Test abis: - name: Example1 file: ./abis/Example1.json eventHandlers: - event: Test(string,uint256) handler: handleTest file: ./src/mapping.ts