wallet
wallet copied to clipboard
Added support for a working custom network connection with extension wallet
Extension wallet is built to support other networks other than Lamden networks but it cannot properly find custom user network to interact with, hence I added these changes.
This I feel is important in the case where developers have to run servers locally for active development and testing without having to depend on tesnet or mainnet. Developers should be able to have the same wallet experience as they would with the tesnet or mainnet.
I made just two changes in two files: networkController.js and masterController.js . They are minimal changes but work as they should when sending a transaction.