Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix network status field (#306)
The network status field would show the `networkId` on load (in decimal), but after switching chains it would show the `chainId` (in hex). It now shows the `networkId` in all cases. This means re-introducing the deprecated `networkChanged` event listener, but this listener is still something we want to be able to test.
- Loading branch information