1
0
forked from mico/idle_moloch

Lowered entrance fee

This commit is contained in:
mic0 2024-10-23 17:14:28 +02:00
parent 799d9ae435
commit 830beab3e7
Signed by: mico
GPG Key ID: A3F8023524CF1C8D

View File

@ -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;