Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
change decimals on sngls to 0 instead of 16
Browse files Browse the repository at this point in the history
  • Loading branch information
tayvano committed Oct 8, 2016
1 parent 896f405 commit bbfc131
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/scripts/tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Token.popTokens = [{
{
"address": "0xaec2e87e0a235266d9c5adc9deb4b2e29b54d009",
"symbol": "SNGLS",
"decimal": 16,
"decimal": 0,
"type": "default"
},
{
Expand Down Expand Up @@ -135,4 +135,4 @@ Token.prototype.getData = function(toAdd, value) {
};
}
}
module.exports = Token;
module.exports = Token;
2 changes: 1 addition & 1 deletion chrome-extension/js/etherwallet-master.js
Original file line number Diff line number Diff line change
Expand Up @@ -2898,7 +2898,7 @@
}, {
"address": "0xaec2e87e0a235266d9c5adc9deb4b2e29b54d009",
"symbol": "SNGLS",
"decimal": 16,
"decimal": 0,
"type": "default"
}, {
"address": "0x89205A3A3b2A69De6Dbf7f01ED13B2108B2c43e7",
Expand Down
2 changes: 1 addition & 1 deletion dist/js/etherwallet-master.js
Original file line number Diff line number Diff line change
Expand Up @@ -2898,7 +2898,7 @@
}, {
"address": "0xaec2e87e0a235266d9c5adc9deb4b2e29b54d009",
"symbol": "SNGLS",
"decimal": 16,
"decimal": 0,
"type": "default"
}, {
"address": "0x89205A3A3b2A69De6Dbf7f01ED13B2108B2c43e7",
Expand Down

0 comments on commit bbfc131

Please sign in to comment.