NethermindEth / juno

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

Remove unused `customNetworkF` #1780

Closed IronGauntlets closed 3 months ago

IronGauntlets commented 3 months ago

Fixes #1691

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 72.22%. Comparing base (3cb0b80) to head (cf0e15d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1780 +/- ## ========================================== + Coverage 72.11% 72.22% +0.11% ========================================== Files 90 90 Lines 9721 9721 ========================================== + Hits 7010 7021 +11 + Misses 2185 2178 -7 + Partials 526 522 -4 ```

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

rianhughes commented 3 months ago

I think we can also remove config.CustomNetwork

IronGauntlets commented 3 months ago

Done