ApeWorX / ape-etherscan

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

feat: support additional explorers #4

Closed sabotagebeats closed 2 years ago

sabotagebeats commented 2 years ago

Overview

Provide a simple overview of what you wish to see added. Please include:

Specification

This should support bscscan and polygonscan etc

Dependencies

n/a

fubuloubu commented 2 years ago

because etherscan has a bunch of different explorers they are also maintaining using the same basic API, it might make sense to just "Extend" by subclassing Etherscan with some modifications for how the URI is set

fubuloubu commented 2 years ago

also FtmScan

sabotagebeats commented 2 years ago

since we now have ftmscan I'm going to close this issue. @fubuloubu