Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 428 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 428 Bytes

Introduction

This sentio indexer aims to take a snapshot of Pendle users before a specific timestamp everyday. For timestamp configuration, it can be done in ./src/consts.ts.

Usage

Users' data at a specific block (statisfying the configuration) can be fetched/viewed in Data Studio with a simple SQL query.

select user, share,  block_number  from `UserDailyShare` where  block_number = <BLOCK_NUMBER>