naddison36 / sol2uml

Solidity contract visualisation tool
MIT License
1.12k stars 257 forks source link

Add support for Mumbai and Alfajores #152

Closed 0xmichalis closed 1 year ago

naddison36 commented 1 year ago

Thanks for raising the PR.

I use to support different testnets but the list of networks was getting too big so I removed them.

I'm thinking it would be better to provide and new option that specified the API endpoint for a custom network. eg https://api-testnet.polygonscan.com/api or https://api-alfajores.celoscan.io/api This could also be set with an environment variable.

naddison36 commented 1 year ago

I've added a new -e --explorerUrl option instead. See release v2.5.6

0xmichalis commented 1 year ago

Thanks for the prompt release @naddison36 !