Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
pgebheim committed Jun 8, 2021
1 parent 58dde18 commit 3c0df6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/turbo-kovan-subgraph/subgraph.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ schema:
file: ./schema.graphql
dataSources:
- kind: ethereum/contract
name: AmmFactory1
name: AmmFactory
network: {{ info.graphName }}
source:
address: '{{ marketFactories.sportsball.ammFactory }}'
Expand Down Expand Up @@ -33,7 +33,7 @@ dataSources:
- event: SharesSwapped(indexed address,indexed uint256,indexed address,uint256,int256,int256,uint256)
handler: handleSharesSwappedEvent
- kind: ethereum/contract
name: AbstractMarketFactory1
name: AbstractMarketFactory
network: {{ info.graphName }}
source:
address: '{{ marketFactories.sportsball.address }}' # use SportsLinkMarketFactory
Expand Down

0 comments on commit 3c0df6f

Please sign in to comment.