liquity / dev

Liquity monorepo containing the contracts, SDK and Dev UI frontend.
GNU General Public License v3.0
327 stars 314 forks source link

Deployment requires discontinued testnets #1027

Open PaulSimode opened 1 year ago

PaulSimode commented 1 year ago

It is required to deploy to all testnets (Ropsten, Kovan, Rinkeby, Goerli) in order to proceed with deployment. However, some of these have been discontinued.

Suggested fix: Make it optional to deploy to all, or remove all testnets except for the desired ones from code (I went for the latter, but I'll try to come up with a solution to accomplish the former).