From 2d9f7a10f8c475866217fccc3af0b58b5996c02f Mon Sep 17 00:00:00 2001 From: lza_menace Date: Tue, 7 Feb 2023 14:12:40 -0800 Subject: [PATCH] change price --- src/Main.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.sol b/src/Main.sol index 6918788..659913e 100644 --- a/src/Main.sol +++ b/src/Main.sol @@ -75,7 +75,7 @@ contract Main is Owned { /// Point to the latest leaderboard update uint256 public leaderboardPointer; /// Price of the Unaboomer ERC-721 token - uint256 public unaboomerPrice = 0.025 ether; + uint256 public unaboomerPrice = 0.005 ether; /// Price of the Mailbomb ERC-1155 token uint256 public bombPrice = 0.0025 ether; /// If mail bombs can be sent by players