Skip to content

Commit

Permalink
Merge pull request #124 from InjectiveLabs/b/fix-sepolia-subgraph
Browse files Browse the repository at this point in the history
fix: update subgraph yamls
  • Loading branch information
gorgos authored Jul 25, 2024
2 parents 1e0a4b9 + 89b3467 commit ead1119
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions solidity/subgraph/subgraph.mainnet.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
specVersion: 0.0.2
specVersion: 0.0.4
description: InjectiveLabs Peggo
repository: https://github.com/InjectiveLabs/peggo
schema:
Expand All @@ -13,7 +13,7 @@ dataSources:
abi: Peggy
mapping:
kind: ethereum/events
apiVersion: 0.0.4
apiVersion: 0.0.6
language: wasm/assemblyscript
entities:
- Test
Expand Down
4 changes: 2 additions & 2 deletions solidity/subgraph/subgraph.sepolia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ dataSources:
name: Peggy
network: "sepolia"
source:
address: "0x429b9aD854D72abe857287BC6cA05A24077C6f09"
startBlock: 5526196
address: "0x12e1181a741b70BE6A9D81f85af3E92B6ba41897"
startBlock: 5533785
abi: Peggy
mapping:
kind: ethereum/events
Expand Down

0 comments on commit ead1119

Please sign in to comment.