valory-xyz / open-autonomy

A framework for the creation of autonomous agent services.
https://docs.autonolas.network
Apache License 2.0
79 stars 25 forks source link

[WIP] Add more chain profiles #2219

Closed angrybayblade closed 5 months ago

angrybayblade commented 5 months ago

Proposed changes

Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request.

Fixes

If it fixes a bug or resolves a feature request, be sure to link to that issue.

Types of changes

What types of changes does your code introduce? (A breaking change is a fix or feature that would cause existing functionality and APIs to not work as expected.) Put an x in the box that applies

Checklist

Put an x in the boxes that apply.

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 94.11765% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 94.39%. Comparing base (a3f6c37) to head (a886887).

Files Patch % Lines
autonomy/chain/config.py 93.54% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2219 +/- ## ========================================== - Coverage 94.42% 94.39% -0.03% ========================================== Files 260 260 Lines 16096 16104 +8 ========================================== + Hits 15198 15201 +3 - Misses 898 903 +5 ``` | [Flag](https://app.codecov.io/gh/valory-xyz/open-autonomy/pull/2219/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=valory-xyz) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/valory-xyz/open-autonomy/pull/2219/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=valory-xyz) | `94.39% <94.11%> (-0.03%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=valory-xyz#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

angrybayblade commented 5 months ago

@jmoreira-valory This PR adds support for polygon, polygon_mumbai, gnosis, chiado, arbitrum_one, arbitrum_sepolia, optimistic, optimistic_sepolia, base, base_sepolia, celo and celo_alfajores chains. I've also updated the documentation please check it out.