From e96c4cc6f7956cebc3c42c4ccdfc4a79ca2a6bd8 Mon Sep 17 00:00:00 2001 From: Greg Agnew <kingsdistributedsystems@gmail.com> Date: Fri, 28 Jul 2017 16:10:31 -0400 Subject: [PATCH 1/2] Added SPARC ERC20 Token Not sure if more is needed? --- app/scripts/tokens/ethTokens.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/scripts/tokens/ethTokens.json b/app/scripts/tokens/ethTokens.json index 736ab7f56d..5b0fd75a74 100644 --- a/app/scripts/tokens/ethTokens.json +++ b/app/scripts/tokens/ethTokens.json @@ -502,6 +502,12 @@ "symbol":"SNT", "decimal":18, "type":"default" + }, + { + "address":"0x58bf7df57d9DA7113c4cCb49d8463D4908C735cb", + "symbol":"SPARC", + "decimal":18, + "type":"default" }, { "address":"0x1dCE4Fa03639B7F0C38ee5bB6065045EdCf9819a", From 3de7b3b3ea51ad5840a5faea5ed369e3ad0e0977 Mon Sep 17 00:00:00 2001 From: Micah Zoltu <micah@zoltu.net> Date: Fri, 28 Jul 2017 14:02:53 -0700 Subject: [PATCH 2/2] Updates REP to new address. https://blog.zeppelin.solutions/augur-rep-token-critical-vulnerability-disclosure-3d8bdffd79d2 https://blog.zeppelin.solutions/serpent-compiler-audit-3095d1257929 https://medium.com/@AugurProject/serpent-compiler-vulnerability-rep-solidity-migration-5d91e4ae90dd --- app/scripts/abiDefinitions/ethAbi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/abiDefinitions/ethAbi.json b/app/scripts/abiDefinitions/ethAbi.json index 8450b1d4ae..bfb02c3e11 100644 --- a/app/scripts/abiDefinitions/ethAbi.json +++ b/app/scripts/abiDefinitions/ethAbi.json @@ -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",