eth-brownie / brownie

A Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine.
https://eth-brownie.readthedocs.io
MIT License
2.65k stars 551 forks source link

Add base #1703

Closed Tritium-VLK closed 10 months ago

Tritium-VLK commented 1 year ago

What I did

Just added a few lines to the regex to accept new env vars for BASE.

Also updated the starting network-config file to include mainnets and forks. Related issue: #

How I did it

Just added a few lines that I am using locally.

How to verify it

I'm a forked version actively to operate on these chains and run cross-chain reporting.

I did not see any tests for side chain explorers, so I did not add one. I also could not find a fitting area to add more to the docs.

Checklist

Tritium-VLK commented 1 year ago

@charles-cooper here's base chain also. Then any chance for a new version number/tag so we can stop using a forked repo?

iamdefinitelyahuman commented 10 months ago

Thanks for this. Need to find a way to future-proof this, some standard format of XXX_TOKEN so new chains don't endlessly require PRs (especially since the maintainer is asleep at the wheel lol)