Skip to content

Added support for a working custom network connection with extension wallet #258

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

KELs7
Copy link

@KELs7 KELs7 commented Jul 12, 2022

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 added 2 commits July 12, 2022 00:27
dapps of custom networks are stored with their networkType names hence find the network  by txInfo.networkType
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant