diff --git a/app/scripts/abiDefinitions/rinkebyAbi.json b/app/scripts/abiDefinitions/rinkebyAbi.json index ef42849942..d783f411ef 100644 --- a/app/scripts/abiDefinitions/rinkebyAbi.json +++ b/app/scripts/abiDefinitions/rinkebyAbi.json @@ -1,8 +1,35 @@ [ { - "name": "Select a contract...", - "address": "", - "abi": ' ' + "name": "qweToken", + "address": "0x2d427d9e535e4382606b93290dcc13a5e9a694be", + "abi": [ + { + "constant": false, + "inputs": [ + { + "name": "from", + "type": "address" + }, + { + "name": "tokens", + "type": "uint256" + }, + { + "name": "token", + "type": "address" + }, + { + "name": "data", + "type": "bytes" + } + ], + "name": "receiveApproval", + "outputs": [], + "payable": false, + "stateMutability": "nonpayable", + "type": "function" + } + ] }, { "name": "☼Plasma Token and Token Wallet Contract", diff --git a/app/scripts/tokens/rinkebyTokens.json b/app/scripts/tokens/rinkebyTokens.json index ba7f0cb93f..3b0e2d4fa0 100644 --- a/app/scripts/tokens/rinkebyTokens.json +++ b/app/scripts/tokens/rinkebyTokens.json @@ -1,4 +1,10 @@ [ + { + "address": "0x2d427d9e535e4382606b93290dcc13a5e9a694be", + "symbol": "qwe", + "decimal": 18, + "type": "default" + }, { "address": "0xA52832A0B3EBfAeF629B1a44A922F46c90445108", "symbol": "☼ PLASMA",