forked from mico/idle_moloch
Lowered entrance fee
This commit is contained in:
parent
799d9ae435
commit
830beab3e7
@ -25,7 +25,7 @@ struct Player {
|
|||||||
|
|
||||||
contract RaidGeld is ERC20, Ownable {
|
contract RaidGeld is ERC20, Ownable {
|
||||||
uint8 constant DECIMALS = 4;
|
uint8 constant DECIMALS = 4;
|
||||||
uint256 public constant BUY_IN_AMOUNT = 0.0005 ether;
|
uint256 public constant BUY_IN_AMOUNT = 0.00005 ether;
|
||||||
uint256 public constant INITIAL_GELD = 50 * 10 ** DECIMALS;
|
uint256 public constant INITIAL_GELD = 50 * 10 ** DECIMALS;
|
||||||
uint256 public constant RAID_WAIT = 15 seconds;
|
uint256 public constant RAID_WAIT = 15 seconds;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user