Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Publishing Contracts to Arbitrum Sepolia Explorer #117

Merged
merged 2 commits into from
Apr 15, 2024

Conversation

layidavids
Copy link
Contributor

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

  • Passes all linting checks (pre-commit and CI jobs)
  • New test cases have been added and are passing
  • Documentation has been updated
  • PR title follows Conventional Commit standard (will be automatically included in the changelog)

@fubuloubu fubuloubu enabled auto-merge (squash) March 8, 2024 21:37
Copy link

github-actions bot commented Apr 8, 2024

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
Copy link
Member

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

@github-actions github-actions bot removed the stale label Apr 9, 2024
@NotPeopling2day NotPeopling2day merged commit 69afcff into ApeWorX:main Apr 15, 2024
5 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants