Skip to content

Commit

Permalink
add otoken address to Strategy* tables
Browse files Browse the repository at this point in the history
  • Loading branch information
apexearth committed Jan 7, 2025
1 parent 5201e37 commit 3c94272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/templates/strategy/strategy-earnings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ const processRewardTokenCollected = async (
id,
blockNumber: block.header.height,
timestamp: new Date(block.header.timestamp),
otoken: strategyData.oTokenAddress,
strategy: strategyData.address,
asset: strategyData.base.address,
balance: latest?.balance ?? 0n,
Expand Down

0 comments on commit 3c94272

Please sign in to comment.