@merkl/api 1.3.64 → 1.3.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/eden/index.d.ts +0 -803
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/hardcoded.js.map +1 -1
- package/dist/src/engine/implementations/Erc20/subTypes/factories.js.map +1 -1
- package/dist/src/engine/implementations/Erc20/subTypes/index.d.ts +0 -1
- package/dist/src/engine/implementations/Erc20/subTypes/index.js.map +1 -1
- package/dist/src/engine/implementations/MultiLendBorrow/tvl.js.map +1 -1
- package/dist/src/engine/tvl/engineTvl.service.d.ts +3 -22
- package/dist/src/engine/tvl/engineTvl.service.js.map +1 -1
- package/dist/src/engine/tvl/factory.d.ts +1 -1
- package/dist/src/engine/tvl/factory.js.map +1 -1
- package/dist/src/index.d.ts +367 -1184
- package/dist/src/jobs/update-v3-caches.js.map +1 -1
- package/dist/src/modules/v4/campaign/campaign.repository.d.ts +10 -10
- package/dist/src/modules/v4/campaign/campaign.test.controller.d.ts +237 -237
- package/dist/src/modules/v4/dynamicData/dynamicData.service.js.map +1 -1
- package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +21 -21
- package/dist/src/modules/v4/programPayload/programPayload.model.d.ts +1 -1
- package/dist/src/modules/v4/router.d.ts +335 -335
- package/dist/src/modules/v4/token/token.service.d.ts +3 -18
- package/dist/src/modules/v4/token/token.service.js.map +1 -1
- package/dist/src/routes/v3/router.d.ts +0 -817
- package/dist/src/routes/v3/router.js.map +1 -1
- package/package.json +1 -1
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/engineTVL/tvl.d.ts +0 -6
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/engineTVL/tvl.js.map +0 -1
- package/dist/src/routes/v3/uniswapv4.d.ts +0 -866
- package/dist/src/routes/v3/uniswapv4.js.map +0 -1
package/dist/src/index.d.ts
CHANGED
@@ -1418,823 +1418,6 @@ declare const app: Elysia<"", {
|
|
1418
1418
|
};
|
1419
1419
|
};
|
1420
1420
|
};
|
1421
|
-
} & {
|
1422
|
-
v3: {
|
1423
|
-
uniswapv4: {
|
1424
|
-
get: {
|
1425
|
-
body: unknown;
|
1426
|
-
params: {};
|
1427
|
-
query: unknown;
|
1428
|
-
headers: unknown;
|
1429
|
-
response: {
|
1430
|
-
200: {
|
1431
|
-
1?: Record<string, {
|
1432
|
-
chainId: number;
|
1433
|
-
currency0: string;
|
1434
|
-
currency1: string;
|
1435
|
-
decimalsCurrency0: number;
|
1436
|
-
decimalsCurrency1: number;
|
1437
|
-
hooks: string;
|
1438
|
-
lpFee: number;
|
1439
|
-
poolId: string;
|
1440
|
-
symbolCurrency0: string;
|
1441
|
-
symbolCurrency1: string;
|
1442
|
-
tickSpacing: number;
|
1443
|
-
}> | undefined;
|
1444
|
-
10?: Record<string, {
|
1445
|
-
chainId: number;
|
1446
|
-
currency0: string;
|
1447
|
-
currency1: string;
|
1448
|
-
decimalsCurrency0: number;
|
1449
|
-
decimalsCurrency1: number;
|
1450
|
-
hooks: string;
|
1451
|
-
lpFee: number;
|
1452
|
-
poolId: string;
|
1453
|
-
symbolCurrency0: string;
|
1454
|
-
symbolCurrency1: string;
|
1455
|
-
tickSpacing: number;
|
1456
|
-
}> | undefined;
|
1457
|
-
100?: Record<string, {
|
1458
|
-
chainId: number;
|
1459
|
-
currency0: string;
|
1460
|
-
currency1: string;
|
1461
|
-
decimalsCurrency0: number;
|
1462
|
-
decimalsCurrency1: number;
|
1463
|
-
hooks: string;
|
1464
|
-
lpFee: number;
|
1465
|
-
poolId: string;
|
1466
|
-
symbolCurrency0: string;
|
1467
|
-
symbolCurrency1: string;
|
1468
|
-
tickSpacing: number;
|
1469
|
-
}> | undefined;
|
1470
|
-
10242?: Record<string, {
|
1471
|
-
chainId: number;
|
1472
|
-
currency0: string;
|
1473
|
-
currency1: string;
|
1474
|
-
decimalsCurrency0: number;
|
1475
|
-
decimalsCurrency1: number;
|
1476
|
-
hooks: string;
|
1477
|
-
lpFee: number;
|
1478
|
-
poolId: string;
|
1479
|
-
symbolCurrency0: string;
|
1480
|
-
symbolCurrency1: string;
|
1481
|
-
tickSpacing: number;
|
1482
|
-
}> | undefined;
|
1483
|
-
108?: Record<string, {
|
1484
|
-
chainId: number;
|
1485
|
-
currency0: string;
|
1486
|
-
currency1: string;
|
1487
|
-
decimalsCurrency0: number;
|
1488
|
-
decimalsCurrency1: number;
|
1489
|
-
hooks: string;
|
1490
|
-
lpFee: number;
|
1491
|
-
poolId: string;
|
1492
|
-
symbolCurrency0: string;
|
1493
|
-
symbolCurrency1: string;
|
1494
|
-
tickSpacing: number;
|
1495
|
-
}> | undefined;
|
1496
|
-
1101?: Record<string, {
|
1497
|
-
chainId: number;
|
1498
|
-
currency0: string;
|
1499
|
-
currency1: string;
|
1500
|
-
decimalsCurrency0: number;
|
1501
|
-
decimalsCurrency1: number;
|
1502
|
-
hooks: string;
|
1503
|
-
lpFee: number;
|
1504
|
-
poolId: string;
|
1505
|
-
symbolCurrency0: string;
|
1506
|
-
symbolCurrency1: string;
|
1507
|
-
tickSpacing: number;
|
1508
|
-
}> | undefined;
|
1509
|
-
1116?: Record<string, {
|
1510
|
-
chainId: number;
|
1511
|
-
currency0: string;
|
1512
|
-
currency1: string;
|
1513
|
-
decimalsCurrency0: number;
|
1514
|
-
decimalsCurrency1: number;
|
1515
|
-
hooks: string;
|
1516
|
-
lpFee: number;
|
1517
|
-
poolId: string;
|
1518
|
-
symbolCurrency0: string;
|
1519
|
-
symbolCurrency1: string;
|
1520
|
-
tickSpacing: number;
|
1521
|
-
}> | undefined;
|
1522
|
-
1135?: Record<string, {
|
1523
|
-
chainId: number;
|
1524
|
-
currency0: string;
|
1525
|
-
currency1: string;
|
1526
|
-
decimalsCurrency0: number;
|
1527
|
-
decimalsCurrency1: number;
|
1528
|
-
hooks: string;
|
1529
|
-
lpFee: number;
|
1530
|
-
poolId: string;
|
1531
|
-
symbolCurrency0: string;
|
1532
|
-
symbolCurrency1: string;
|
1533
|
-
tickSpacing: number;
|
1534
|
-
}> | undefined;
|
1535
|
-
122?: Record<string, {
|
1536
|
-
chainId: number;
|
1537
|
-
currency0: string;
|
1538
|
-
currency1: string;
|
1539
|
-
decimalsCurrency0: number;
|
1540
|
-
decimalsCurrency1: number;
|
1541
|
-
hooks: string;
|
1542
|
-
lpFee: number;
|
1543
|
-
poolId: string;
|
1544
|
-
symbolCurrency0: string;
|
1545
|
-
symbolCurrency1: string;
|
1546
|
-
tickSpacing: number;
|
1547
|
-
}> | undefined;
|
1548
|
-
1284?: Record<string, {
|
1549
|
-
chainId: number;
|
1550
|
-
currency0: string;
|
1551
|
-
currency1: string;
|
1552
|
-
decimalsCurrency0: number;
|
1553
|
-
decimalsCurrency1: number;
|
1554
|
-
hooks: string;
|
1555
|
-
lpFee: number;
|
1556
|
-
poolId: string;
|
1557
|
-
symbolCurrency0: string;
|
1558
|
-
symbolCurrency1: string;
|
1559
|
-
tickSpacing: number;
|
1560
|
-
}> | undefined;
|
1561
|
-
130?: Record<string, {
|
1562
|
-
chainId: number;
|
1563
|
-
currency0: string;
|
1564
|
-
currency1: string;
|
1565
|
-
decimalsCurrency0: number;
|
1566
|
-
decimalsCurrency1: number;
|
1567
|
-
hooks: string;
|
1568
|
-
lpFee: number;
|
1569
|
-
poolId: string;
|
1570
|
-
symbolCurrency0: string;
|
1571
|
-
symbolCurrency1: string;
|
1572
|
-
tickSpacing: number;
|
1573
|
-
}> | undefined;
|
1574
|
-
1329?: Record<string, {
|
1575
|
-
chainId: number;
|
1576
|
-
currency0: string;
|
1577
|
-
currency1: string;
|
1578
|
-
decimalsCurrency0: number;
|
1579
|
-
decimalsCurrency1: number;
|
1580
|
-
hooks: string;
|
1581
|
-
lpFee: number;
|
1582
|
-
poolId: string;
|
1583
|
-
symbolCurrency0: string;
|
1584
|
-
symbolCurrency1: string;
|
1585
|
-
tickSpacing: number;
|
1586
|
-
}> | undefined;
|
1587
|
-
13371?: Record<string, {
|
1588
|
-
chainId: number;
|
1589
|
-
currency0: string;
|
1590
|
-
currency1: string;
|
1591
|
-
decimalsCurrency0: number;
|
1592
|
-
decimalsCurrency1: number;
|
1593
|
-
hooks: string;
|
1594
|
-
lpFee: number;
|
1595
|
-
poolId: string;
|
1596
|
-
symbolCurrency0: string;
|
1597
|
-
symbolCurrency1: string;
|
1598
|
-
tickSpacing: number;
|
1599
|
-
}> | undefined;
|
1600
|
-
137?: Record<string, {
|
1601
|
-
chainId: number;
|
1602
|
-
currency0: string;
|
1603
|
-
currency1: string;
|
1604
|
-
decimalsCurrency0: number;
|
1605
|
-
decimalsCurrency1: number;
|
1606
|
-
hooks: string;
|
1607
|
-
lpFee: number;
|
1608
|
-
poolId: string;
|
1609
|
-
symbolCurrency0: string;
|
1610
|
-
symbolCurrency1: string;
|
1611
|
-
tickSpacing: number;
|
1612
|
-
}> | undefined;
|
1613
|
-
1440000?: Record<string, {
|
1614
|
-
chainId: number;
|
1615
|
-
currency0: string;
|
1616
|
-
currency1: string;
|
1617
|
-
decimalsCurrency0: number;
|
1618
|
-
decimalsCurrency1: number;
|
1619
|
-
hooks: string;
|
1620
|
-
lpFee: number;
|
1621
|
-
poolId: string;
|
1622
|
-
symbolCurrency0: string;
|
1623
|
-
symbolCurrency1: string;
|
1624
|
-
tickSpacing: number;
|
1625
|
-
}> | undefined;
|
1626
|
-
146?: Record<string, {
|
1627
|
-
chainId: number;
|
1628
|
-
currency0: string;
|
1629
|
-
currency1: string;
|
1630
|
-
decimalsCurrency0: number;
|
1631
|
-
decimalsCurrency1: number;
|
1632
|
-
hooks: string;
|
1633
|
-
lpFee: number;
|
1634
|
-
poolId: string;
|
1635
|
-
symbolCurrency0: string;
|
1636
|
-
symbolCurrency1: string;
|
1637
|
-
tickSpacing: number;
|
1638
|
-
}> | undefined;
|
1639
|
-
151?: Record<string, {
|
1640
|
-
chainId: number;
|
1641
|
-
currency0: string;
|
1642
|
-
currency1: string;
|
1643
|
-
decimalsCurrency0: number;
|
1644
|
-
decimalsCurrency1: number;
|
1645
|
-
hooks: string;
|
1646
|
-
lpFee: number;
|
1647
|
-
poolId: string;
|
1648
|
-
symbolCurrency0: string;
|
1649
|
-
symbolCurrency1: string;
|
1650
|
-
tickSpacing: number;
|
1651
|
-
}> | undefined;
|
1652
|
-
167000?: Record<string, {
|
1653
|
-
chainId: number;
|
1654
|
-
currency0: string;
|
1655
|
-
currency1: string;
|
1656
|
-
decimalsCurrency0: number;
|
1657
|
-
decimalsCurrency1: number;
|
1658
|
-
hooks: string;
|
1659
|
-
lpFee: number;
|
1660
|
-
poolId: string;
|
1661
|
-
symbolCurrency0: string;
|
1662
|
-
symbolCurrency1: string;
|
1663
|
-
tickSpacing: number;
|
1664
|
-
}> | undefined;
|
1665
|
-
169?: Record<string, {
|
1666
|
-
chainId: number;
|
1667
|
-
currency0: string;
|
1668
|
-
currency1: string;
|
1669
|
-
decimalsCurrency0: number;
|
1670
|
-
decimalsCurrency1: number;
|
1671
|
-
hooks: string;
|
1672
|
-
lpFee: number;
|
1673
|
-
poolId: string;
|
1674
|
-
symbolCurrency0: string;
|
1675
|
-
symbolCurrency1: string;
|
1676
|
-
tickSpacing: number;
|
1677
|
-
}> | undefined;
|
1678
|
-
1868?: Record<string, {
|
1679
|
-
chainId: number;
|
1680
|
-
currency0: string;
|
1681
|
-
currency1: string;
|
1682
|
-
decimalsCurrency0: number;
|
1683
|
-
decimalsCurrency1: number;
|
1684
|
-
hooks: string;
|
1685
|
-
lpFee: number;
|
1686
|
-
poolId: string;
|
1687
|
-
symbolCurrency0: string;
|
1688
|
-
symbolCurrency1: string;
|
1689
|
-
tickSpacing: number;
|
1690
|
-
}> | undefined;
|
1691
|
-
1923?: Record<string, {
|
1692
|
-
chainId: number;
|
1693
|
-
currency0: string;
|
1694
|
-
currency1: string;
|
1695
|
-
decimalsCurrency0: number;
|
1696
|
-
decimalsCurrency1: number;
|
1697
|
-
hooks: string;
|
1698
|
-
lpFee: number;
|
1699
|
-
poolId: string;
|
1700
|
-
symbolCurrency0: string;
|
1701
|
-
symbolCurrency1: string;
|
1702
|
-
tickSpacing: number;
|
1703
|
-
}> | undefined;
|
1704
|
-
196?: Record<string, {
|
1705
|
-
chainId: number;
|
1706
|
-
currency0: string;
|
1707
|
-
currency1: string;
|
1708
|
-
decimalsCurrency0: number;
|
1709
|
-
decimalsCurrency1: number;
|
1710
|
-
hooks: string;
|
1711
|
-
lpFee: number;
|
1712
|
-
poolId: string;
|
1713
|
-
symbolCurrency0: string;
|
1714
|
-
symbolCurrency1: string;
|
1715
|
-
tickSpacing: number;
|
1716
|
-
}> | undefined;
|
1717
|
-
2020?: Record<string, {
|
1718
|
-
chainId: number;
|
1719
|
-
currency0: string;
|
1720
|
-
currency1: string;
|
1721
|
-
decimalsCurrency0: number;
|
1722
|
-
decimalsCurrency1: number;
|
1723
|
-
hooks: string;
|
1724
|
-
lpFee: number;
|
1725
|
-
poolId: string;
|
1726
|
-
symbolCurrency0: string;
|
1727
|
-
symbolCurrency1: string;
|
1728
|
-
tickSpacing: number;
|
1729
|
-
}> | undefined;
|
1730
|
-
2046399126?: Record<string, {
|
1731
|
-
chainId: number;
|
1732
|
-
currency0: string;
|
1733
|
-
currency1: string;
|
1734
|
-
decimalsCurrency0: number;
|
1735
|
-
decimalsCurrency1: number;
|
1736
|
-
hooks: string;
|
1737
|
-
lpFee: number;
|
1738
|
-
poolId: string;
|
1739
|
-
symbolCurrency0: string;
|
1740
|
-
symbolCurrency1: string;
|
1741
|
-
tickSpacing: number;
|
1742
|
-
}> | undefined;
|
1743
|
-
21000000?: Record<string, {
|
1744
|
-
chainId: number;
|
1745
|
-
currency0: string;
|
1746
|
-
currency1: string;
|
1747
|
-
decimalsCurrency0: number;
|
1748
|
-
decimalsCurrency1: number;
|
1749
|
-
hooks: string;
|
1750
|
-
lpFee: number;
|
1751
|
-
poolId: string;
|
1752
|
-
symbolCurrency0: string;
|
1753
|
-
symbolCurrency1: string;
|
1754
|
-
tickSpacing: number;
|
1755
|
-
}> | undefined;
|
1756
|
-
239?: Record<string, {
|
1757
|
-
chainId: number;
|
1758
|
-
currency0: string;
|
1759
|
-
currency1: string;
|
1760
|
-
decimalsCurrency0: number;
|
1761
|
-
decimalsCurrency1: number;
|
1762
|
-
hooks: string;
|
1763
|
-
lpFee: number;
|
1764
|
-
poolId: string;
|
1765
|
-
symbolCurrency0: string;
|
1766
|
-
symbolCurrency1: string;
|
1767
|
-
tickSpacing: number;
|
1768
|
-
}> | undefined;
|
1769
|
-
250?: Record<string, {
|
1770
|
-
chainId: number;
|
1771
|
-
currency0: string;
|
1772
|
-
currency1: string;
|
1773
|
-
decimalsCurrency0: number;
|
1774
|
-
decimalsCurrency1: number;
|
1775
|
-
hooks: string;
|
1776
|
-
lpFee: number;
|
1777
|
-
poolId: string;
|
1778
|
-
symbolCurrency0: string;
|
1779
|
-
symbolCurrency1: string;
|
1780
|
-
tickSpacing: number;
|
1781
|
-
}> | undefined;
|
1782
|
-
252?: Record<string, {
|
1783
|
-
chainId: number;
|
1784
|
-
currency0: string;
|
1785
|
-
currency1: string;
|
1786
|
-
decimalsCurrency0: number;
|
1787
|
-
decimalsCurrency1: number;
|
1788
|
-
hooks: string;
|
1789
|
-
lpFee: number;
|
1790
|
-
poolId: string;
|
1791
|
-
symbolCurrency0: string;
|
1792
|
-
symbolCurrency1: string;
|
1793
|
-
tickSpacing: number;
|
1794
|
-
}> | undefined;
|
1795
|
-
30?: Record<string, {
|
1796
|
-
chainId: number;
|
1797
|
-
currency0: string;
|
1798
|
-
currency1: string;
|
1799
|
-
decimalsCurrency0: number;
|
1800
|
-
decimalsCurrency1: number;
|
1801
|
-
hooks: string;
|
1802
|
-
lpFee: number;
|
1803
|
-
poolId: string;
|
1804
|
-
symbolCurrency0: string;
|
1805
|
-
symbolCurrency1: string;
|
1806
|
-
tickSpacing: number;
|
1807
|
-
}> | undefined;
|
1808
|
-
324?: Record<string, {
|
1809
|
-
chainId: number;
|
1810
|
-
currency0: string;
|
1811
|
-
currency1: string;
|
1812
|
-
decimalsCurrency0: number;
|
1813
|
-
decimalsCurrency1: number;
|
1814
|
-
hooks: string;
|
1815
|
-
lpFee: number;
|
1816
|
-
poolId: string;
|
1817
|
-
symbolCurrency0: string;
|
1818
|
-
symbolCurrency1: string;
|
1819
|
-
tickSpacing: number;
|
1820
|
-
}> | undefined;
|
1821
|
-
33139?: Record<string, {
|
1822
|
-
chainId: number;
|
1823
|
-
currency0: string;
|
1824
|
-
currency1: string;
|
1825
|
-
decimalsCurrency0: number;
|
1826
|
-
decimalsCurrency1: number;
|
1827
|
-
hooks: string;
|
1828
|
-
lpFee: number;
|
1829
|
-
poolId: string;
|
1830
|
-
symbolCurrency0: string;
|
1831
|
-
symbolCurrency1: string;
|
1832
|
-
tickSpacing: number;
|
1833
|
-
}> | undefined;
|
1834
|
-
34443?: Record<string, {
|
1835
|
-
chainId: number;
|
1836
|
-
currency0: string;
|
1837
|
-
currency1: string;
|
1838
|
-
decimalsCurrency0: number;
|
1839
|
-
decimalsCurrency1: number;
|
1840
|
-
hooks: string;
|
1841
|
-
lpFee: number;
|
1842
|
-
poolId: string;
|
1843
|
-
symbolCurrency0: string;
|
1844
|
-
symbolCurrency1: string;
|
1845
|
-
tickSpacing: number;
|
1846
|
-
}> | undefined;
|
1847
|
-
42161?: Record<string, {
|
1848
|
-
chainId: number;
|
1849
|
-
currency0: string;
|
1850
|
-
currency1: string;
|
1851
|
-
decimalsCurrency0: number;
|
1852
|
-
decimalsCurrency1: number;
|
1853
|
-
hooks: string;
|
1854
|
-
lpFee: number;
|
1855
|
-
poolId: string;
|
1856
|
-
symbolCurrency0: string;
|
1857
|
-
symbolCurrency1: string;
|
1858
|
-
tickSpacing: number;
|
1859
|
-
}> | undefined;
|
1860
|
-
42220?: Record<string, {
|
1861
|
-
chainId: number;
|
1862
|
-
currency0: string;
|
1863
|
-
currency1: string;
|
1864
|
-
decimalsCurrency0: number;
|
1865
|
-
decimalsCurrency1: number;
|
1866
|
-
hooks: string;
|
1867
|
-
lpFee: number;
|
1868
|
-
poolId: string;
|
1869
|
-
symbolCurrency0: string;
|
1870
|
-
symbolCurrency1: string;
|
1871
|
-
tickSpacing: number;
|
1872
|
-
}> | undefined;
|
1873
|
-
42793?: Record<string, {
|
1874
|
-
chainId: number;
|
1875
|
-
currency0: string;
|
1876
|
-
currency1: string;
|
1877
|
-
decimalsCurrency0: number;
|
1878
|
-
decimalsCurrency1: number;
|
1879
|
-
hooks: string;
|
1880
|
-
lpFee: number;
|
1881
|
-
poolId: string;
|
1882
|
-
symbolCurrency0: string;
|
1883
|
-
symbolCurrency1: string;
|
1884
|
-
tickSpacing: number;
|
1885
|
-
}> | undefined;
|
1886
|
-
43111?: Record<string, {
|
1887
|
-
chainId: number;
|
1888
|
-
currency0: string;
|
1889
|
-
currency1: string;
|
1890
|
-
decimalsCurrency0: number;
|
1891
|
-
decimalsCurrency1: number;
|
1892
|
-
hooks: string;
|
1893
|
-
lpFee: number;
|
1894
|
-
poolId: string;
|
1895
|
-
symbolCurrency0: string;
|
1896
|
-
symbolCurrency1: string;
|
1897
|
-
tickSpacing: number;
|
1898
|
-
}> | undefined;
|
1899
|
-
43114?: Record<string, {
|
1900
|
-
chainId: number;
|
1901
|
-
currency0: string;
|
1902
|
-
currency1: string;
|
1903
|
-
decimalsCurrency0: number;
|
1904
|
-
decimalsCurrency1: number;
|
1905
|
-
hooks: string;
|
1906
|
-
lpFee: number;
|
1907
|
-
poolId: string;
|
1908
|
-
symbolCurrency0: string;
|
1909
|
-
symbolCurrency1: string;
|
1910
|
-
tickSpacing: number;
|
1911
|
-
}> | undefined;
|
1912
|
-
480?: Record<string, {
|
1913
|
-
chainId: number;
|
1914
|
-
currency0: string;
|
1915
|
-
currency1: string;
|
1916
|
-
decimalsCurrency0: number;
|
1917
|
-
decimalsCurrency1: number;
|
1918
|
-
hooks: string;
|
1919
|
-
lpFee: number;
|
1920
|
-
poolId: string;
|
1921
|
-
symbolCurrency0: string;
|
1922
|
-
symbolCurrency1: string;
|
1923
|
-
tickSpacing: number;
|
1924
|
-
}> | undefined;
|
1925
|
-
48900?: Record<string, {
|
1926
|
-
chainId: number;
|
1927
|
-
currency0: string;
|
1928
|
-
currency1: string;
|
1929
|
-
decimalsCurrency0: number;
|
1930
|
-
decimalsCurrency1: number;
|
1931
|
-
hooks: string;
|
1932
|
-
lpFee: number;
|
1933
|
-
poolId: string;
|
1934
|
-
symbolCurrency0: string;
|
1935
|
-
symbolCurrency1: string;
|
1936
|
-
tickSpacing: number;
|
1937
|
-
}> | undefined;
|
1938
|
-
50?: Record<string, {
|
1939
|
-
chainId: number;
|
1940
|
-
currency0: string;
|
1941
|
-
currency1: string;
|
1942
|
-
decimalsCurrency0: number;
|
1943
|
-
decimalsCurrency1: number;
|
1944
|
-
hooks: string;
|
1945
|
-
lpFee: number;
|
1946
|
-
poolId: string;
|
1947
|
-
symbolCurrency0: string;
|
1948
|
-
symbolCurrency1: string;
|
1949
|
-
tickSpacing: number;
|
1950
|
-
}> | undefined;
|
1951
|
-
5000?: Record<string, {
|
1952
|
-
chainId: number;
|
1953
|
-
currency0: string;
|
1954
|
-
currency1: string;
|
1955
|
-
decimalsCurrency0: number;
|
1956
|
-
decimalsCurrency1: number;
|
1957
|
-
hooks: string;
|
1958
|
-
lpFee: number;
|
1959
|
-
poolId: string;
|
1960
|
-
symbolCurrency0: string;
|
1961
|
-
symbolCurrency1: string;
|
1962
|
-
tickSpacing: number;
|
1963
|
-
}> | undefined;
|
1964
|
-
534352?: Record<string, {
|
1965
|
-
chainId: number;
|
1966
|
-
currency0: string;
|
1967
|
-
currency1: string;
|
1968
|
-
decimalsCurrency0: number;
|
1969
|
-
decimalsCurrency1: number;
|
1970
|
-
hooks: string;
|
1971
|
-
lpFee: number;
|
1972
|
-
poolId: string;
|
1973
|
-
symbolCurrency0: string;
|
1974
|
-
symbolCurrency1: string;
|
1975
|
-
tickSpacing: number;
|
1976
|
-
}> | undefined;
|
1977
|
-
5464?: Record<string, {
|
1978
|
-
chainId: number;
|
1979
|
-
currency0: string;
|
1980
|
-
currency1: string;
|
1981
|
-
decimalsCurrency0: number;
|
1982
|
-
decimalsCurrency1: number;
|
1983
|
-
hooks: string;
|
1984
|
-
lpFee: number;
|
1985
|
-
poolId: string;
|
1986
|
-
symbolCurrency0: string;
|
1987
|
-
symbolCurrency1: string;
|
1988
|
-
tickSpacing: number;
|
1989
|
-
}> | undefined;
|
1990
|
-
56?: Record<string, {
|
1991
|
-
chainId: number;
|
1992
|
-
currency0: string;
|
1993
|
-
currency1: string;
|
1994
|
-
decimalsCurrency0: number;
|
1995
|
-
decimalsCurrency1: number;
|
1996
|
-
hooks: string;
|
1997
|
-
lpFee: number;
|
1998
|
-
poolId: string;
|
1999
|
-
symbolCurrency0: string;
|
2000
|
-
symbolCurrency1: string;
|
2001
|
-
tickSpacing: number;
|
2002
|
-
}> | undefined;
|
2003
|
-
57073?: Record<string, {
|
2004
|
-
chainId: number;
|
2005
|
-
currency0: string;
|
2006
|
-
currency1: string;
|
2007
|
-
decimalsCurrency0: number;
|
2008
|
-
decimalsCurrency1: number;
|
2009
|
-
hooks: string;
|
2010
|
-
lpFee: number;
|
2011
|
-
poolId: string;
|
2012
|
-
symbolCurrency0: string;
|
2013
|
-
symbolCurrency1: string;
|
2014
|
-
tickSpacing: number;
|
2015
|
-
}> | undefined;
|
2016
|
-
59144?: Record<string, {
|
2017
|
-
chainId: number;
|
2018
|
-
currency0: string;
|
2019
|
-
currency1: string;
|
2020
|
-
decimalsCurrency0: number;
|
2021
|
-
decimalsCurrency1: number;
|
2022
|
-
hooks: string;
|
2023
|
-
lpFee: number;
|
2024
|
-
poolId: string;
|
2025
|
-
symbolCurrency0: string;
|
2026
|
-
symbolCurrency1: string;
|
2027
|
-
tickSpacing: number;
|
2028
|
-
}> | undefined;
|
2029
|
-
592?: Record<string, {
|
2030
|
-
chainId: number;
|
2031
|
-
currency0: string;
|
2032
|
-
currency1: string;
|
2033
|
-
decimalsCurrency0: number;
|
2034
|
-
decimalsCurrency1: number;
|
2035
|
-
hooks: string;
|
2036
|
-
lpFee: number;
|
2037
|
-
poolId: string;
|
2038
|
-
symbolCurrency0: string;
|
2039
|
-
symbolCurrency1: string;
|
2040
|
-
tickSpacing: number;
|
2041
|
-
}> | undefined;
|
2042
|
-
60808?: Record<string, {
|
2043
|
-
chainId: number;
|
2044
|
-
currency0: string;
|
2045
|
-
currency1: string;
|
2046
|
-
decimalsCurrency0: number;
|
2047
|
-
decimalsCurrency1: number;
|
2048
|
-
hooks: string;
|
2049
|
-
lpFee: number;
|
2050
|
-
poolId: string;
|
2051
|
-
symbolCurrency0: string;
|
2052
|
-
symbolCurrency1: string;
|
2053
|
-
tickSpacing: number;
|
2054
|
-
}> | undefined;
|
2055
|
-
6900?: Record<string, {
|
2056
|
-
chainId: number;
|
2057
|
-
currency0: string;
|
2058
|
-
currency1: string;
|
2059
|
-
decimalsCurrency0: number;
|
2060
|
-
decimalsCurrency1: number;
|
2061
|
-
hooks: string;
|
2062
|
-
lpFee: number;
|
2063
|
-
poolId: string;
|
2064
|
-
symbolCurrency0: string;
|
2065
|
-
symbolCurrency1: string;
|
2066
|
-
tickSpacing: number;
|
2067
|
-
}> | undefined;
|
2068
|
-
747?: Record<string, {
|
2069
|
-
chainId: number;
|
2070
|
-
currency0: string;
|
2071
|
-
currency1: string;
|
2072
|
-
decimalsCurrency0: number;
|
2073
|
-
decimalsCurrency1: number;
|
2074
|
-
hooks: string;
|
2075
|
-
lpFee: number;
|
2076
|
-
poolId: string;
|
2077
|
-
symbolCurrency0: string;
|
2078
|
-
symbolCurrency1: string;
|
2079
|
-
tickSpacing: number;
|
2080
|
-
}> | undefined;
|
2081
|
-
747474?: Record<string, {
|
2082
|
-
chainId: number;
|
2083
|
-
currency0: string;
|
2084
|
-
currency1: string;
|
2085
|
-
decimalsCurrency0: number;
|
2086
|
-
decimalsCurrency1: number;
|
2087
|
-
hooks: string;
|
2088
|
-
lpFee: number;
|
2089
|
-
poolId: string;
|
2090
|
-
symbolCurrency0: string;
|
2091
|
-
symbolCurrency1: string;
|
2092
|
-
tickSpacing: number;
|
2093
|
-
}> | undefined;
|
2094
|
-
80094?: Record<string, {
|
2095
|
-
chainId: number;
|
2096
|
-
currency0: string;
|
2097
|
-
currency1: string;
|
2098
|
-
decimalsCurrency0: number;
|
2099
|
-
decimalsCurrency1: number;
|
2100
|
-
hooks: string;
|
2101
|
-
lpFee: number;
|
2102
|
-
poolId: string;
|
2103
|
-
symbolCurrency0: string;
|
2104
|
-
symbolCurrency1: string;
|
2105
|
-
tickSpacing: number;
|
2106
|
-
}> | undefined;
|
2107
|
-
81457?: Record<string, {
|
2108
|
-
chainId: number;
|
2109
|
-
currency0: string;
|
2110
|
-
currency1: string;
|
2111
|
-
decimalsCurrency0: number;
|
2112
|
-
decimalsCurrency1: number;
|
2113
|
-
hooks: string;
|
2114
|
-
lpFee: number;
|
2115
|
-
poolId: string;
|
2116
|
-
symbolCurrency0: string;
|
2117
|
-
symbolCurrency1: string;
|
2118
|
-
tickSpacing: number;
|
2119
|
-
}> | undefined;
|
2120
|
-
8453?: Record<string, {
|
2121
|
-
chainId: number;
|
2122
|
-
currency0: string;
|
2123
|
-
currency1: string;
|
2124
|
-
decimalsCurrency0: number;
|
2125
|
-
decimalsCurrency1: number;
|
2126
|
-
hooks: string;
|
2127
|
-
lpFee: number;
|
2128
|
-
poolId: string;
|
2129
|
-
symbolCurrency0: string;
|
2130
|
-
symbolCurrency1: string;
|
2131
|
-
tickSpacing: number;
|
2132
|
-
}> | undefined;
|
2133
|
-
98866?: Record<string, {
|
2134
|
-
chainId: number;
|
2135
|
-
currency0: string;
|
2136
|
-
currency1: string;
|
2137
|
-
decimalsCurrency0: number;
|
2138
|
-
decimalsCurrency1: number;
|
2139
|
-
hooks: string;
|
2140
|
-
lpFee: number;
|
2141
|
-
poolId: string;
|
2142
|
-
symbolCurrency0: string;
|
2143
|
-
symbolCurrency1: string;
|
2144
|
-
tickSpacing: number;
|
2145
|
-
}> | undefined;
|
2146
|
-
999?: Record<string, {
|
2147
|
-
chainId: number;
|
2148
|
-
currency0: string;
|
2149
|
-
currency1: string;
|
2150
|
-
decimalsCurrency0: number;
|
2151
|
-
decimalsCurrency1: number;
|
2152
|
-
hooks: string;
|
2153
|
-
lpFee: number;
|
2154
|
-
poolId: string;
|
2155
|
-
symbolCurrency0: string;
|
2156
|
-
symbolCurrency1: string;
|
2157
|
-
tickSpacing: number;
|
2158
|
-
}> | undefined;
|
2159
|
-
} | null;
|
2160
|
-
};
|
2161
|
-
};
|
2162
|
-
} & {
|
2163
|
-
":chainId": {
|
2164
|
-
get: {
|
2165
|
-
body: unknown;
|
2166
|
-
params: {
|
2167
|
-
chainId: number;
|
2168
|
-
} & {};
|
2169
|
-
query: unknown;
|
2170
|
-
headers: unknown;
|
2171
|
-
response: {
|
2172
|
-
200: {
|
2173
|
-
[x: string]: {
|
2174
|
-
chainId: number;
|
2175
|
-
currency0: string;
|
2176
|
-
currency1: string;
|
2177
|
-
decimalsCurrency0: number;
|
2178
|
-
decimalsCurrency1: number;
|
2179
|
-
hooks: string;
|
2180
|
-
lpFee: number;
|
2181
|
-
poolId: string;
|
2182
|
-
symbolCurrency0: string;
|
2183
|
-
symbolCurrency1: string;
|
2184
|
-
tickSpacing: number;
|
2185
|
-
};
|
2186
|
-
} | undefined;
|
2187
|
-
422: {
|
2188
|
-
type: "validation";
|
2189
|
-
on: string;
|
2190
|
-
summary?: string | undefined;
|
2191
|
-
message?: string | undefined;
|
2192
|
-
found?: unknown;
|
2193
|
-
property?: string | undefined;
|
2194
|
-
expected?: string | undefined;
|
2195
|
-
};
|
2196
|
-
};
|
2197
|
-
};
|
2198
|
-
};
|
2199
|
-
} & {
|
2200
|
-
pool: {
|
2201
|
-
":poolId": {
|
2202
|
-
get: {
|
2203
|
-
body: unknown;
|
2204
|
-
params: {
|
2205
|
-
poolId: string;
|
2206
|
-
} & {};
|
2207
|
-
query: unknown;
|
2208
|
-
headers: unknown;
|
2209
|
-
response: {
|
2210
|
-
200: {
|
2211
|
-
chainId: number;
|
2212
|
-
currency0: string;
|
2213
|
-
currency1: string;
|
2214
|
-
decimalsCurrency0: number;
|
2215
|
-
decimalsCurrency1: number;
|
2216
|
-
hooks: string;
|
2217
|
-
lpFee: number;
|
2218
|
-
poolId: string;
|
2219
|
-
symbolCurrency0: string;
|
2220
|
-
symbolCurrency1: string;
|
2221
|
-
tickSpacing: number;
|
2222
|
-
}[];
|
2223
|
-
422: {
|
2224
|
-
type: "validation";
|
2225
|
-
on: string;
|
2226
|
-
summary?: string | undefined;
|
2227
|
-
message?: string | undefined;
|
2228
|
-
found?: unknown;
|
2229
|
-
property?: string | undefined;
|
2230
|
-
expected?: string | undefined;
|
2231
|
-
};
|
2232
|
-
};
|
2233
|
-
};
|
2234
|
-
};
|
2235
|
-
};
|
2236
|
-
};
|
2237
|
-
};
|
2238
1421
|
} & {
|
2239
1422
|
v4: {};
|
2240
1423
|
} & {
|
@@ -4100,114 +3283,35 @@ declare const app: Elysia<"", {
|
|
4100
3283
|
};
|
4101
3284
|
response: {
|
4102
3285
|
200: {
|
4103
|
-
|
4104
|
-
|
4105
|
-
|
4106
|
-
|
4107
|
-
|
4108
|
-
|
4109
|
-
|
4110
|
-
|
3286
|
+
distributionChain?: ({
|
3287
|
+
endOfDisputePeriod: number;
|
3288
|
+
icon: string;
|
3289
|
+
id: number;
|
3290
|
+
liveCampaigns: number;
|
3291
|
+
name: string;
|
3292
|
+
} & {}) | undefined;
|
3293
|
+
creator?: {
|
4111
3294
|
address: string;
|
3295
|
+
tags?: string[] | undefined;
|
3296
|
+
creatorId: string | null;
|
3297
|
+
} | undefined;
|
3298
|
+
Opportunity?: ({
|
3299
|
+
action: import("@package/databases").OpportunityAction;
|
3300
|
+
apr: number;
|
4112
3301
|
chainId: number;
|
4113
|
-
|
4114
|
-
|
3302
|
+
dailyRewards: number;
|
3303
|
+
description: string;
|
3304
|
+
howToSteps: string[];
|
4115
3305
|
id: string;
|
4116
|
-
|
4117
|
-
|
4118
|
-
|
4119
|
-
|
4120
|
-
|
4121
|
-
|
4122
|
-
|
4123
|
-
|
4124
|
-
|
4125
|
-
priceSource?: string | null | undefined;
|
4126
|
-
isTokenWrapper?: boolean | undefined;
|
4127
|
-
tokenWrapperAddress?: string | undefined;
|
4128
|
-
})[];
|
4129
|
-
mainProtocol: "aave" | "aerodrome" | "ajna" | "akron" | "ambient" | "angles" | "arrakis" | "arthswap" | "aura" | "avalon" | "badger" | "balancer" | "base-swap" | "beefy" | "beraborrow" | "beratrax" | "bunni" | "camelot" | "cian" | "compound" | "concrete" | "cross_curve" | "crust" | "curve" | "curveNPool" | "dlend" | "dolomite" | "dragonswap" | "eigenlayer" | "ekubo" | "enzyme" | "equalizer" | "equilibria" | "euler" | "fenix" | "filament" | "fluid" | "fluidvault" | "frax" | "fraxlend" | "gamma" | "gammaswap" | "gearbox" | "hanji" | "holdstation" | "horiza" | "hourglass" | "hybra-pair" | "hyperdrive" | "hypurrfi" | "ichi" | "iguana" | "ion" | "ionic" | "ironclad" | "izumi" | "katana" | "kim" | "koi" | "kyo" | "lagoon" | "layerbank" | "lendle" | "lnd" | "maha" | "maverick" | "mimswap" | "moonwell" | "morpho" | "neptune" | "oku" | "pancake-swap" | "pendle" | "pinto" | "poolside" | "puffer" | "punchswap" | "quickswap" | "ra" | "radiant" | "ramses" | "reactor_fusion" | "reserve" | "retro" | "rfx" | "sake" | "satlayer" | "satoshi" | "silo" | "sonex" | "sonicmarket" | "spectra" | "splice" | "stability" | "stabull" | "stryke" | "sturdy" | "summerfinance" | "superlend" | "supswap" | "sushi-swap" | "swap-x" | "swapr" | "syncswap" | "tako-tako" | "teller" | "tempest" | "termmax" | "thirdtrade" | "thruster" | "toros" | "trader-joe" | "uniswap" | "uranium" | "veda" | "velodrome" | "venus" | "vest" | "vicuna" | "voltage" | "woofi" | "xlend" | "yei" | "zero" | "zerolend" | "zk-swap" | "zkSwapThreePool" | undefined;
|
4130
|
-
description: string;
|
4131
|
-
howToSteps: string[];
|
4132
|
-
depositUrl: string | undefined;
|
4133
|
-
explorerAddress: string | undefined;
|
4134
|
-
tags: string[];
|
4135
|
-
} | {
|
4136
|
-
id: string;
|
4137
|
-
chainId: number;
|
4138
|
-
type: string;
|
4139
|
-
identifier: string;
|
4140
|
-
name: string;
|
4141
|
-
description: string;
|
4142
|
-
howToSteps: string[];
|
4143
|
-
depositUrl: string | null;
|
4144
|
-
explorerAddress: string | null;
|
4145
|
-
status: import("@package/databases").Status;
|
4146
|
-
action: import("@package/databases").OpportunityAction;
|
4147
|
-
mainProtocolId: string | null;
|
4148
|
-
tvl: number;
|
4149
|
-
apr: number;
|
4150
|
-
maxApr: number | null;
|
4151
|
-
dailyRewards: number;
|
4152
|
-
tags: string[];
|
4153
|
-
lastCampaignCreatedAt: Date;
|
4154
|
-
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
4155
|
-
liveCampaigns: number;
|
4156
|
-
Protocols: {
|
4157
|
-
id: string;
|
4158
|
-
tags: string[];
|
4159
|
-
name: string;
|
4160
|
-
description: string;
|
4161
|
-
url: string;
|
4162
|
-
icon: string;
|
4163
|
-
}[];
|
4164
|
-
Tokens: {
|
4165
|
-
id: string;
|
4166
|
-
name: string | null;
|
4167
|
-
chainId: number;
|
4168
|
-
address: string;
|
4169
|
-
decimals: number;
|
4170
|
-
symbol: string;
|
4171
|
-
displaySymbol: string;
|
4172
|
-
icon: string;
|
4173
|
-
verified: boolean;
|
4174
|
-
isTest: boolean;
|
4175
|
-
type: import("@package/databases").TokenType;
|
4176
|
-
isNative: boolean;
|
4177
|
-
price: number | null;
|
4178
|
-
updatedAt: number | null;
|
4179
|
-
priceSource: string | null;
|
4180
|
-
}[];
|
4181
|
-
} | {
|
4182
|
-
distributionChain?: ({
|
4183
|
-
endOfDisputePeriod: number;
|
4184
|
-
icon: string;
|
4185
|
-
id: number;
|
4186
|
-
liveCampaigns: number;
|
4187
|
-
name: string;
|
4188
|
-
} & {}) | undefined;
|
4189
|
-
creator?: {
|
4190
|
-
address: string;
|
4191
|
-
tags?: string[] | undefined;
|
4192
|
-
creatorId: string | null;
|
4193
|
-
} | undefined;
|
4194
|
-
Opportunity?: ({
|
4195
|
-
action: import("@package/databases").OpportunityAction;
|
4196
|
-
apr: number;
|
4197
|
-
chainId: number;
|
4198
|
-
dailyRewards: number;
|
4199
|
-
description: string;
|
4200
|
-
howToSteps: string[];
|
4201
|
-
id: string;
|
4202
|
-
identifier: string;
|
4203
|
-
lastCampaignCreatedAt: number;
|
4204
|
-
liveCampaigns: number;
|
4205
|
-
maxApr: number | null;
|
4206
|
-
name: string;
|
4207
|
-
status: import("@package/databases").Status;
|
4208
|
-
tags: string[];
|
4209
|
-
tvl: number;
|
4210
|
-
type: string;
|
3306
|
+
identifier: string;
|
3307
|
+
lastCampaignCreatedAt: number;
|
3308
|
+
liveCampaigns: number;
|
3309
|
+
maxApr: number | null;
|
3310
|
+
name: string;
|
3311
|
+
status: import("@package/databases").Status;
|
3312
|
+
tags: string[];
|
3313
|
+
tvl: number;
|
3314
|
+
type: string;
|
4211
3315
|
} & {
|
4212
3316
|
depositUrl?: string | undefined;
|
4213
3317
|
explorerAddress?: string | undefined;
|
@@ -4298,6 +3402,85 @@ declare const app: Elysia<"", {
|
|
4298
3402
|
startTimestamp: number;
|
4299
3403
|
subType: number | null;
|
4300
3404
|
type: string;
|
3405
|
+
} | {
|
3406
|
+
id: string;
|
3407
|
+
chainId: number;
|
3408
|
+
type: string;
|
3409
|
+
identifier: string;
|
3410
|
+
name: string;
|
3411
|
+
status: "LIVE" | "PAST" | "SOON";
|
3412
|
+
action: any;
|
3413
|
+
tokens: ({
|
3414
|
+
address: string;
|
3415
|
+
chainId: number;
|
3416
|
+
decimals: number;
|
3417
|
+
icon: string;
|
3418
|
+
id: string;
|
3419
|
+
isNative: boolean;
|
3420
|
+
isTest: boolean;
|
3421
|
+
name: string | null;
|
3422
|
+
symbol: string;
|
3423
|
+
type: import("@package/databases").TokenType;
|
3424
|
+
verified: boolean;
|
3425
|
+
} & {
|
3426
|
+
price?: number | null | undefined;
|
3427
|
+
updatedAt?: number | null | undefined;
|
3428
|
+
priceSource?: string | null | undefined;
|
3429
|
+
isTokenWrapper?: boolean | undefined;
|
3430
|
+
tokenWrapperAddress?: string | undefined;
|
3431
|
+
})[];
|
3432
|
+
mainProtocol: "aave" | "aerodrome" | "ajna" | "akron" | "ambient" | "angles" | "arrakis" | "arthswap" | "aura" | "avalon" | "badger" | "balancer" | "base-swap" | "beefy" | "beraborrow" | "beratrax" | "bunni" | "camelot" | "cian" | "compound" | "concrete" | "cross_curve" | "crust" | "curve" | "curveNPool" | "dlend" | "dolomite" | "dragonswap" | "eigenlayer" | "ekubo" | "enzyme" | "equalizer" | "equilibria" | "euler" | "fenix" | "filament" | "fluid" | "fluidvault" | "frax" | "fraxlend" | "gamma" | "gammaswap" | "gearbox" | "hanji" | "holdstation" | "horiza" | "hourglass" | "hybra-pair" | "hyperdrive" | "hypurrfi" | "ichi" | "iguana" | "ion" | "ionic" | "ironclad" | "izumi" | "katana" | "kim" | "koi" | "kyo" | "lagoon" | "layerbank" | "lendle" | "lnd" | "maha" | "maverick" | "mimswap" | "moonwell" | "morpho" | "neptune" | "oku" | "pancake-swap" | "pendle" | "pinto" | "poolside" | "puffer" | "punchswap" | "quickswap" | "ra" | "radiant" | "ramses" | "reactor_fusion" | "reserve" | "retro" | "rfx" | "sake" | "satlayer" | "satoshi" | "silo" | "sonex" | "sonicmarket" | "spectra" | "splice" | "stability" | "stabull" | "stryke" | "sturdy" | "summerfinance" | "superlend" | "supswap" | "sushi-swap" | "swap-x" | "swapr" | "syncswap" | "tako-tako" | "teller" | "tempest" | "termmax" | "thirdtrade" | "thruster" | "toros" | "trader-joe" | "uniswap" | "uranium" | "veda" | "velodrome" | "venus" | "vest" | "vicuna" | "voltage" | "woofi" | "xlend" | "yei" | "zero" | "zerolend" | "zk-swap" | "zkSwapThreePool" | undefined;
|
3433
|
+
description: string;
|
3434
|
+
howToSteps: string[];
|
3435
|
+
depositUrl: string | undefined;
|
3436
|
+
explorerAddress: string | undefined;
|
3437
|
+
tags: string[];
|
3438
|
+
} | {
|
3439
|
+
id: string;
|
3440
|
+
chainId: number;
|
3441
|
+
type: string;
|
3442
|
+
identifier: string;
|
3443
|
+
name: string;
|
3444
|
+
description: string;
|
3445
|
+
howToSteps: string[];
|
3446
|
+
depositUrl: string | null;
|
3447
|
+
explorerAddress: string | null;
|
3448
|
+
status: import("@package/databases").Status;
|
3449
|
+
action: import("@package/databases").OpportunityAction;
|
3450
|
+
mainProtocolId: string | null;
|
3451
|
+
tvl: number;
|
3452
|
+
apr: number;
|
3453
|
+
maxApr: number | null;
|
3454
|
+
dailyRewards: number;
|
3455
|
+
tags: string[];
|
3456
|
+
lastCampaignCreatedAt: Date;
|
3457
|
+
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
3458
|
+
liveCampaigns: number;
|
3459
|
+
Protocols: {
|
3460
|
+
id: string;
|
3461
|
+
tags: string[];
|
3462
|
+
name: string;
|
3463
|
+
description: string;
|
3464
|
+
url: string;
|
3465
|
+
icon: string;
|
3466
|
+
}[];
|
3467
|
+
Tokens: {
|
3468
|
+
id: string;
|
3469
|
+
name: string | null;
|
3470
|
+
chainId: number;
|
3471
|
+
address: string;
|
3472
|
+
decimals: number;
|
3473
|
+
symbol: string;
|
3474
|
+
displaySymbol: string;
|
3475
|
+
icon: string;
|
3476
|
+
verified: boolean;
|
3477
|
+
isTest: boolean;
|
3478
|
+
type: import("@package/databases").TokenType;
|
3479
|
+
isNative: boolean;
|
3480
|
+
price: number | null;
|
3481
|
+
updatedAt: number | null;
|
3482
|
+
priceSource: string | null;
|
3483
|
+
}[];
|
4301
3484
|
};
|
4302
3485
|
422: {
|
4303
3486
|
type: "validation";
|
@@ -6840,85 +6023,6 @@ declare const app: Elysia<"", {
|
|
6840
6023
|
};
|
6841
6024
|
response: {
|
6842
6025
|
200: {
|
6843
|
-
id: string;
|
6844
|
-
chainId: number;
|
6845
|
-
type: string;
|
6846
|
-
identifier: string;
|
6847
|
-
name: string;
|
6848
|
-
status: "LIVE" | "PAST" | "SOON";
|
6849
|
-
action: any;
|
6850
|
-
tokens: ({
|
6851
|
-
address: string;
|
6852
|
-
chainId: number;
|
6853
|
-
decimals: number;
|
6854
|
-
icon: string;
|
6855
|
-
id: string;
|
6856
|
-
isNative: boolean;
|
6857
|
-
isTest: boolean;
|
6858
|
-
name: string | null;
|
6859
|
-
symbol: string;
|
6860
|
-
type: import("@package/databases").TokenType;
|
6861
|
-
verified: boolean;
|
6862
|
-
} & {
|
6863
|
-
price?: number | null | undefined;
|
6864
|
-
updatedAt?: number | null | undefined;
|
6865
|
-
priceSource?: string | null | undefined;
|
6866
|
-
isTokenWrapper?: boolean | undefined;
|
6867
|
-
tokenWrapperAddress?: string | undefined;
|
6868
|
-
})[];
|
6869
|
-
mainProtocol: "aave" | "aerodrome" | "ajna" | "akron" | "ambient" | "angles" | "arrakis" | "arthswap" | "aura" | "avalon" | "badger" | "balancer" | "base-swap" | "beefy" | "beraborrow" | "beratrax" | "bunni" | "camelot" | "cian" | "compound" | "concrete" | "cross_curve" | "crust" | "curve" | "curveNPool" | "dlend" | "dolomite" | "dragonswap" | "eigenlayer" | "ekubo" | "enzyme" | "equalizer" | "equilibria" | "euler" | "fenix" | "filament" | "fluid" | "fluidvault" | "frax" | "fraxlend" | "gamma" | "gammaswap" | "gearbox" | "hanji" | "holdstation" | "horiza" | "hourglass" | "hybra-pair" | "hyperdrive" | "hypurrfi" | "ichi" | "iguana" | "ion" | "ionic" | "ironclad" | "izumi" | "katana" | "kim" | "koi" | "kyo" | "lagoon" | "layerbank" | "lendle" | "lnd" | "maha" | "maverick" | "mimswap" | "moonwell" | "morpho" | "neptune" | "oku" | "pancake-swap" | "pendle" | "pinto" | "poolside" | "puffer" | "punchswap" | "quickswap" | "ra" | "radiant" | "ramses" | "reactor_fusion" | "reserve" | "retro" | "rfx" | "sake" | "satlayer" | "satoshi" | "silo" | "sonex" | "sonicmarket" | "spectra" | "splice" | "stability" | "stabull" | "stryke" | "sturdy" | "summerfinance" | "superlend" | "supswap" | "sushi-swap" | "swap-x" | "swapr" | "syncswap" | "tako-tako" | "teller" | "tempest" | "termmax" | "thirdtrade" | "thruster" | "toros" | "trader-joe" | "uniswap" | "uranium" | "veda" | "velodrome" | "venus" | "vest" | "vicuna" | "voltage" | "woofi" | "xlend" | "yei" | "zero" | "zerolend" | "zk-swap" | "zkSwapThreePool" | undefined;
|
6870
|
-
description: string;
|
6871
|
-
howToSteps: string[];
|
6872
|
-
depositUrl: string | undefined;
|
6873
|
-
explorerAddress: string | undefined;
|
6874
|
-
tags: string[];
|
6875
|
-
} | {
|
6876
|
-
id: string;
|
6877
|
-
chainId: number;
|
6878
|
-
type: string;
|
6879
|
-
identifier: string;
|
6880
|
-
name: string;
|
6881
|
-
description: string;
|
6882
|
-
howToSteps: string[];
|
6883
|
-
depositUrl: string | null;
|
6884
|
-
explorerAddress: string | null;
|
6885
|
-
status: import("@package/databases").Status;
|
6886
|
-
action: import("@package/databases").OpportunityAction;
|
6887
|
-
mainProtocolId: string | null;
|
6888
|
-
tvl: number;
|
6889
|
-
apr: number;
|
6890
|
-
maxApr: number | null;
|
6891
|
-
dailyRewards: number;
|
6892
|
-
tags: string[];
|
6893
|
-
lastCampaignCreatedAt: Date;
|
6894
|
-
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
6895
|
-
liveCampaigns: number;
|
6896
|
-
Protocols: {
|
6897
|
-
id: string;
|
6898
|
-
tags: string[];
|
6899
|
-
name: string;
|
6900
|
-
description: string;
|
6901
|
-
url: string;
|
6902
|
-
icon: string;
|
6903
|
-
}[];
|
6904
|
-
Tokens: {
|
6905
|
-
id: string;
|
6906
|
-
name: string | null;
|
6907
|
-
chainId: number;
|
6908
|
-
address: string;
|
6909
|
-
decimals: number;
|
6910
|
-
symbol: string;
|
6911
|
-
displaySymbol: string;
|
6912
|
-
icon: string;
|
6913
|
-
verified: boolean;
|
6914
|
-
isTest: boolean;
|
6915
|
-
type: import("@package/databases").TokenType;
|
6916
|
-
isNative: boolean;
|
6917
|
-
price: number | null;
|
6918
|
-
updatedAt: number | null;
|
6919
|
-
priceSource: string | null;
|
6920
|
-
}[];
|
6921
|
-
} | {
|
6922
6026
|
distributionChain?: ({
|
6923
6027
|
endOfDisputePeriod: number;
|
6924
6028
|
icon: string;
|
@@ -7038,31 +6142,110 @@ declare const app: Elysia<"", {
|
|
7038
6142
|
startTimestamp: number;
|
7039
6143
|
subType: number | null;
|
7040
6144
|
type: string;
|
7041
|
-
}
|
7042
|
-
|
7043
|
-
|
7044
|
-
|
7045
|
-
|
7046
|
-
|
7047
|
-
|
7048
|
-
|
7049
|
-
|
7050
|
-
|
7051
|
-
|
7052
|
-
|
7053
|
-
|
7054
|
-
|
7055
|
-
|
7056
|
-
|
7057
|
-
|
7058
|
-
|
7059
|
-
|
7060
|
-
|
7061
|
-
|
7062
|
-
|
7063
|
-
|
7064
|
-
|
7065
|
-
|
6145
|
+
} | {
|
6146
|
+
id: string;
|
6147
|
+
chainId: number;
|
6148
|
+
type: string;
|
6149
|
+
identifier: string;
|
6150
|
+
name: string;
|
6151
|
+
status: "LIVE" | "PAST" | "SOON";
|
6152
|
+
action: any;
|
6153
|
+
tokens: ({
|
6154
|
+
address: string;
|
6155
|
+
chainId: number;
|
6156
|
+
decimals: number;
|
6157
|
+
icon: string;
|
6158
|
+
id: string;
|
6159
|
+
isNative: boolean;
|
6160
|
+
isTest: boolean;
|
6161
|
+
name: string | null;
|
6162
|
+
symbol: string;
|
6163
|
+
type: import("@package/databases").TokenType;
|
6164
|
+
verified: boolean;
|
6165
|
+
} & {
|
6166
|
+
price?: number | null | undefined;
|
6167
|
+
updatedAt?: number | null | undefined;
|
6168
|
+
priceSource?: string | null | undefined;
|
6169
|
+
isTokenWrapper?: boolean | undefined;
|
6170
|
+
tokenWrapperAddress?: string | undefined;
|
6171
|
+
})[];
|
6172
|
+
mainProtocol: "aave" | "aerodrome" | "ajna" | "akron" | "ambient" | "angles" | "arrakis" | "arthswap" | "aura" | "avalon" | "badger" | "balancer" | "base-swap" | "beefy" | "beraborrow" | "beratrax" | "bunni" | "camelot" | "cian" | "compound" | "concrete" | "cross_curve" | "crust" | "curve" | "curveNPool" | "dlend" | "dolomite" | "dragonswap" | "eigenlayer" | "ekubo" | "enzyme" | "equalizer" | "equilibria" | "euler" | "fenix" | "filament" | "fluid" | "fluidvault" | "frax" | "fraxlend" | "gamma" | "gammaswap" | "gearbox" | "hanji" | "holdstation" | "horiza" | "hourglass" | "hybra-pair" | "hyperdrive" | "hypurrfi" | "ichi" | "iguana" | "ion" | "ionic" | "ironclad" | "izumi" | "katana" | "kim" | "koi" | "kyo" | "lagoon" | "layerbank" | "lendle" | "lnd" | "maha" | "maverick" | "mimswap" | "moonwell" | "morpho" | "neptune" | "oku" | "pancake-swap" | "pendle" | "pinto" | "poolside" | "puffer" | "punchswap" | "quickswap" | "ra" | "radiant" | "ramses" | "reactor_fusion" | "reserve" | "retro" | "rfx" | "sake" | "satlayer" | "satoshi" | "silo" | "sonex" | "sonicmarket" | "spectra" | "splice" | "stability" | "stabull" | "stryke" | "sturdy" | "summerfinance" | "superlend" | "supswap" | "sushi-swap" | "swap-x" | "swapr" | "syncswap" | "tako-tako" | "teller" | "tempest" | "termmax" | "thirdtrade" | "thruster" | "toros" | "trader-joe" | "uniswap" | "uranium" | "veda" | "velodrome" | "venus" | "vest" | "vicuna" | "voltage" | "woofi" | "xlend" | "yei" | "zero" | "zerolend" | "zk-swap" | "zkSwapThreePool" | undefined;
|
6173
|
+
description: string;
|
6174
|
+
howToSteps: string[];
|
6175
|
+
depositUrl: string | undefined;
|
6176
|
+
explorerAddress: string | undefined;
|
6177
|
+
tags: string[];
|
6178
|
+
} | {
|
6179
|
+
id: string;
|
6180
|
+
chainId: number;
|
6181
|
+
type: string;
|
6182
|
+
identifier: string;
|
6183
|
+
name: string;
|
6184
|
+
description: string;
|
6185
|
+
howToSteps: string[];
|
6186
|
+
depositUrl: string | null;
|
6187
|
+
explorerAddress: string | null;
|
6188
|
+
status: import("@package/databases").Status;
|
6189
|
+
action: import("@package/databases").OpportunityAction;
|
6190
|
+
mainProtocolId: string | null;
|
6191
|
+
tvl: number;
|
6192
|
+
apr: number;
|
6193
|
+
maxApr: number | null;
|
6194
|
+
dailyRewards: number;
|
6195
|
+
tags: string[];
|
6196
|
+
lastCampaignCreatedAt: Date;
|
6197
|
+
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
6198
|
+
liveCampaigns: number;
|
6199
|
+
Protocols: {
|
6200
|
+
id: string;
|
6201
|
+
tags: string[];
|
6202
|
+
name: string;
|
6203
|
+
description: string;
|
6204
|
+
url: string;
|
6205
|
+
icon: string;
|
6206
|
+
}[];
|
6207
|
+
Tokens: {
|
6208
|
+
id: string;
|
6209
|
+
name: string | null;
|
6210
|
+
chainId: number;
|
6211
|
+
address: string;
|
6212
|
+
decimals: number;
|
6213
|
+
symbol: string;
|
6214
|
+
displaySymbol: string;
|
6215
|
+
icon: string;
|
6216
|
+
verified: boolean;
|
6217
|
+
isTest: boolean;
|
6218
|
+
type: import("@package/databases").TokenType;
|
6219
|
+
isNative: boolean;
|
6220
|
+
price: number | null;
|
6221
|
+
updatedAt: number | null;
|
6222
|
+
priceSource: string | null;
|
6223
|
+
}[];
|
6224
|
+
};
|
6225
|
+
422: {
|
6226
|
+
type: "validation";
|
6227
|
+
on: string;
|
6228
|
+
summary?: string | undefined;
|
6229
|
+
message?: string | undefined;
|
6230
|
+
found?: unknown;
|
6231
|
+
property?: string | undefined;
|
6232
|
+
expected?: string | undefined;
|
6233
|
+
};
|
6234
|
+
};
|
6235
|
+
};
|
6236
|
+
};
|
6237
|
+
};
|
6238
|
+
} & {
|
6239
|
+
"dry-run": {
|
6240
|
+
metadata: {
|
6241
|
+
opportunity: {
|
6242
|
+
":opportunityId": {
|
6243
|
+
get: {
|
6244
|
+
body: unknown;
|
6245
|
+
params: {
|
6246
|
+
opportunityId: string;
|
6247
|
+
} & {} & {};
|
6248
|
+
query: unknown;
|
7066
6249
|
headers: {
|
7067
6250
|
authorization: string;
|
7068
6251
|
};
|
@@ -7177,85 +6360,6 @@ declare const app: Elysia<"", {
|
|
7177
6360
|
};
|
7178
6361
|
response: {
|
7179
6362
|
200: {
|
7180
|
-
id: string;
|
7181
|
-
chainId: number;
|
7182
|
-
type: string;
|
7183
|
-
identifier: string;
|
7184
|
-
name: string;
|
7185
|
-
status: "LIVE" | "PAST" | "SOON";
|
7186
|
-
action: any;
|
7187
|
-
tokens: ({
|
7188
|
-
address: string;
|
7189
|
-
chainId: number;
|
7190
|
-
decimals: number;
|
7191
|
-
icon: string;
|
7192
|
-
id: string;
|
7193
|
-
isNative: boolean;
|
7194
|
-
isTest: boolean;
|
7195
|
-
name: string | null;
|
7196
|
-
symbol: string;
|
7197
|
-
type: import("@package/databases").TokenType;
|
7198
|
-
verified: boolean;
|
7199
|
-
} & {
|
7200
|
-
price?: number | null | undefined;
|
7201
|
-
updatedAt?: number | null | undefined;
|
7202
|
-
priceSource?: string | null | undefined;
|
7203
|
-
isTokenWrapper?: boolean | undefined;
|
7204
|
-
tokenWrapperAddress?: string | undefined;
|
7205
|
-
})[];
|
7206
|
-
mainProtocol: "aave" | "aerodrome" | "ajna" | "akron" | "ambient" | "angles" | "arrakis" | "arthswap" | "aura" | "avalon" | "badger" | "balancer" | "base-swap" | "beefy" | "beraborrow" | "beratrax" | "bunni" | "camelot" | "cian" | "compound" | "concrete" | "cross_curve" | "crust" | "curve" | "curveNPool" | "dlend" | "dolomite" | "dragonswap" | "eigenlayer" | "ekubo" | "enzyme" | "equalizer" | "equilibria" | "euler" | "fenix" | "filament" | "fluid" | "fluidvault" | "frax" | "fraxlend" | "gamma" | "gammaswap" | "gearbox" | "hanji" | "holdstation" | "horiza" | "hourglass" | "hybra-pair" | "hyperdrive" | "hypurrfi" | "ichi" | "iguana" | "ion" | "ionic" | "ironclad" | "izumi" | "katana" | "kim" | "koi" | "kyo" | "lagoon" | "layerbank" | "lendle" | "lnd" | "maha" | "maverick" | "mimswap" | "moonwell" | "morpho" | "neptune" | "oku" | "pancake-swap" | "pendle" | "pinto" | "poolside" | "puffer" | "punchswap" | "quickswap" | "ra" | "radiant" | "ramses" | "reactor_fusion" | "reserve" | "retro" | "rfx" | "sake" | "satlayer" | "satoshi" | "silo" | "sonex" | "sonicmarket" | "spectra" | "splice" | "stability" | "stabull" | "stryke" | "sturdy" | "summerfinance" | "superlend" | "supswap" | "sushi-swap" | "swap-x" | "swapr" | "syncswap" | "tako-tako" | "teller" | "tempest" | "termmax" | "thirdtrade" | "thruster" | "toros" | "trader-joe" | "uniswap" | "uranium" | "veda" | "velodrome" | "venus" | "vest" | "vicuna" | "voltage" | "woofi" | "xlend" | "yei" | "zero" | "zerolend" | "zk-swap" | "zkSwapThreePool" | undefined;
|
7207
|
-
description: string;
|
7208
|
-
howToSteps: string[];
|
7209
|
-
depositUrl: string | undefined;
|
7210
|
-
explorerAddress: string | undefined;
|
7211
|
-
tags: string[];
|
7212
|
-
} | {
|
7213
|
-
id: string;
|
7214
|
-
chainId: number;
|
7215
|
-
type: string;
|
7216
|
-
identifier: string;
|
7217
|
-
name: string;
|
7218
|
-
description: string;
|
7219
|
-
howToSteps: string[];
|
7220
|
-
depositUrl: string | null;
|
7221
|
-
explorerAddress: string | null;
|
7222
|
-
status: import("@package/databases").Status;
|
7223
|
-
action: import("@package/databases").OpportunityAction;
|
7224
|
-
mainProtocolId: string | null;
|
7225
|
-
tvl: number;
|
7226
|
-
apr: number;
|
7227
|
-
maxApr: number | null;
|
7228
|
-
dailyRewards: number;
|
7229
|
-
tags: string[];
|
7230
|
-
lastCampaignCreatedAt: Date;
|
7231
|
-
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
7232
|
-
liveCampaigns: number;
|
7233
|
-
Protocols: {
|
7234
|
-
id: string;
|
7235
|
-
tags: string[];
|
7236
|
-
name: string;
|
7237
|
-
description: string;
|
7238
|
-
url: string;
|
7239
|
-
icon: string;
|
7240
|
-
}[];
|
7241
|
-
Tokens: {
|
7242
|
-
id: string;
|
7243
|
-
name: string | null;
|
7244
|
-
chainId: number;
|
7245
|
-
address: string;
|
7246
|
-
decimals: number;
|
7247
|
-
symbol: string;
|
7248
|
-
displaySymbol: string;
|
7249
|
-
icon: string;
|
7250
|
-
verified: boolean;
|
7251
|
-
isTest: boolean;
|
7252
|
-
type: import("@package/databases").TokenType;
|
7253
|
-
isNative: boolean;
|
7254
|
-
price: number | null;
|
7255
|
-
updatedAt: number | null;
|
7256
|
-
priceSource: string | null;
|
7257
|
-
}[];
|
7258
|
-
} | {
|
7259
6363
|
distributionChain?: ({
|
7260
6364
|
endOfDisputePeriod: number;
|
7261
6365
|
icon: string;
|
@@ -7375,6 +6479,85 @@ declare const app: Elysia<"", {
|
|
7375
6479
|
startTimestamp: number;
|
7376
6480
|
subType: number | null;
|
7377
6481
|
type: string;
|
6482
|
+
} | {
|
6483
|
+
id: string;
|
6484
|
+
chainId: number;
|
6485
|
+
type: string;
|
6486
|
+
identifier: string;
|
6487
|
+
name: string;
|
6488
|
+
status: "LIVE" | "PAST" | "SOON";
|
6489
|
+
action: any;
|
6490
|
+
tokens: ({
|
6491
|
+
address: string;
|
6492
|
+
chainId: number;
|
6493
|
+
decimals: number;
|
6494
|
+
icon: string;
|
6495
|
+
id: string;
|
6496
|
+
isNative: boolean;
|
6497
|
+
isTest: boolean;
|
6498
|
+
name: string | null;
|
6499
|
+
symbol: string;
|
6500
|
+
type: import("@package/databases").TokenType;
|
6501
|
+
verified: boolean;
|
6502
|
+
} & {
|
6503
|
+
price?: number | null | undefined;
|
6504
|
+
updatedAt?: number | null | undefined;
|
6505
|
+
priceSource?: string | null | undefined;
|
6506
|
+
isTokenWrapper?: boolean | undefined;
|
6507
|
+
tokenWrapperAddress?: string | undefined;
|
6508
|
+
})[];
|
6509
|
+
mainProtocol: "aave" | "aerodrome" | "ajna" | "akron" | "ambient" | "angles" | "arrakis" | "arthswap" | "aura" | "avalon" | "badger" | "balancer" | "base-swap" | "beefy" | "beraborrow" | "beratrax" | "bunni" | "camelot" | "cian" | "compound" | "concrete" | "cross_curve" | "crust" | "curve" | "curveNPool" | "dlend" | "dolomite" | "dragonswap" | "eigenlayer" | "ekubo" | "enzyme" | "equalizer" | "equilibria" | "euler" | "fenix" | "filament" | "fluid" | "fluidvault" | "frax" | "fraxlend" | "gamma" | "gammaswap" | "gearbox" | "hanji" | "holdstation" | "horiza" | "hourglass" | "hybra-pair" | "hyperdrive" | "hypurrfi" | "ichi" | "iguana" | "ion" | "ionic" | "ironclad" | "izumi" | "katana" | "kim" | "koi" | "kyo" | "lagoon" | "layerbank" | "lendle" | "lnd" | "maha" | "maverick" | "mimswap" | "moonwell" | "morpho" | "neptune" | "oku" | "pancake-swap" | "pendle" | "pinto" | "poolside" | "puffer" | "punchswap" | "quickswap" | "ra" | "radiant" | "ramses" | "reactor_fusion" | "reserve" | "retro" | "rfx" | "sake" | "satlayer" | "satoshi" | "silo" | "sonex" | "sonicmarket" | "spectra" | "splice" | "stability" | "stabull" | "stryke" | "sturdy" | "summerfinance" | "superlend" | "supswap" | "sushi-swap" | "swap-x" | "swapr" | "syncswap" | "tako-tako" | "teller" | "tempest" | "termmax" | "thirdtrade" | "thruster" | "toros" | "trader-joe" | "uniswap" | "uranium" | "veda" | "velodrome" | "venus" | "vest" | "vicuna" | "voltage" | "woofi" | "xlend" | "yei" | "zero" | "zerolend" | "zk-swap" | "zkSwapThreePool" | undefined;
|
6510
|
+
description: string;
|
6511
|
+
howToSteps: string[];
|
6512
|
+
depositUrl: string | undefined;
|
6513
|
+
explorerAddress: string | undefined;
|
6514
|
+
tags: string[];
|
6515
|
+
} | {
|
6516
|
+
id: string;
|
6517
|
+
chainId: number;
|
6518
|
+
type: string;
|
6519
|
+
identifier: string;
|
6520
|
+
name: string;
|
6521
|
+
description: string;
|
6522
|
+
howToSteps: string[];
|
6523
|
+
depositUrl: string | null;
|
6524
|
+
explorerAddress: string | null;
|
6525
|
+
status: import("@package/databases").Status;
|
6526
|
+
action: import("@package/databases").OpportunityAction;
|
6527
|
+
mainProtocolId: string | null;
|
6528
|
+
tvl: number;
|
6529
|
+
apr: number;
|
6530
|
+
maxApr: number | null;
|
6531
|
+
dailyRewards: number;
|
6532
|
+
tags: string[];
|
6533
|
+
lastCampaignCreatedAt: Date;
|
6534
|
+
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
6535
|
+
liveCampaigns: number;
|
6536
|
+
Protocols: {
|
6537
|
+
id: string;
|
6538
|
+
tags: string[];
|
6539
|
+
name: string;
|
6540
|
+
description: string;
|
6541
|
+
url: string;
|
6542
|
+
icon: string;
|
6543
|
+
}[];
|
6544
|
+
Tokens: {
|
6545
|
+
id: string;
|
6546
|
+
name: string | null;
|
6547
|
+
chainId: number;
|
6548
|
+
address: string;
|
6549
|
+
decimals: number;
|
6550
|
+
symbol: string;
|
6551
|
+
displaySymbol: string;
|
6552
|
+
icon: string;
|
6553
|
+
verified: boolean;
|
6554
|
+
isTest: boolean;
|
6555
|
+
type: import("@package/databases").TokenType;
|
6556
|
+
isNative: boolean;
|
6557
|
+
price: number | null;
|
6558
|
+
updatedAt: number | null;
|
6559
|
+
priceSource: string | null;
|
6560
|
+
}[];
|
7378
6561
|
};
|
7379
6562
|
422: {
|
7380
6563
|
type: "validation";
|
@@ -7405,85 +6588,6 @@ declare const app: Elysia<"", {
|
|
7405
6588
|
};
|
7406
6589
|
response: {
|
7407
6590
|
200: {
|
7408
|
-
id: string;
|
7409
|
-
chainId: number;
|
7410
|
-
type: string;
|
7411
|
-
identifier: string;
|
7412
|
-
name: string;
|
7413
|
-
status: "LIVE" | "PAST" | "SOON";
|
7414
|
-
action: any;
|
7415
|
-
tokens: ({
|
7416
|
-
address: string;
|
7417
|
-
chainId: number;
|
7418
|
-
decimals: number;
|
7419
|
-
icon: string;
|
7420
|
-
id: string;
|
7421
|
-
isNative: boolean;
|
7422
|
-
isTest: boolean;
|
7423
|
-
name: string | null;
|
7424
|
-
symbol: string;
|
7425
|
-
type: import("@package/databases").TokenType;
|
7426
|
-
verified: boolean;
|
7427
|
-
} & {
|
7428
|
-
price?: number | null | undefined;
|
7429
|
-
updatedAt?: number | null | undefined;
|
7430
|
-
priceSource?: string | null | undefined;
|
7431
|
-
isTokenWrapper?: boolean | undefined;
|
7432
|
-
tokenWrapperAddress?: string | undefined;
|
7433
|
-
})[];
|
7434
|
-
mainProtocol: "aave" | "aerodrome" | "ajna" | "akron" | "ambient" | "angles" | "arrakis" | "arthswap" | "aura" | "avalon" | "badger" | "balancer" | "base-swap" | "beefy" | "beraborrow" | "beratrax" | "bunni" | "camelot" | "cian" | "compound" | "concrete" | "cross_curve" | "crust" | "curve" | "curveNPool" | "dlend" | "dolomite" | "dragonswap" | "eigenlayer" | "ekubo" | "enzyme" | "equalizer" | "equilibria" | "euler" | "fenix" | "filament" | "fluid" | "fluidvault" | "frax" | "fraxlend" | "gamma" | "gammaswap" | "gearbox" | "hanji" | "holdstation" | "horiza" | "hourglass" | "hybra-pair" | "hyperdrive" | "hypurrfi" | "ichi" | "iguana" | "ion" | "ionic" | "ironclad" | "izumi" | "katana" | "kim" | "koi" | "kyo" | "lagoon" | "layerbank" | "lendle" | "lnd" | "maha" | "maverick" | "mimswap" | "moonwell" | "morpho" | "neptune" | "oku" | "pancake-swap" | "pendle" | "pinto" | "poolside" | "puffer" | "punchswap" | "quickswap" | "ra" | "radiant" | "ramses" | "reactor_fusion" | "reserve" | "retro" | "rfx" | "sake" | "satlayer" | "satoshi" | "silo" | "sonex" | "sonicmarket" | "spectra" | "splice" | "stability" | "stabull" | "stryke" | "sturdy" | "summerfinance" | "superlend" | "supswap" | "sushi-swap" | "swap-x" | "swapr" | "syncswap" | "tako-tako" | "teller" | "tempest" | "termmax" | "thirdtrade" | "thruster" | "toros" | "trader-joe" | "uniswap" | "uranium" | "veda" | "velodrome" | "venus" | "vest" | "vicuna" | "voltage" | "woofi" | "xlend" | "yei" | "zero" | "zerolend" | "zk-swap" | "zkSwapThreePool" | undefined;
|
7435
|
-
description: string;
|
7436
|
-
howToSteps: string[];
|
7437
|
-
depositUrl: string | undefined;
|
7438
|
-
explorerAddress: string | undefined;
|
7439
|
-
tags: string[];
|
7440
|
-
} | {
|
7441
|
-
id: string;
|
7442
|
-
chainId: number;
|
7443
|
-
type: string;
|
7444
|
-
identifier: string;
|
7445
|
-
name: string;
|
7446
|
-
description: string;
|
7447
|
-
howToSteps: string[];
|
7448
|
-
depositUrl: string | null;
|
7449
|
-
explorerAddress: string | null;
|
7450
|
-
status: import("@package/databases").Status;
|
7451
|
-
action: import("@package/databases").OpportunityAction;
|
7452
|
-
mainProtocolId: string | null;
|
7453
|
-
tvl: number;
|
7454
|
-
apr: number;
|
7455
|
-
maxApr: number | null;
|
7456
|
-
dailyRewards: number;
|
7457
|
-
tags: string[];
|
7458
|
-
lastCampaignCreatedAt: Date;
|
7459
|
-
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
7460
|
-
liveCampaigns: number;
|
7461
|
-
Protocols: {
|
7462
|
-
id: string;
|
7463
|
-
tags: string[];
|
7464
|
-
name: string;
|
7465
|
-
description: string;
|
7466
|
-
url: string;
|
7467
|
-
icon: string;
|
7468
|
-
}[];
|
7469
|
-
Tokens: {
|
7470
|
-
id: string;
|
7471
|
-
name: string | null;
|
7472
|
-
chainId: number;
|
7473
|
-
address: string;
|
7474
|
-
decimals: number;
|
7475
|
-
symbol: string;
|
7476
|
-
displaySymbol: string;
|
7477
|
-
icon: string;
|
7478
|
-
verified: boolean;
|
7479
|
-
isTest: boolean;
|
7480
|
-
type: import("@package/databases").TokenType;
|
7481
|
-
isNative: boolean;
|
7482
|
-
price: number | null;
|
7483
|
-
updatedAt: number | null;
|
7484
|
-
priceSource: string | null;
|
7485
|
-
}[];
|
7486
|
-
} | {
|
7487
6591
|
distributionChain?: ({
|
7488
6592
|
endOfDisputePeriod: number;
|
7489
6593
|
icon: string;
|
@@ -7603,6 +6707,85 @@ declare const app: Elysia<"", {
|
|
7603
6707
|
startTimestamp: number;
|
7604
6708
|
subType: number | null;
|
7605
6709
|
type: string;
|
6710
|
+
} | {
|
6711
|
+
id: string;
|
6712
|
+
chainId: number;
|
6713
|
+
type: string;
|
6714
|
+
identifier: string;
|
6715
|
+
name: string;
|
6716
|
+
status: "LIVE" | "PAST" | "SOON";
|
6717
|
+
action: any;
|
6718
|
+
tokens: ({
|
6719
|
+
address: string;
|
6720
|
+
chainId: number;
|
6721
|
+
decimals: number;
|
6722
|
+
icon: string;
|
6723
|
+
id: string;
|
6724
|
+
isNative: boolean;
|
6725
|
+
isTest: boolean;
|
6726
|
+
name: string | null;
|
6727
|
+
symbol: string;
|
6728
|
+
type: import("@package/databases").TokenType;
|
6729
|
+
verified: boolean;
|
6730
|
+
} & {
|
6731
|
+
price?: number | null | undefined;
|
6732
|
+
updatedAt?: number | null | undefined;
|
6733
|
+
priceSource?: string | null | undefined;
|
6734
|
+
isTokenWrapper?: boolean | undefined;
|
6735
|
+
tokenWrapperAddress?: string | undefined;
|
6736
|
+
})[];
|
6737
|
+
mainProtocol: "aave" | "aerodrome" | "ajna" | "akron" | "ambient" | "angles" | "arrakis" | "arthswap" | "aura" | "avalon" | "badger" | "balancer" | "base-swap" | "beefy" | "beraborrow" | "beratrax" | "bunni" | "camelot" | "cian" | "compound" | "concrete" | "cross_curve" | "crust" | "curve" | "curveNPool" | "dlend" | "dolomite" | "dragonswap" | "eigenlayer" | "ekubo" | "enzyme" | "equalizer" | "equilibria" | "euler" | "fenix" | "filament" | "fluid" | "fluidvault" | "frax" | "fraxlend" | "gamma" | "gammaswap" | "gearbox" | "hanji" | "holdstation" | "horiza" | "hourglass" | "hybra-pair" | "hyperdrive" | "hypurrfi" | "ichi" | "iguana" | "ion" | "ionic" | "ironclad" | "izumi" | "katana" | "kim" | "koi" | "kyo" | "lagoon" | "layerbank" | "lendle" | "lnd" | "maha" | "maverick" | "mimswap" | "moonwell" | "morpho" | "neptune" | "oku" | "pancake-swap" | "pendle" | "pinto" | "poolside" | "puffer" | "punchswap" | "quickswap" | "ra" | "radiant" | "ramses" | "reactor_fusion" | "reserve" | "retro" | "rfx" | "sake" | "satlayer" | "satoshi" | "silo" | "sonex" | "sonicmarket" | "spectra" | "splice" | "stability" | "stabull" | "stryke" | "sturdy" | "summerfinance" | "superlend" | "supswap" | "sushi-swap" | "swap-x" | "swapr" | "syncswap" | "tako-tako" | "teller" | "tempest" | "termmax" | "thirdtrade" | "thruster" | "toros" | "trader-joe" | "uniswap" | "uranium" | "veda" | "velodrome" | "venus" | "vest" | "vicuna" | "voltage" | "woofi" | "xlend" | "yei" | "zero" | "zerolend" | "zk-swap" | "zkSwapThreePool" | undefined;
|
6738
|
+
description: string;
|
6739
|
+
howToSteps: string[];
|
6740
|
+
depositUrl: string | undefined;
|
6741
|
+
explorerAddress: string | undefined;
|
6742
|
+
tags: string[];
|
6743
|
+
} | {
|
6744
|
+
id: string;
|
6745
|
+
chainId: number;
|
6746
|
+
type: string;
|
6747
|
+
identifier: string;
|
6748
|
+
name: string;
|
6749
|
+
description: string;
|
6750
|
+
howToSteps: string[];
|
6751
|
+
depositUrl: string | null;
|
6752
|
+
explorerAddress: string | null;
|
6753
|
+
status: import("@package/databases").Status;
|
6754
|
+
action: import("@package/databases").OpportunityAction;
|
6755
|
+
mainProtocolId: string | null;
|
6756
|
+
tvl: number;
|
6757
|
+
apr: number;
|
6758
|
+
maxApr: number | null;
|
6759
|
+
dailyRewards: number;
|
6760
|
+
tags: string[];
|
6761
|
+
lastCampaignCreatedAt: Date;
|
6762
|
+
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
6763
|
+
liveCampaigns: number;
|
6764
|
+
Protocols: {
|
6765
|
+
id: string;
|
6766
|
+
tags: string[];
|
6767
|
+
name: string;
|
6768
|
+
description: string;
|
6769
|
+
url: string;
|
6770
|
+
icon: string;
|
6771
|
+
}[];
|
6772
|
+
Tokens: {
|
6773
|
+
id: string;
|
6774
|
+
name: string | null;
|
6775
|
+
chainId: number;
|
6776
|
+
address: string;
|
6777
|
+
decimals: number;
|
6778
|
+
symbol: string;
|
6779
|
+
displaySymbol: string;
|
6780
|
+
icon: string;
|
6781
|
+
verified: boolean;
|
6782
|
+
isTest: boolean;
|
6783
|
+
type: import("@package/databases").TokenType;
|
6784
|
+
isNative: boolean;
|
6785
|
+
price: number | null;
|
6786
|
+
updatedAt: number | null;
|
6787
|
+
priceSource: string | null;
|
6788
|
+
}[];
|
7606
6789
|
};
|
7607
6790
|
422: {
|
7608
6791
|
type: "validation";
|