ApeWorX / ape-etherscan

Etherscan explorer plugin using EVM-based networks for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
21 stars 25 forks source link

fix: issue with paging account history #144

Closed antazoey closed 3 days ago

antazoey commented 3 days ago

What I did

the pager for account history was broken. you would get to the end and it would try the next page anyway, causing a 500 error.

also, adds missing docs for using account query history. Also fixes an issue where result: None would crash the handlers, and you get that sometimes.

also fixes the testnet name and tests for scroll

How I did it

How to verify it

Checklist