diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a7d009019..fd0df8952 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,16 +2,16 @@ import '@/styles/index.scss'; import { Metadata, Viewport } from 'next'; +import StoreProvider from '@/Providers/StoreProvider'; +import { UnisatProvider } from '@/Providers/unisat-context'; +import { UserProvider } from '@/Providers/user-context'; +import { XVerseProvider } from '@/Providers/xverse-context'; +import Hydrated from '@/components/Hydrated'; +import ToastOverlay from '@/components/ToastOverlay'; import { MetadataConfig, ViewportConfig } from '@/config'; import chakraThemes from '@/themes/chakra-themes'; import { ChakraProvider } from '@chakra-ui/react'; -import Hydrated from '@/components/Hydrated'; import dynamic from 'next/dynamic'; -import StoreProvider from '@/Providers/StoreProvider'; -import { XVerseProvider } from '@/Providers/xverse-context'; -import { UnisatProvider } from '@/Providers/unisat-context'; -import ToastOverlay from '@/components/ToastOverlay'; -import { UserProvider } from '@/Providers/user-context'; export const metadata: Metadata = MetadataConfig; export const viewport: Viewport = ViewportConfig; @@ -31,19 +31,19 @@ export default function RootLayout({ return (
-- {title} -
-- {description} -
- )} - {children} -{title}
+{description}
+ )} + {children} +- There is no hard cap for the public sale. It will be a crowdfunding event, allowing the public to determine the valuation of the BVM project. + There is no hard cap for the public sale. It will be a + crowdfunding event, allowing the public to determine the + valuation of the BVM project.
- BRC-20 -
+BRC-20
- $BVM serves as the native cryptocurrency within the BVM ecosystem, facilitating network fee payments and the creation of Bitcoin L2 blockchains. + $BVM serves as the native cryptocurrency within the BVM + ecosystem, facilitating network fee payments and the + creation of Bitcoin L2 blockchains.
- There is no vesting period for the public sale. All tokens will be distributed at TGE, which is expected to be around early March. + There is no vesting period for the public sale. All tokens + will be distributed at TGE, which is expected to be around + early March.
- 15% of the total supply will be allocated for the public sale. + 15% of the total supply will be allocated for the public + sale.
- The boost is available only to allowlist members, with potential boosts of up to 30%. + The boost is available only to allowlist members, with + potential boosts of up to 30%.
- To clarify, the top 1% of the allowlist will receive a 30% boost, the next 9% will get a 20% boost, and the remaining 90% will receive a 10% boost. + To clarify, the top 1% of the allowlist will receive a 30% + boost, the next 9% will get a 20% boost, and the remaining + 90% will receive a 10% boost.
- If you have a boost, claim it here.
+ If you have a boost,{' '}
+
- You can deposit nine different currencies, including BTC, ETH, TIA, OP, ARB, ORDI, SATS, USDT, USDC. + You can deposit nine different currencies, including BTC, + ETH, TIA, OP, ARB, ORDI, SATS, USDT, USDC. +
+- The TGE is expected to take place around March, coinciding with the exchange listings. + The TGE is expected to take place around March, coinciding + with the exchange listings.