Skip to content

Commit

Permalink
Fix ormpipe indexer (#140)
Browse files Browse the repository at this point in the history
* add subsquid

* fix start block
  • Loading branch information
fewensa authored Oct 9, 2023
1 parent c9e6422 commit b2f9bc9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions subsquid/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
subsquid indexer
===
8 changes: 4 additions & 4 deletions thegraph/ormpipe/subgraph-pangolin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dataSources:
source:
address: "0x770713580e5c618A4D29D7E8c0d7604276B63832"
abi: AirnodeDapi
startBlock: 1440000
startBlock: 1285147
mapping:
kind: ethereum/events
apiVersion: 0.0.7
Expand Down Expand Up @@ -40,7 +40,7 @@ dataSources:
source:
address: "0x0000000000BD9dcFDa5C60697039E2b3B28b079b"
abi: OrmpProtocol
startBlock: 1440000
startBlock: 1367206
mapping:
kind: ethereum/events
apiVersion: 0.0.7
Expand Down Expand Up @@ -76,7 +76,7 @@ dataSources:
source:
address: "0x000000003e2E2C9C8DD469E129E02E1666898E76"
abi: OrmpOracle
startBlock: 1440000
startBlock: 1367206
mapping:
kind: ethereum/events
apiVersion: 0.0.7
Expand Down Expand Up @@ -105,7 +105,7 @@ dataSources:
source:
address: "0x000000007e24Da6666c773280804d8021E12e13F"
abi: OrmpRelayer
startBlock: 1440000
startBlock: 1367206
mapping:
kind: ethereum/events
apiVersion: 0.0.7
Expand Down

0 comments on commit b2f9bc9

Please sign in to comment.