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

Commit

Permalink
Merge branch 'mercury' of https://github.com/kvhnuke/etherwallet into…
Browse files Browse the repository at this point in the history
… mercury

* 'mercury' of https://github.com/kvhnuke/etherwallet:
  Updates REP to new address.
  Added SPARC ERC20 Token
  • Loading branch information
tayvano committed Jul 28, 2017
2 parents 8976991 + 593827d commit a0f3868
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/abiDefinitions/ethAbi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"abi": ' '
}, {
"name": "Augur / REP",
"address": "0x48c80F1f4D53D5951e5D5438B54Cba84f29F32a5",
"address": "0xE94327D07Fc17907b4DB788E5aDf2ed424adDff6",
"abi": '[{"name": "allowance","type": "function","constant": true,"inputs": [{ "name": "owner", "type": "address" }, { "name": "spender", "type": "address" }],"outputs": [{ "name": "out", "type": "uint256" }]},{"name": "approve","type": "function","constant": false,"inputs": [{ "name": "spender", "type": "address" }, { "name": "amount", "type": "uint256" }],"outputs": [{ "name": "out", "type": "uint256" }]},{"name": "balanceOf","type": "function","constant": true,"inputs": [{ "name": "address", "type": "address" }],"outputs": [{ "name": "out", "type": "uint256" }]},{"name": "decimals","type": "function","constant": true,"inputs": [],"outputs": [{ "name": "out", "type": "uint256" }]},{"name": "getSeeded","type": "function","constant": true,"inputs": [],"outputs": [{ "name": "out", "type": "uint256" }]},{"name": "name","type": "function","constant": true,"inputs": [],"outputs": [{ "name": "out", "type": "uint256" }]},{"name": "setSaleDistribution","type": "function","constant": false,"inputs": [{ "name": "addresses", "type": "address[]" }, { "name": "balances", "type": "uint256[]" }],"outputs": [{ "name": "out", "type": "uint256" }]},{"name": "symbol","type": "function","constant": true,"inputs": [],"outputs": [{ "name": "out", "type": "uint256" }]},{"name": "totalSupply","type": "function","constant": true,"inputs": [],"outputs": [{ "name": "out", "type": "uint256" }]},{"name": "transfer","type": "function","constant": false,"inputs": [{ "name": "receiver", "type": "address" }, { "name": "fxpValue", "type": "uint256" }],"outputs": [{ "name": "out", "type": "uint256" }]},{"name": "transferFrom","type": "function","constant": false,"inputs": [{ "name": "from", "type": "address" }, { "name": "receiver", "type": "address" }, { "name": "fxpValue", "type": "uint256" }],"outputs": [{ "name": "out", "type": "uint256" }]},{"name": "Approval(address,address,uint256)","type": "event","inputs": [{ "name": "owner", "type": "address", "indexed": true }, { "name": "spender", "type": "address", "indexed": true }, { "name": "fxpValue", "type": "uint256", "indexed": false }]},{"name": "Transfer(address,address,uint256)","type": "event","inputs": [{ "name": "from", "type": "address", "indexed": true }, { "name": "to", "type": "address", "indexed": true }, { "name": "value", "type": "uint256", "indexed": false }]}]'
}, {
"name": "ADST - AdShares",
Expand Down
6 changes: 6 additions & 0 deletions app/scripts/tokens/ethTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,12 @@
"symbol":"SNT",
"decimal":18,
"type":"default"
},
{
"address":"0x58bf7df57d9DA7113c4cCb49d8463D4908C735cb",
"symbol":"SPARC",
"decimal":18,
"type":"default"
},
{
"address":"0x1dCE4Fa03639B7F0C38ee5bB6065045EdCf9819a",
Expand Down

0 comments on commit a0f3868

Please sign in to comment.