wallet icon indicating copy to clipboard operation
wallet copied to clipboard

Added support for a working custom network connection with extension wallet

Open KELs7 opened this issue 3 years ago • 0 comments

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.

KELs7 avatar Jul 12 '22 01:07 KELs7