Skip to content

Commit

Permalink
change abi for pre-replant sunrise
Browse files Browse the repository at this point in the history
  • Loading branch information
soilking committed Aug 15, 2024
1 parent c96592c commit a2a71fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/subgraph-beanstalk/manifests/ethereum.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ dataSources:
network: mainnet
source:
address: "0xC1E088fC1323b20BCBee9bd1B9fC9546db5624C5"
abi: PreReplant
abi: SeedGauge
startBlock: 12974075
endBlock: 15277986 # Replanted
mapping:
Expand All @@ -812,8 +812,8 @@ dataSources:
entities:
- Season
abis:
- name: PreReplant
file: ../../subgraph-core/abis/Beanstalk/Beanstalk-Pre-Replant.json
- name: SeedGauge
file: ../../subgraph-core/abis/Beanstalk/Beanstalk-BIP45.json
eventHandlers:
- event: Sunrise(indexed uint256)
handler: handleSunrise
Expand Down

0 comments on commit a2a71fc

Please sign in to comment.