specVersion: 0.0.1
repository: https://github.com/graphprotocol/test-subgraph
description: Test subgraph
schema:
  file: ./schema.graphql
dataSources:
  - kind: ethereum/contract
    name: ExampleSubgraph
    source:
      abi: ExampleContract
    mapping:
      kind: ethereum/events
      apiVersion: 0.0.5
      language: wasm/assemblyscript
      file: ./mapping.ts
      entities:
        - ExampleEntity
      abis:
        - name: ExampleContract
          file: ./Abi.json
      templates:
        - kind: ethereum/contract
          name: ExampleSubgraph
          source:
            abi: ExampleContract
          mapping:
            kind: ethereum/events
            apiVersion: 0.0.5
            language: wasm/assemblyscript
            file: ./mapping.ts
            entities:
              - ExampleEntity
            abis:
              - name: ExampleContract
                file: ./Abi.json
