Skip to content

Commit

Permalink
Merge pull request #105 from balancer/fix-emissions-injection
Browse files Browse the repository at this point in the history
fix emissions injection on mainnet
  • Loading branch information
mendesfabio authored Aug 15, 2024
2 parents 1ca38f4 + b82591f commit a12d648
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions manifest.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,8 @@ templates:
file: ./abis/ChildChainGaugeInjector.json
- name: ChildChainLiquidityGaugeV2
file: ./abis/ChildChainLiquidityGaugeV2.json
- name: LiquidityGauge
file: ./abis/LiquidityGauge.json
eventHandlers:
- event: EmissionsInjection(address,address,uint256)
handler: handleEmissionsInjection
4 changes: 2 additions & 2 deletions networks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ mainnet:
network: mainnet
supportTraces: true
graft:
base: QmNjLuUukf1QcSDWyYYAvSpNThLKjX3KubckiS3H2mn6rG
block: 19994775
base: QmdV2TaFESPiEB9xcLJarbganJxVzu7u4GYGbhTies43EM
block: 20535178
EventEmitter:
address: "0x1ACfEEA57d2ac674d7E65964f155AB9348A6C290"
startBlock: 16419620
Expand Down

0 comments on commit a12d648

Please sign in to comment.