-
-
Notifications
You must be signed in to change notification settings - Fork 771
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 http://arcade.city token base ARCD #155
Conversation
Codecov Report
@@ Coverage Diff @@
## master #155 +/- ##
=======================================
Coverage 12.23% 12.23%
=======================================
Files 66 66
Lines 3106 3106
Branches 343 343
=======================================
Hits 380 380
Misses 2726 2726
Continue to review full report at Codecov.
|
shoot, i need to update the docs to reflect this... but can we add to |
deploying now |
add http://arcade.city token base ARCD
I would like to add my ETH MyEtherWallet address: 0x568cb4898f8cC154d409124fcbc0e037e8e45cDC |
@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. |
add https://ozrealestates.com token base OZR |
@@ -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} | |||
] |
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.
{"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} |
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.
{"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} |
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.
{"addr": "0x7338809d1a2c6fbb6e755470ab2a28e8c5dac63c", "name": "OZR", "decimals": 18},
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.
merkle tree and new signed message server
Description
add http://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
Affected core subsystem(s)
Refers/Fixes