Skip to content

Commit

Permalink
contracts: prefix contracts to indicate chain fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminbollen committed Nov 24, 2017
1 parent d7b8b67 commit dbbd840
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 593 deletions.
22 changes: 0 additions & 22 deletions contracts/OpenSTInterface.sol

This file was deleted.

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ contract OpenSTUtility is Hasher, OpsManaged {
*/
string public constant STPRIME_SYMBOL = "STP";
string public constant STPRIME_NAME = "SimpleTokenPrime";
uint256 public constant STPRIME_CONVERSION_RATE = 1;
uint8 public constant TOKEN_DECIMALS = 18;
uint256 public constant DECIMALSFACTOR = 10**uint256(TOKEN_DECIMALS);
// ~2 weeks, assuming ~15s per block
Expand Down Expand Up @@ -141,7 +142,7 @@ contract OpenSTUtility is Hasher, OpsManaged {
_chainIdValue,
_chainIdUtility,
address(this),
1);
STPRIME_CONVERSION_RATE);
simpleTokenPrime = new STPrime(
address(this),
uuidSTPrime);
Expand Down Expand Up @@ -343,7 +344,7 @@ contract OpenSTUtility is Hasher, OpsManaged {
unlockHeight: unlockHeight
});

StakingIntentConfirmed(_uuid, _stakingIntentHash, _staker, _beneficiary, _amountST,
StakingIntentConfirmed(_uuid, stakingIntentHash, _staker, _beneficiary, _amountST,
_amountUT, unlockHeight);

return unlockHeight;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
264 changes: 0 additions & 264 deletions contracts/v0.9.0_Staking.so_

This file was deleted.

72 changes: 0 additions & 72 deletions contracts/v0.9.0_StakingData.so_

This file was deleted.

Loading

0 comments on commit dbbd840

Please sign in to comment.