Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Apr 27, 2024
1 parent f61dd2c commit aa4d75c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/vault-compound.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function handleStrategyFees(
collect.collectedAmount1 = collectedAmount1
collect.token0ToNativePrice = vaultData.token0ToNativePrice
collect.token1ToNativePrice = vaultData.token1ToNativePrice
collect.nativeToUSDPrice = collect.nativeToUSDPrice
collect.nativeToUSDPrice = vaultData.nativeToUSDPrice
collect.save()

///////
Expand Down
4 changes: 0 additions & 4 deletions subgraph.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ templates:
eventHandlers:
- event: Initialized(uint8)
handler: handleInitialized
- event: OwnershipTransferred(indexed address,indexed address)
handler: handleOwnershipTransferred
- event: Deposit(indexed address,uint256,uint256,uint256)
handler: handleDeposit
- event: Withdraw(indexed address,uint256,uint256,uint256)
Expand All @@ -131,8 +129,6 @@ templates:
eventHandlers:
- event: Initialized(uint8)
handler: handleInitialized
- event: OwnershipTransferred(indexed address,indexed address)
handler: handleOwnershipTransferred
- event: Paused(address)
handler: handlePaused
- event: Unpaused(address)
Expand Down

0 comments on commit aa4d75c

Please sign in to comment.