Skip to content

Commit

Permalink
fix(ethvault working): working version of ethVault with contract and …
Browse files Browse the repository at this point in the history
…subgraph correct data fetching
  • Loading branch information
Torof committed Sep 12, 2024
1 parent ec8ca64 commit 9020c43
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions subgraph/subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ dataSources:
- event: LTokenSignalEvent(indexed address)
handler: handleSignaledLToken
- kind: ethereum
name: LdyStaking
name: LDYStaking
network: arbitrum-one
source:
address: "0x98002b5c06b44c8769dA3DAe97CA498aB6F97137"
abi: LdyStaking
abi: LDYStaking
startBlock: 218746026
mapping:
kind: ethereum/events
Expand All @@ -43,8 +43,8 @@ dataSources:
- RewardPaid
- NotifiedRewardAmount
abis:
- name: LdyStaking
file: ../contracts/abis/LdyStaking.json
- name: LDYStaking
file: ../contracts/abis/LDYStaking.json
eventHandlers:
- event: Staked(indexed address,uint256,uint256)
handler: handleStaked
Expand Down

0 comments on commit 9020c43

Please sign in to comment.