Skip to content

Commit

Permalink
fix tokenomics
Browse files Browse the repository at this point in the history
  • Loading branch information
MeatDeveloper committed Dec 9, 2023
1 parent 4c35423 commit d454689
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/dashboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ import { Card } from "@/components/ui/card"

const tokenomics = [
"21% pre-sale",
"21% LP",
"50% LP",
"10% Sausagers",
"5% MEAT devs (6mo lock)",
"5% Sausagers team (6mo lock)",
"38% future airdrops, grants, Sausager buybacks, Ferdy integration",
"4% MEAT devs (6mo linear vest)",
"2% Sausagers team",
"13% future airdrops, grants, Sausager buybacks, Ferdy integration",
]
export default function PageDashboard() {
return (
Expand Down

0 comments on commit d454689

Please sign in to comment.