Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.

Commit f70bff0

Browse files
authored
fix: update amounts (#1345)
1 parent b06d2c7 commit f70bff0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/screens/TreasureHunt/prizes.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const prizes: TPrize[][] = [
2828
image: require('../../assets/treasure-hunt/consolation-1.jpg'),
2929
title: 'Lightning Strikes',
3030
description:
31-
'Clouds gather, and a huge thunderbolt hits the treasure chest, liquifying most of the coins. Only 100 sats are left intact.',
31+
'Clouds gather, and a huge thunderbolt hits the treasure chest, liquifying most of the coins. Only 500 sats are left intact.',
3232
},
3333
{
3434
winType: 'winning',
@@ -46,7 +46,7 @@ export const prizes: TPrize[][] = [
4646
image: require('../../assets/treasure-hunt/consolation-2.jpg'),
4747
title: 'Boating Accident',
4848
description:
49-
'Your ship capsizes during a storm and you lose the private keys to the treasure chest. A pirate gives you 500 sats out of pity.',
49+
'Your ship capsizes during a storm and you lose the private keys to the treasure chest. A pirate gives you 1 000 sats out of pity.',
5050
},
5151
{
5252
winType: 'winning',
@@ -64,7 +64,7 @@ export const prizes: TPrize[][] = [
6464
image: require('../../assets/treasure-hunt/consolation-3.jpg'),
6565
title: 'To Da Moon!',
6666
description:
67-
'A rocket with shitcoiners entices you and takes you to da moon. No treasure for you! Under a moon rock, you find 1 000 sats.',
67+
'A rocket with shitcoiners entices you and takes you to da moon. No treasure for you! Under a moon rock, you find 1 500 sats.',
6868
},
6969
{
7070
winType: 'winning',

0 commit comments

Comments
 (0)