-
Notifications
You must be signed in to change notification settings - Fork 25
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
Fix 169 token support #186
Conversation
chrisfenos
commented
Sep 23, 2018
- closed issue 169
- removed old token list & added newly proposed tokens
- enable tokens page removed & Ethereum set as default upon setup
…ous token list. Ethereum has been added to the wallet by default and the enable tokens page is removed.
…into fix-169-tokenSupport
@@ -0,0 +1 @@ | |||
INFURA_API_KEY=O8UtwLH2uVXXIu89dieJ |
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.
you put it back....
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.
@GregTheGreek fixed
src/components/tokens/ListItem.js
Outdated
@@ -34,6 +34,9 @@ class CoinListItem extends Component { | |||
*/ | |||
renderPress(coin) { | |||
if (this.state.totalTaps == 0) { | |||
console.log("render press"); | |||
console.log(coin); | |||
|
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.
remove log
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.
@GregTheGreek fixed