Skip to content

Commit

Permalink
feat: update demo to avalanche chain
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lahaye <[email protected]>
  • Loading branch information
ChrisLahaye committed May 3, 2023
1 parent 727f71f commit 4d89eb3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions subgraph.demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ schema:
dataSources:
- kind: ethereum/contract
name: LemonadeMarketplace
network: bsc
network: avalanche
source:
abi: LemonadeMarketplace
startBlock: 18962155
startBlock: 29534168
mapping:
kind: ethereum/events
apiVersion: 0.0.6
Expand All @@ -31,10 +31,10 @@ dataSources:
file: ./src/mapping.ts
- kind: ethereum/contract
name: IERC721
network: bsc
network: avalanche
source:
abi: IERC721
startBlock: 18962155
startBlock: 29534168
mapping:
kind: ethereum/events
apiVersion: 0.0.6
Expand Down

0 comments on commit 4d89eb3

Please sign in to comment.