|
| 1 | +import { manualLinear } from "../adapters/manual"; |
| 2 | +import { Protocol } from "../types/adapters"; |
| 3 | + |
| 4 | +const chain: any = "binance"; |
| 5 | +const LGCT: string = "0xD38B305CaC06990c0887032A02C03D6839f770A8"; |
| 6 | +const lgct: Protocol = { |
| 7 | + "Public Sale": manualLinear("2025-01-7","2026-09-06", 45e6), |
| 8 | + "Community and Marketing": manualLinear("2025-09-22", "2035-01-06", 15e6), |
| 9 | + "Advisors and Partners": manualLinear("2025-01-7","2026-09-06", 15e6), |
| 10 | + |
| 11 | + "CEX and AMM Liquidity": manualLinear("2025-01-7","2026-05-06", 24e6), |
| 12 | + "Treasury": manualLinear("2026-02-06","2031-01-06", 15e6), |
| 13 | + Team: manualLinear("2026-10-06", "2029-01-06", 39e6), |
| 14 | + |
| 15 | + meta: { |
| 16 | + sources: [ |
| 17 | + "https://docs.legacynetwork.io/products/legacy-token", |
| 18 | + "https://cryptorank.io/price/legacy-token", |
| 19 | + ], |
| 20 | + token: `${chain}:${LGCT}`, |
| 21 | + protocolIds: [""], |
| 22 | + notes: [ |
| 23 | + `The token is cross-bridge and available on Binance Smart Chain, Ethereum, Base and Vechain.`, |
| 24 | + ], |
| 25 | + }, |
| 26 | + categories: { |
| 27 | + insiders: [ |
| 28 | + "Team", |
| 29 | + ], |
| 30 | + publicSale: ["Public Sale"], |
| 31 | + noncirculating: ["Community and Marketing", "Advisors and Partners", "CEX and AMM Liquidity", "Treasury"], |
| 32 | + }, |
| 33 | +}; |
| 34 | +export default lgct; |
0 commit comments