Skip to content

Commit

Permalink
Change api version in template
Browse files Browse the repository at this point in the history
  • Loading branch information
Corantin committed Feb 13, 2023
1 parent 35f0b27 commit 5696af5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions subgraph.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ templates:
abi: DisputeManager
mapping:
kind: ethereum/events
apiVersion: 0.0.5
apiVersion: 0.0.6
language: wasm/assemblyscript
entities:
- Arbitrable
Expand Down Expand Up @@ -109,7 +109,7 @@ templates:
abi: JurorsRegistry
mapping:
kind: ethereum/events
apiVersion: 0.0.5
apiVersion: 0.0.6
language: wasm/assemblyscript
entities:
- Juror
Expand Down Expand Up @@ -154,7 +154,7 @@ templates:
abi: Voting
mapping:
kind: ethereum/events
apiVersion: 0.0.5
apiVersion: 0.0.6
language: wasm/assemblyscript
entities:
- JurorDraft
Expand All @@ -181,7 +181,7 @@ templates:
abi: Treasury
mapping:
kind: ethereum/events
apiVersion: 0.0.5
apiVersion: 0.0.6
language: wasm/assemblyscript
entities:
- FeeMovement
Expand All @@ -202,7 +202,7 @@ templates:
abi: Subscriptions
mapping:
kind: ethereum/events
apiVersion: 0.0.5
apiVersion: 0.0.6
language: wasm/assemblyscript
entities:
- FeeMovement
Expand All @@ -227,7 +227,7 @@ templates:
abi: BrightIdRegister
mapping:
kind: ethereum/events
apiVersion: 0.0.5
apiVersion: 0.0.6
language: wasm/assemblyscript
entities:
- Juror
Expand Down

0 comments on commit 5696af5

Please sign in to comment.