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

added sepolia to arbitrum in ape_etherscan/utils.py #116

Closed layidavids closed 4 months ago

layidavids commented 4 months ago

What I did

Added Sepolia network for Arbitrum to be able to successfully publish a contract on sepolia arbiscan.

fixes: #

How I did it

Added sepolia to arbitrum in the NETWORKS dictionary in ape_etherscan/utils.py

How to verify it

Tested by deploying a contract (with publish=True) and specifying '--network arbitrum:sepolia:infura. Prior to the change I was getting the errorERROR: (NetworkError) Unable to publish contract - no explorer plugin installed.`. After the change, contract was published successfully on sepolia arbiscan.

Checklist