mirror of
https://github.com/status-im/status-go.git
synced 2026-08-30 16:41:20 +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.
Overview
Tests for status-go that require access to the network (for example, chain/market/collectibles providers).
Table of Contents
How to Run
make test-unit-network