blockchain-etl / polygon-etl

ETL (extract, transform and load) tools for ingesting Polygon blockchain data to Google BigQuery and Pub/Sub
MIT License
101 stars 76 forks source link

Revert "Polygon compound configurator update (#187)" #188

Closed medvedev1088 closed 1 year ago

medvedev1088 commented 1 year ago

Use proxy instead of implementation is table definitions for compound configurator v3

Reverts https://github.com/blockchain-etl/polygon-etl/pull/187

medvedev1088 commented 1 year ago

@qshao-gauntlet data is populated now:

SELECT * 
FROM `blockchain-etl.polygon_compound.Configurator_v3_event_CometDeployed` 
LIMIT 1000
Screenshot 2023-09-11 at 12 47 21 PM

Note that for the events that've never been emitted by the contract https://polygonscan.com/address/0x83E0F742cAcBE66349E3701B171eE2487a26e738#events the tables will be empty e.g.

SELECT * 
FROM `blockchain-etl.polygon_compound.Configurator_v3_event_UpdateAssetPriceFeed` 
LIMIT 1000