mirror of
https://github.com/status-im/status-go.git
synced 2026-08-31 00:51:12 +00:00
params/networkdefaults holds the embedded network table and builds the default network list. It belongs with the service that owns networks, not in params. Dissolved into the networks package rather than kept as a subpackage: BuildDefaultNetworks reads better than defaults.BuildDefaultNetworks, and the next commit unexports the helpers both halves share.