Skip to content

Commit

Permalink
keep yaml file on mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
matteenm committed Jul 10, 2024
1 parent 214eb66 commit beee79d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ features:
dataSources:
- kind: ethereum/contract
name: Factory
network: zksync-era
network: mainnet
source:
address: '0x1F98431c8aD98523631AE4a59f267346ea31F984'
abi: Factory
address: "0x8FdA5a7a8dCA67BBcDd10F02Fa0649A937215422"
startBlock: 12637075
startBlock: 12369621
mapping:
kind: ethereum/events
apiVersion: 0.0.7
Expand All @@ -39,7 +39,7 @@ dataSources:
templates:
- kind: ethereum/contract
name: Pool
network: zksync-era
network: mainnet
source:
abi: Pool
mapping:
Expand Down

0 comments on commit beee79d

Please sign in to comment.