Skip to content

Commit

Permalink
missing this file to add the contract data.
Browse files Browse the repository at this point in the history
  • Loading branch information
ernaneluis committed Dec 20, 2017
1 parent 95f5597 commit 6a5c7fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/yge/youvegoteth/tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}
];
} else if(network_id == "ropsten" ){ //ropsten
_tokens = [
Expand Down

0 comments on commit 6a5c7fd

Please sign in to comment.