Skip to content

Commit

Permalink
Merge pull request #199 from miler012/main
Browse files Browse the repository at this point in the history
change the date to current block
  • Loading branch information
0xroll authored Jun 3, 2024
2 parents 60e08fc + 9736d4d commit e0e4794
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 e0e4794

Please sign in to comment.