Adds logic to AccountHeaderActions.js to determine if developer mode is enabled
If enabled, test nets can be added to a walletConnectNetworks array that consists of the baseNetworks (["ethereum", "bsc", "polygon"];). In this PR, the networks would be ["ethereum", "bsc", "polygon", "ethereum_ropsten", "ethereum_goerli"];
🦒 Context (issues, jira)
["ethereum", "bsc", "polygon"];
). In this PR, the networks would be["ethereum", "bsc", "polygon", "ethereum_ropsten", "ethereum_goerli"];
💻 Description / Demo (image or video)
https://user-images.githubusercontent.com/100605721/169877006-58d0a629-d733-4cb5-ba38-88d2833e389c.mov
🖤 Expectations to reach
PR must pass CI, rebase develop if conflicts. Thanks!