klaytn / klaytn-etl

Python scripts for ETL (extract, transform and load) jobs for Klaytn blocks, transactions, ERC20 / ERC721 tokens, transfers, receipts, logs, contracts, internal transactions.
Other
21 stars 13 forks source link

Update blockscore to blockScore #22

Closed yongchand closed 1 year ago

yongchand commented 1 year ago

Following the recent update in Baobab where klay.getBlock API will return blockscore instead of blockScore, I gave both options to be available. Once Cypress also updates, I will fix this PR again.

yongchand commented 1 year ago

Since this is a minor update which I need to apply to Klaytn data pipeline, I will merge for now. If there is a need to fix code, please let me know @jeongkyun-oh