mirror of
https://github.com/status-im/status-go.git
synced 2026-08-27 15:11:09 +00:00
The seven network methods on the wallet API were pass-throughs to the network manager. They now live on the networks service, under the networks_ namespace. The three deprecated ones are carried over rather than dropped: the functional tests still use addEthereumChain to attach the Anvil chain with a user provider, and getEthereumChains to read it back. The python client gains a NetworksService and the two call sites move to it.