mirror of
https://github.com/status-im/status-go.git
synced 2026-08-27 15:11:09 +00:00
params/networkhelper only ever served the network manager and the default network table, both of which now live in pkg/services/networks. Eight of its ten functions are unexported now that their callers are in the same package. OverrideBasicAuth and GetEmbeddedProviders stay exported: tests in other packages build networks with them. The two test files become internal tests, since what they cover is no longer exported.