-
Notifications
You must be signed in to change notification settings - Fork 128
feat/550 - Fix chain ID issues in Extension #551
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
fce4d2c to
30c4bf9
Compare
30c4bf9 to
c214289
Compare
943593c to
0a67942
Compare
0a67942 to
ba65af5
Compare
ba65af5 to
237c187
Compare
237c187 to
cd6946b
Compare
cd6946b to
ec9c27d
Compare
ec9c27d to
92cc84e
Compare
mateuszjasiuk
approved these changes
Jan 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
resolves #550
Testing
Setup & Notes:
NAMADA_INTERFACE_NAMADA_CHAIN_IDand...NAMADA_URL, but it doesn't matter, the form will work and just override them - if you remove it, it will default to current public testnetTesting:
NetworkChain IDandURL:public-testnet-15.0dacadb8d663https://proxy.heliax.click/public-testnet-15.0dacadb8d663/OR
${CHAIN_ID}(whatever your local chain ID is)http://localhost:27657orhttp://127.0.0.1:27657- you can ignore the proxy3. You should see that the interface re-fetches balances for that chain. When using your local node, transfers should work (NOTE Testnet transfers are not working right now) - if you have balances on testnet, you will see those (eventually, it is slow)
Screenshots
Update network form
