From e2b98b04c8e00369c6ad98fcbcfb77714f5560ae Mon Sep 17 00:00:00 2001 From: lza_menace Date: Wed, 25 Jan 2023 14:16:45 -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 623f5ba..6d7ae6d 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.05 ether; + uint256 public unaboomerPrice = 0.025 ether; /// Price of the Mailbomb ERC-1155 token uint256 public bombPrice = 0.0025 ether; /// If mail bombs can be sent by players