NethermindEth / juno

Starknet client implementation.
https://juno.nethermind.io
Apache License 2.0
371 stars 157 forks source link

Remove obsolite networks from CLI #1840

Closed pnowosie closed 2 months ago

pnowosie commented 2 months ago

Fixes #1839

 ./build/juno --network goerli 
Error: invalid argument "goerli" for "--network" flag: unknown network (known: mainnet, sepolia, sepolia-integration)
Usage: (...)
codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 75.03%. Comparing base (a9f794f) to head (5a2c184).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1840 +/- ## ========================================== - Coverage 75.07% 75.03% -0.05% ========================================== Files 96 96 Lines 8186 8183 -3 ========================================== - Hits 6146 6140 -6 - Misses 1516 1519 +3 Partials 524 524 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.