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

add https://arcade.city token base ARCD #155

Merged
merged 2 commits into from
Dec 20, 2017

Conversation

ernaneluis
Copy link
Contributor

Description

add https://arcade.city token base ARCD
https://etherscan.io/token/0xb581e3a7db80fbaa821ab39342e9cbfd2ce33c23
https://blog.arcade.city/the-arcade-token-arcd-sale-and-community-giveaway-begins-now-8eca8a503de1

Checklist
  • linter status: 100% pass
  • changes don't break existing behavior
Affected core subsystem(s)
  • dashboard
  • crypto
Refers/Fixes

@codecov
Copy link

codecov bot commented Dec 20, 2017

Codecov Report

Merging #155 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #155   +/-   ##
=======================================
  Coverage   12.23%   12.23%           
=======================================
  Files          66       66           
  Lines        3106     3106           
  Branches      343      343           
=======================================
  Hits          380      380           
  Misses       2726     2726
Impacted Files Coverage Δ
app/dashboard/tokens.py 33.33% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update da8dd0b...2144db8. Read the comment docs.

@owocki
Copy link
Contributor

owocki commented Dec 20, 2017

shoot, i need to update the docs to reflect this... but

can we add to app/assets/yge/youvegoteth/tokens.js too?

@owocki owocki merged commit e988a43 into gitcoinco:master Dec 20, 2017
@owocki
Copy link
Contributor

owocki commented Dec 20, 2017

deploying now

@ice09 ice09 mentioned this pull request Jan 3, 2018
3 tasks
ethikz pushed a commit to ethikz/web that referenced this pull request Jan 24, 2018
@nunofernandes-plight
Copy link

I would like to add my ETH MyEtherWallet address:

0x568cb4898f8cC154d409124fcbc0e037e8e45cDC

@mbeacom
Copy link
Contributor

mbeacom commented Mar 19, 2018

@NunoEdgarGub1 Is there anything I can assist you with? If you'd like to add a token, please feel free to raise a PR with the appropriate data similar to this PR.

@ecorpnu
Copy link

ecorpnu commented Jun 21, 2018

@@ -176,7 +176,8 @@
{"addr": "0xaf4dce16da2877f8c9e00544c93b62ac40631f16", "name": "MTH", "decimals": 5},
{"addr": "0x9214ec02cb71cba0ada6896b8da260736a67ab10", "name": "REAL", "decimals": 18},
{"addr": "0xe5a7c12972f3bbfe70ed29521c8949b8af6a0970", "name": "BLX", "decimals": 18},
{"addr": "0x5cf4e9dfd975c52aa523fb5945a12235624923dc", "name": "MPRM", "decimals": 0}
{"addr": "0x5cf4e9dfd975c52aa523fb5945a12235624923dc", "name": "MPRM", "decimals": 0},
{"addr": "0xb581e3a7db80fbaa821ab39342e9cbfd2ce33c23", "name": "ARCD", "decimals": 18}
]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{"addr": "0x7338809d1a2c6fbb6e755470ab2a28e8c5dac63c", "name": "OZR", "decimals": 18},

@@ -164,7 +164,8 @@ var tokens = function(network_id){
{"addr": "0xaf4dce16da2877f8c9e00544c93b62ac40631f16", "name": "MTH", "decimals": 5},
{"addr": "0x9214ec02cb71cba0ada6896b8da260736a67ab10", "name": "REAL", "decimals": 18},
{"addr": "0xe5a7c12972f3bbfe70ed29521c8949b8af6a0970", "name": "BLX", "decimals": 18},
{"addr": "0x5cf4e9dfd975c52aa523fb5945a12235624923dc", "name": "MPRM", "decimals": 0 }
{"addr": "0x5cf4e9dfd975c52aa523fb5945a12235624923dc", "name": "MPRM", "decimals": 0 },
{"addr": "0xb581e3a7db80fbaa821ab39342e9cbfd2ce33c23", "name": "ARCD", "decimals": 18}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{"addr": "0x7338809d1a2c6fbb6e755470ab2a28e8c5dac63c", "name": "OZR", "decimals": 18},

@@ -164,7 +164,8 @@ var tokens = function(network_id){
{"addr": "0xaf4dce16da2877f8c9e00544c93b62ac40631f16", "name": "MTH", "decimals": 5},
{"addr": "0x9214ec02cb71cba0ada6896b8da260736a67ab10", "name": "REAL", "decimals": 18},
{"addr": "0xe5a7c12972f3bbfe70ed29521c8949b8af6a0970", "name": "BLX", "decimals": 18},
{"addr": "0x5cf4e9dfd975c52aa523fb5945a12235624923dc", "name": "MPRM", "decimals": 0 }
{"addr": "0x5cf4e9dfd975c52aa523fb5945a12235624923dc", "name": "MPRM", "decimals": 0 },
{"addr": "0xb581e3a7db80fbaa821ab39342e9cbfd2ce33c23", "name": "ARCD", "decimals": 18}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{"addr": "0x7338809d1a2c6fbb6e755470ab2a28e8c5dac63c", "name": "OZR", "decimals": 18},

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@owocki owocki mentioned this pull request Jul 2, 2018
owocki pushed a commit that referenced this pull request Apr 30, 2021
merkle tree and new signed message server
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

Successfully merging this pull request may close these issues.

5 participants