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