Skip to content

Commit

Permalink
update addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
alpa-coder committed Sep 26, 2017
1 parent f112284 commit 2ef1303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/main/resources/static/js/app/components/contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ define(['require', 'jquery'], function (require, $) {
"name": "Transfer",
"type": "event"
}];
var tokenContractAddress = "0x0fcffc21d5ed3a4dd3bb99bc4b4055002e348eb0";
var tokenContractAddress = "0xb6a0d43b4dd2024861578ae165ced97ec2d70a16";
tokenContract = web3.eth.contract(tokenAbi).at(tokenContractAddress);
}

Expand Down Expand Up @@ -365,7 +365,7 @@ define(['require', 'jquery'], function (require, $) {
"payable": false,
"type": "function"
}, {"inputs": [{"name": "_tokenAddress", "type": "address"}], "payable": false, "type": "constructor"}];
var contractAddress = "0xb6a0d43b4dd2024861578ae165ced97ec2d70a16";
var contractAddress = "0x71acb72cae766b300d92f01458d46a1c84255bc1";
fundRequestContract = web3.eth.contract(contractAbi).at(contractAddress);
}

Expand Down

0 comments on commit 2ef1303

Please sign in to comment.