Skip to content

Commit

Permalink
update to latest contract version on rinkeby
Browse files Browse the repository at this point in the history
  • Loading branch information
alpa-coder committed Sep 26, 2017
1 parent 19c3265 commit f112284
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions web/src/main/resources/static/js/app/components/contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,6 @@ define(['require', 'jquery'], function (require, $) {
"outputs": [{"name": "", "type": "uint256"}],
"payable": false,
"type": "function"
}, {
"constant": true,
"inputs": [],
"name": "fundRequestContractAddress",
"outputs": [{"name": "", "type": "address"}],
"payable": false,
"type": "function"
}, {
"constant": false,
"inputs": [{"name": "_from", "type": "address"}, {"name": "_to", "type": "address"}, {
Expand Down Expand Up @@ -211,6 +204,13 @@ define(['require', 'jquery'], function (require, $) {
"outputs": [{"name": "", "type": "bool"}],
"payable": false,
"type": "function"
}, {
"constant": true,
"inputs": [],
"name": "fundRequestContract",
"outputs": [{"name": "", "type": "address"}],
"payable": false,
"type": "function"
}, {
"constant": false,
"inputs": [{"name": "_to", "type": "address"}, {"name": "_value", "type": "uint256"}],
Expand Down Expand Up @@ -360,12 +360,12 @@ define(['require', 'jquery'], function (require, $) {
}, {
"constant": true,
"inputs": [],
"name": "tokenAddress",
"name": "token",
"outputs": [{"name": "", "type": "address"}],
"payable": false,
"type": "function"
}, {"inputs": [{"name": "_tokenAddress", "type": "address"}], "payable": false, "type": "constructor"}];
var contractAddress = "0x78b75506895392daca4273aee6393048714da5c3";
var contractAddress = "0xb6a0d43b4dd2024861578ae165ced97ec2d70a16";
fundRequestContract = web3.eth.contract(contractAbi).at(contractAddress);
}

Expand Down

0 comments on commit f112284

Please sign in to comment.