Skip to content

Commit

Permalink
Update ICO Smart Contract
Browse files Browse the repository at this point in the history
  • Loading branch information
EdgelessCasino committed Feb 25, 2017
1 parent a5c6546 commit b4f3e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ICO Smart Contract
Expand Up @@ -72,7 +72,7 @@ contract Crowdsale is SafeMath {

/* initialization, set the token address */
function Crowdsale( ) {
tokenReward = token(0x5bdf79f1e7431edb75537d23d3b404ef86f44316);
tokenReward = token(0x08711d3b02c8758f2fb3ab4e80228418a7f8e39c);
}

/* invest by sending ether to the contract. */
Expand Down

0 comments on commit b4f3e32

Please sign in to comment.