Skip to content
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

Bug: Can't remove network #118

Open
Soleone opened this issue Jun 26, 2018 · 1 comment
Open

Bug: Can't remove network #118

Soleone opened this issue Jun 26, 2018 · 1 comment

Comments

@Soleone
Copy link
Contributor

Soleone commented Jun 26, 2018

  • I used Scatter's javascript API and accidentally imported a new test network that started with https://.
  • I only noticed when I was trying to import an account using that network, it didn't let me select a keypair in the Account area in the Identity.
  • I tried to delete the network, but it wouldn't let me, there's a javascript error: Uncaught (in promise) TypeError: Cannot read property 'isEndorsedNetwork' of undefined

image

var network = { 
  protocol: 'https',
  blockchain: 'EOS',
  host: 'https://jungle.eosio.cr',  // whoops
  port: 443,
};
window.scatter.suggestNetwork(network);
@nsjames
Copy link
Contributor

nsjames commented Jun 26, 2018

Oh hmm. I think that's because it's 'EOS' and not 'eos'..
How did I let that happen :)

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

No branches or pull requests

2 participants