Skip to content

Commit

Permalink
add abi + temp graft
Browse files Browse the repository at this point in the history
  • Loading branch information
soilking committed Jul 30, 2024
1 parent 2c2e590 commit 0467835
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions projects/subgraph-beanstalk/manifests/ethereum.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,8 @@ dataSources:
abis:
- name: PreReplant
file: ../../subgraph-core/abis/Beanstalk/Beanstalk-Pre-Replant.json
- name: Replanted
file: ../../subgraph-core/abis/Beanstalk/Beanstalk-Replanted.json
- name: UniswapV2Pair
file: ../../subgraph-core/abis/UniswapV2Pair.json
- name: ERC20
Expand Down Expand Up @@ -776,8 +778,8 @@ dataSources:
- event: UpdateGaugeSettings(indexed address,bytes4,bytes4,uint64)
handler: handleUpdateGaugeSettings
file: ../src/GaugeHandler.ts
# features:
# - grafting
# graft:
# base: QmWHi6hu2wXnyxBHHmQHwCQLoq5KkoTX2qLm8MdyVXTyTu
# block: 20216425
features:
- grafting
graft:
base: QmPUvGdePV2maZCQ9hKvBVUrdFVBtkBXvpTLEsvxyzR3HG
block: 15289930

0 comments on commit 0467835

Please sign in to comment.