naddison36 / sol2uml

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

sol2uml diff: enable diffing contracts between chains #160

Closed 0xmichalis closed 11 months ago

0xmichalis commented 11 months ago

Doing something like the following:

sol2uml diff --networka matic --networkb celo <addressa> <addressb>
naddison36 commented 11 months ago

this is a good idea. I'll see what I can do

naddison36 commented 11 months ago

I added support for this in release v2.5.7

0xmichalis commented 11 months ago

Amazing, thanks @naddison36!