Merged
Conversation
owocki
reviewed
Jan 3, 2018
| # from https://github.com/etherdelta/etherdelta.github.io/blob/master/config/main.json | ||
| {"addr": "0x0000000000000000000000000000000000000000", "name": "ETH", "decimals": 18}, | ||
| # for backwards compat with old data, also accept 0x0 as ETH token address | ||
| {"addr": "0x0", "name": "ETH", "decimals": 18}, |
Contributor
There was a problem hiding this comment.
any reason you removed this line?
Contributor
Author
There was a problem hiding this comment.
Sorry for this, no that was a mistake. Should be fine now.
Contributor
|
left 1 comment. otherwise LGTM |
Contributor
|
thanks :) |
ethikz
pushed a commit
to ethikz/web
that referenced
this pull request
Jan 24, 2018
Add RDN Token support
thelostone-mc
added a commit
that referenced
this pull request
May 24, 2021
move quadraticlands/js -> js/quadraticlands + reindent files
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
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.
Description
Add RDN Token support for gitcoin
RDN Token: https://etherscan.io/token/0x255aa6df07540cb5d3d297f0d0d4d84cb52bc8e6
Raiden Info: https://raiden.network/
Checklist
Affected core subsystem(s)
Refers/Fixes
Refs: #155