Skip to content

Commit

Permalink
style(base-sepolia_subgraph.yaml): modify subgraph file
Browse files Browse the repository at this point in the history
  • Loading branch information
hapetherw committed May 7, 2024
1 parent e96b117 commit 4b5a4d1
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions subgraph/base-sepolia_subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,6 @@ dataSources:
eventHandlers:
- event: LTokenSignalEvent(indexed address)
handler: handleSignaledLToken
# - kind: ethereum/contract
# name: PreMining
# network: base-sepolia
# source:
# address: "0x9d7AEDefE90B880c5a9Bed4FcBd3faD0ea5AA06c"
# abi: PreMining
# startBlock: 132839783
# mapping:
# kind: ethereum/events
# apiVersion: 0.0.7
# language: wasm/assemblyscript
# file: ./mapping.ts
# entities:
# - PreMining
# abis:
# - name: PreMining
# file: ../contracts/abis/PreMining.json
# eventHandlers:
# - event: Lock(indexed address,uint256,uint8)
# handler: handlePreMiningLock
- kind: ethereum
name: LdyStaking
network: base-sepolia
Expand Down

0 comments on commit 4b5a4d1

Please sign in to comment.