trufflesuite / truffle

:warning: The Truffle Suite is being sunset. For information on ongoing support, migration options and FAQs, visit the Consensys blog. Thank you for all the support over the years.
https://consensys.io/blog/consensys-announces-the-sunset-of-truffle-and-ganache-and-new-hardhat?utm_source=github&utm_medium=referral&utm_campaign=2023_Sep_truffle-sunset-2023_announcement_
MIT License
14.02k stars 2.31k forks source link

Remove invalid networks check from Sourcify fetcher #6171

Closed haltman-at closed 1 year ago

haltman-at commented 1 year ago

As described!

haltman-at commented 1 year ago

Well, as mentioned, we'll no longer be checking it, so the list will only even be relevant if you explicitly ask for supported networks. As for how we stop that from going out of date, outside of constant manual updating... well, there are potential ways if, like, we import sourcify as a dependency? I think we don't want to do that though.

gnidan commented 1 year ago

As for how we stop that from going out of date, outside of constant manual updating... well, there are potential ways if, like, we import sourcify as a dependency? I think we don't want to do that though.

Moreso I'm asking about how to ensure users are aware that this list may not be up-to-date

haltman-at commented 1 year ago

Oh, yeah, I have no ideas for that offhand.

haltman-at commented 1 year ago

OK, I added a note to the README per @gnidan's suggestion elsewhere.