Skip to content

Commit

Permalink
fix roadmap text
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-aly3n committed Feb 2, 2024
1 parent 3a71718 commit 7f418f8
Showing 1 changed file with 21 additions and 14 deletions.
35 changes: 21 additions & 14 deletions src/store/allData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,8 @@ export const faqData: faqType[] = [
question: "Wen token?",
answer: (
<>
We don’t have any tokens. All prizes and benefits of the lottery are in ETH itself. And can be boosted by Blast token in the future
We don’t have any tokens. All prizes and benefits of the lottery are in
ETH itself. And can be boosted by Blast token in the future
</>
),
},
Expand Down Expand Up @@ -1459,32 +1460,38 @@ export const roadDataQ2: roadDataType[] = [
),
size: 2,
},
];
export const roadDataQ3: roadDataType[] = [
{
title: "Integrating new Blast Features to the platform",
title: "Moving towards becoming a DAO",
desc: (
<>
As Blast ecosystem is growing, DT can integrate some of their new
innovative features for improving it’s user experiences
6 months after minting the Demmortal Treasure NFTs, we will be accepting
proposals for accelerating defi gamification ideas based on DD Dao
treasures
</>
),
size: 1.5,
size: 2.5,
},
];
export const roadDataQ3: roadDataType[] = [
{
title: "Platformization of the lottery format for other collectibles",
title: "Launching accessories marketplace",
desc: (
<>
This is possible via fractionalizing to ERC20. DDD will host at least 10
lotteries for popular collectibles by the end of 2023.
Marketplace for collectibles and their accessories like scores, POTLs,
POAPs, badges, etc.
</>
),
size: 2,
size: 1.5,
},
{
title: "Expanding the games and protocols on ethereum layer2 networks",
desc: <> Building fully on-chain games with cost efficient fees.</>,
size: 1,
title: "Integrating new Blast Features to the platform",
desc: (
<>
As Blast ecosystem is growing, DT can integrate some of their new
innovative features for improving it’s user experiences
</>
),
size: 1.5,
},
{
title: "More anti-rug open-sourced features",
Expand Down

0 comments on commit 7f418f8

Please sign in to comment.