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

feat: Publishing Contracts to Arbitrum Sepolia Explorer #117

Closed layidavids closed 2 months ago

layidavids commented 4 months ago

What I did

Publishing contracts to the Arbitrum Sepolia Explorer.

fixes: #

How I did it

Added sepolia to the list of values for arbitrum in /ape-etherscan/utils.py.

How to verify it

from ape import accounts, project, networks

def main():
    with networks.arbitrum.sepolia.use_provider("<MY-PROVIDER>"):
        account = accounts.load("<ALIAS>")
        account.deploy(project.MyContract, publish=True)

Checklist

github-actions[bot] commented 3 months ago

This pull request is considered stale because it has been open 30 days with no activity. Remove stale label, add a comment, or make a new commit, otherwise this PR will be closed in 5 days.

fubuloubu commented 3 months ago

@NotPeopling2day realizing this one just was broken because of missing CI credentials, if you can check and it looks good, can merge