Skip to content

Commit

Permalink
chore: update code
Browse files Browse the repository at this point in the history
  • Loading branch information
camewell071 committed Jan 26, 2024
1 parent 1e05b23 commit f007f2c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion src/modules/Whitelist/AllowCelestiaMessage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ const AllowCelestiaMessage = () => {
</Flex>
)
}
return <img src={`${CDN_URL_ICONS}/bg-add-new.png`} style={{ width: "100%", marginTop: "8px" }} />;
return <></>
// return <img src={`${CDN_URL_ICONS}/bg-add-new.png`} style={{ width: "100%", marginTop: "8px" }} />;
}, [loaded, status, isProcessing, amount]);

return (
Expand Down
2 changes: 1 addition & 1 deletion src/modules/Whitelist/stepAirdrop/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const StepsAirdrop = (props: IProps) => {
desc: `Playing with Lego at BVM network.
${LearnMore('https://playmodular.com/')}
`,
actionText: 'Comming soon',
actionText: 'Coming soon',
image: "ic-lego.svg",
actionHandle: () => undefined,
isDisableButton: true,
Expand Down
4 changes: 2 additions & 2 deletions src/modules/Whitelist/steps/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ const Steps = () => {
const tasks = [
{
title: 'Are you an L2 maxi?',
desc: 'The more TIA, MATIC, and MANTA you hold, or the more ETH you stake on Eigen, the more points you\'ll get. Connect your MetaMask wallet to prove account ownership.',
desc: 'The more Optimism (OP) or Arbitrum (ARB) tokens you hold, the more ETH you stake on Blast or Base, the more points youll earn. Connect your MetaMask wallet to prove account ownership.',
actionText: isNeedClaimOptimismPoint ? `Tweet to claim ${formatCurrency(allowOptimism.amount.unClaimedPoint, 0, 0)} pts` : 'How L2 maxi are you?',
actionHandle: isNeedClaimOptimismPoint ? async () => {
onShareOptimism();
Expand Down Expand Up @@ -271,7 +271,7 @@ const Steps = () => {
},
{
title: 'Are you a Modular Blockchain Pioneer?',
desc: 'The more TIA you hold, or the more ETH you stake on Eigen, or the more MATIC you have on Polygon, the more points you\'ll get. Connect your Keplr, Leap, or MetaMask wallet to prove the account ownership.\n',
desc: 'You’ll earn more points if you hold TIA, MANTA, or MATIC or you stake ETH on Eigen. Connect your Keplr, Leap, or MetaMask wallet to prove the account ownership.',
actionText: isNeedClaimCelestiaPoint ? `Tweet to claim ${formatCurrency(allowCelestia.amount.unClaimedPoint, 0, 0)} pts` : 'How modular are you?',
actionHandle: isNeedClaimCelestiaPoint ? async () => {
onShareModular();
Expand Down
4 changes: 2 additions & 2 deletions src/modules/Whitelist/stepsEco/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ const StepsEco = ({ setTabIndex }: IProps) => {
},
{
project: 'Bitcoin L2s',
title: 'Module store',
desc: `Developers? Create your own Bitcoin L2 blockchain. ${LearnMore("https://docs.bvm.network/bvm/quickstart/create-a-bitcoin-virtual-machine", "Read the whitepaper")}<br/>It’s easy to customize and launch your own Bitcoin L2 blockchain — just a few clicks.`,
title: 'Launch your own Bitcoin L2',
desc: `Developers? It’s easy to customize and launch your own Bitcoin L2 blockchain — with just a few clicks. ${LearnMore("https://docs.bvm.network/bvm/quickstart/create-a-bitcoin-virtual-machine", "Read the whitepaper")}<br/>It’s easy to customize and launch your own Bitcoin L2 blockchain — just a few clicks.`,
actionText: token ? 'Launch now' : 'Craft a tweet about BVM first',
image: 'ic-create-bvm.svg',
actionHandle: () => {
Expand Down

0 comments on commit f007f2c

Please sign in to comment.