-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Optional Chain_id w/o Native ETC Support #5130
Conversation
* fixed custom Rpc form to support optional chainid * experimental ETC support added [fixed conflict 8/16]
* etc logo added * price info from https://min-api.cryptocompare.com/
* fixup for testnet faucet
* rename frequentRpcList to frequentRpcListDetail to prevent compatible issue * increase frequentRpcList length by 1
Optional Chain Id
rather than change all currency conversion from Infura to cryptocompare, perhaps we could default to Infura (for standard networks) and only hit cryptocompare if the user has entered a custom @danfinlay what do you think? any other concerns about the changes to the block explorer? |
with predefined ETC network, I can make PR #4932 (formerly known PR #4516) support optional chainId + blockExplorer + symbol + currency conversion using cryptocompare. and this PR only remove some part of ETC menu only, but it can be done in the settings menu like as following: |
Why dont we just fork and manage our own version with the changes we want? I know it would be ideal to have them in MetaMask but they have made up their mind already. -shrug- |
Thanks for the PR, I hope to have some time next week to review it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK for the PR, can you please squash your commit into one?
Ive made new PR to separate chain_id stuff correctly at PR #5134. |
thanks @chrisfranko - closing in favor of #5134 |
No description provided.