diff --git a/src/components/Hero.jsx b/src/components/Hero.jsx index c3e3909..de2a937 100644 --- a/src/components/Hero.jsx +++ b/src/components/Hero.jsx @@ -38,8 +38,8 @@ export function Hero(props) { unaboomerPreviewAmount: 1, bombPreviewAmount: 1, sendBombPreviewAmount: 1, - unaboomerPrice: 0, - bombPrice: ethers.utils.parseEther('.01'), + unaboomerPrice: ethers.utils.parseEther('.05'), + bombPrice: ethers.utils.parseEther('.0025'), unaboomersMinted: 0, unaboomerBalance: 0, bombBalance: 0, @@ -280,23 +280,17 @@ export function Hero(props) { You have minted {options.unaboomersMinted} Unaboomers.

)} - {options.unaboomersMinted < options.unaboomerMaxMintPerWallet - && options.unaboomersKilled + options.unaboomersRadicalized < options.unaboomerMaxSupply - && ( - <> - { - throttleStateChange({unaboomerAmount: v.target.value}); - radicalizeBoomersWrite.reset() - }}> - -

({ethers.utils.formatEther((options.unaboomerPrice * options.unaboomerAmount).toString())} ETH)

- - )} + { + throttleStateChange({unaboomerAmount: v.target.value}); + radicalizeBoomersWrite.reset() + }}> + +

({ethers.utils.formatEther((options.unaboomerPrice * options.unaboomerAmount).toString())} ETH)

Arrow pointing to the next step. @@ -304,7 +298,7 @@ export function Hero(props) {
Pixelated mail bomb image - handle with caution.

- Don't let the Boomers win! Assemble mail bombs and blow 'em to smithereens.

+ Don't let the Boomers win! Assemble mail bombs and blow 'em to smithereens. All minted Unaboomers will be airdropped a mail bomb.

(Warning: Some bombs are duds!)

{options.bombBalance > 0 && ( @@ -313,22 +307,17 @@ export function Hero(props) { You have {options.bombBalance} Mail bombs.

)} - {options.unaboomersKilled < options.unaboomerMaxSupply - options.unaboomerMaxSurvivorCount - && ( - <> - { - throttleStateChange({bombAmount: v.target.value}); - assembleBombsWrite.reset() - }}> - -

({ethers.utils.formatEther((options.bombPrice * options.bombAmount).toString())} ETH)

- - )} + { + throttleStateChange({bombAmount: v.target.value}); + assembleBombsWrite.reset() + }}> + +

({ethers.utils.formatEther((options.bombPrice * options.bombAmount).toString())} ETH)

Arrow pointing to the next step. @@ -339,23 +328,17 @@ export function Hero(props) { Ready for mayhem? Mail a bomb to blow up a random BOOMER.

(Warning: Your Boomer might explode!)

- {options.unaboomersKilled < options.unaboomerMaxSupply - options.unaboomerMaxSurvivorCount - && options.bombBalance > 0 - && ( - <> - { - throttleStateChange({sendBombAmount: v.target.value}); - sendBombsWrite.reset() - }}> - -

(tx fee)

- - )} + { + throttleStateChange({sendBombAmount: v.target.value}); + sendBombsWrite.reset() + }}> + +

(tx fee)