Skip to content

Commit

Permalink
change the date to current block
Browse files Browse the repository at this point in the history
  • Loading branch information
miler012 committed Jun 3, 2024
1 parent 4569f40 commit 9736d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/satori/src/sdk/subgraphDetails.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const queryUserTVLByBlock = async (
for (const snapshot of snapshots) {
let userLpSnapshot:OutputDataSchemaRow = {
block_number:snapshot.block,
timestamp:snapshot.timestamp,
timestamp:timestamp,
user_address:snapshot.user,
token_address:ASSET,
token_symbol:SYMBOL,
Expand Down

0 comments on commit 9736d4d

Please sign in to comment.