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

Allow adhoc explorers [APE-1151] #95

Closed antazoey closed 5 months ago

antazoey commented 1 year ago

Overview

one step we can take to help lessen the debt of adding new networks:

allow setting arbitrary explorer URLS for networks that may or not exists:

Specification

etherscan:
  host_map:
    foo_net: "https://mainnet-fooscan.io"

Dependencies

Include links to any open issues that must be resolved before this feature can be implemented.

antazoey commented 5 months ago

custom networks works now