@merkl/api 1.9.31 → 1.9.32
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 +180 -12
- package/dist/src/index.d.ts +180 -12
- package/dist/src/modules/v4/apr/apr.model.d.ts +1 -0
- package/dist/src/modules/v4/campaign/campaign.controller.d.ts +28 -0
- package/dist/src/modules/v4/campaign/campaign.formatter.js.map +1 -1
- package/dist/src/modules/v4/campaign/campaign.model.d.ts +2 -0
- package/dist/src/modules/v4/campaign/campaign.repository.d.ts +7 -0
- package/dist/src/modules/v4/campaign/campaign.service.d.ts +9 -0
- package/dist/src/modules/v4/campaign/campaign.test.controller.d.ts +20 -0
- package/dist/src/modules/v4/campaignStatus/campaignStatus.controller.d.ts +2 -0
- package/dist/src/modules/v4/campaignStatus/campaignStatus.service.d.ts +4 -0
- package/dist/src/modules/v4/carousel/carousel.controller.d.ts +22 -0
- package/dist/src/modules/v4/carousel/carousel.repository.d.ts +6 -0
- package/dist/src/modules/v4/carousel/carousel.service.d.ts +18 -0
- package/dist/src/modules/v4/computedValue/computedValue.controller.d.ts +2 -0
- package/dist/src/modules/v4/config/config.controller.d.ts +5 -0
- package/dist/src/modules/v4/config/config.service.d.ts +5 -0
- package/dist/src/modules/v4/creator/creator.controller.d.ts +5 -0
- package/dist/src/modules/v4/dispute/dispute.controller.d.ts +1 -0
- package/dist/src/modules/v4/dispute/dispute.service.d.ts +1 -0
- package/dist/src/modules/v4/dynamicData/dynamicData.service.d.ts +2 -0
- package/dist/src/modules/v4/legacy-claims/claims.controller.d.ts +1 -0
- package/dist/src/modules/v4/legacy-claims/claims.service.d.ts +1 -0
- package/dist/src/modules/v4/legacy-claims/claims.service.js.map +1 -1
- package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +36 -0
- package/dist/src/modules/v4/opportunity/opportunity.formatter.d.ts +11 -6
- package/dist/src/modules/v4/opportunity/opportunity.formatter.js.map +1 -1
- package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +12 -0
- package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +21 -0
- package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +47 -12
- package/dist/src/modules/v4/payload/payload.controller.d.ts +9 -0
- package/dist/src/modules/v4/payload/payload.service.d.ts +12 -0
- package/dist/src/modules/v4/program/program.controller.d.ts +12 -0
- package/dist/src/modules/v4/program/program.repository.d.ts +4 -0
- package/dist/src/modules/v4/program/program.service.d.ts +12 -0
- package/dist/src/modules/v4/programPayload/programPayload.controller.d.ts +1 -0
- package/dist/src/modules/v4/programPayload/programPayload.service.d.ts +1 -0
- package/dist/src/modules/v4/reward/reward.model.d.ts +2 -0
- package/dist/src/modules/v4/reward/reward.repository.d.ts +3 -0
- package/dist/src/modules/v4/reward/reward.service.d.ts +58 -36
- package/dist/src/modules/v4/reward/reward.service.js.map +1 -1
- package/dist/src/modules/v4/router.d.ts +180 -12
- package/dist/src/modules/v4/token/token.controller.d.ts +9 -0
- package/dist/src/modules/v4/token/token.formatter.d.ts +1 -1
- package/dist/src/modules/v4/token/token.formatter.js.map +1 -1
- package/dist/src/modules/v4/token/token.model.d.ts +2 -0
- package/dist/src/modules/v4/token/token.model.js.map +1 -1
- package/dist/src/modules/v4/token/token.repository.d.ts +3 -1
- package/dist/src/modules/v4/token/token.repository.js.map +1 -1
- package/dist/src/modules/v4/token/token.service.d.ts +1 -0
- package/dist/src/modules/v4/token/token.service.js.map +1 -1
- package/dist/src/modules/v4/uniswap/uniswap.controller.d.ts +8 -0
- package/dist/src/modules/v4/uniswap/uniswap.service.d.ts +4 -0
- package/dist/src/modules/v4/user/user.controller.d.ts +19 -12
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/src/index.d.ts
CHANGED
|
@@ -836,6 +836,7 @@ declare const app: Elysia<"", {
|
|
|
836
836
|
updatedAt?: number | null | undefined;
|
|
837
837
|
priceSource?: string | null | undefined;
|
|
838
838
|
displaySymbol?: string | undefined;
|
|
839
|
+
underlyingTokenId?: string | undefined;
|
|
839
840
|
}[];
|
|
840
841
|
chain: {
|
|
841
842
|
id: number;
|
|
@@ -953,6 +954,7 @@ declare const app: Elysia<"", {
|
|
|
953
954
|
updatedAt?: number | null | undefined;
|
|
954
955
|
priceSource?: string | null | undefined;
|
|
955
956
|
displaySymbol?: string | undefined;
|
|
957
|
+
underlyingTokenId?: string | undefined;
|
|
956
958
|
};
|
|
957
959
|
opportunityId?: string | undefined;
|
|
958
960
|
distributionChain?: {
|
|
@@ -1004,6 +1006,7 @@ declare const app: Elysia<"", {
|
|
|
1004
1006
|
updatedAt?: number | null | undefined;
|
|
1005
1007
|
priceSource?: string | null | undefined;
|
|
1006
1008
|
displaySymbol?: string | undefined;
|
|
1009
|
+
underlyingTokenId?: string | undefined;
|
|
1007
1010
|
};
|
|
1008
1011
|
amount: string | bigint;
|
|
1009
1012
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -1099,6 +1102,7 @@ declare const app: Elysia<"", {
|
|
|
1099
1102
|
updatedAt?: number | null | undefined;
|
|
1100
1103
|
priceSource?: string | null | undefined;
|
|
1101
1104
|
displaySymbol?: string | undefined;
|
|
1105
|
+
underlyingTokenId?: string | undefined;
|
|
1102
1106
|
};
|
|
1103
1107
|
amount: string | bigint;
|
|
1104
1108
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -1144,6 +1148,7 @@ declare const app: Elysia<"", {
|
|
|
1144
1148
|
updatedAt?: number | null | undefined;
|
|
1145
1149
|
priceSource?: string | null | undefined;
|
|
1146
1150
|
displaySymbol?: string | undefined;
|
|
1151
|
+
underlyingTokenId?: string | undefined;
|
|
1147
1152
|
};
|
|
1148
1153
|
rewardTokenId?: string | undefined;
|
|
1149
1154
|
rootCampaignId?: string | null | undefined;
|
|
@@ -1354,6 +1359,7 @@ declare const app: Elysia<"", {
|
|
|
1354
1359
|
updatedAt?: number | null | undefined;
|
|
1355
1360
|
priceSource?: string | null | undefined;
|
|
1356
1361
|
displaySymbol?: string | undefined;
|
|
1362
|
+
underlyingTokenId?: string | undefined;
|
|
1357
1363
|
}[];
|
|
1358
1364
|
chain: {
|
|
1359
1365
|
id: number;
|
|
@@ -1422,6 +1428,7 @@ declare const app: Elysia<"", {
|
|
|
1422
1428
|
updatedAt?: number | null | undefined;
|
|
1423
1429
|
priceSource?: string | null | undefined;
|
|
1424
1430
|
displaySymbol?: string | undefined;
|
|
1431
|
+
underlyingTokenId?: string | undefined;
|
|
1425
1432
|
} | undefined;
|
|
1426
1433
|
} | undefined;
|
|
1427
1434
|
tvlRecord?: {
|
|
@@ -1456,6 +1463,7 @@ declare const app: Elysia<"", {
|
|
|
1456
1463
|
updatedAt?: number | null | undefined;
|
|
1457
1464
|
priceSource?: string | null | undefined;
|
|
1458
1465
|
displaySymbol?: string | undefined;
|
|
1466
|
+
underlyingTokenId?: string | undefined;
|
|
1459
1467
|
};
|
|
1460
1468
|
amount: string | bigint;
|
|
1461
1469
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -1513,6 +1521,7 @@ declare const app: Elysia<"", {
|
|
|
1513
1521
|
updatedAt?: number | null | undefined;
|
|
1514
1522
|
priceSource?: string | null | undefined;
|
|
1515
1523
|
displaySymbol?: string | undefined;
|
|
1524
|
+
underlyingTokenId?: string | undefined;
|
|
1516
1525
|
};
|
|
1517
1526
|
opportunityId?: string | undefined;
|
|
1518
1527
|
distributionChain?: {
|
|
@@ -1564,6 +1573,7 @@ declare const app: Elysia<"", {
|
|
|
1564
1573
|
updatedAt?: number | null | undefined;
|
|
1565
1574
|
priceSource?: string | null | undefined;
|
|
1566
1575
|
displaySymbol?: string | undefined;
|
|
1576
|
+
underlyingTokenId?: string | undefined;
|
|
1567
1577
|
};
|
|
1568
1578
|
amount: string | bigint;
|
|
1569
1579
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -1620,6 +1630,7 @@ declare const app: Elysia<"", {
|
|
|
1620
1630
|
updatedAt?: number | null | undefined;
|
|
1621
1631
|
priceSource?: string | null | undefined;
|
|
1622
1632
|
displaySymbol?: string | undefined;
|
|
1633
|
+
underlyingTokenId?: string | undefined;
|
|
1623
1634
|
}[];
|
|
1624
1635
|
chain: {
|
|
1625
1636
|
id: number;
|
|
@@ -1688,6 +1699,7 @@ declare const app: Elysia<"", {
|
|
|
1688
1699
|
updatedAt?: number | null | undefined;
|
|
1689
1700
|
priceSource?: string | null | undefined;
|
|
1690
1701
|
displaySymbol?: string | undefined;
|
|
1702
|
+
underlyingTokenId?: string | undefined;
|
|
1691
1703
|
} | undefined;
|
|
1692
1704
|
} | undefined;
|
|
1693
1705
|
tvlRecord?: {
|
|
@@ -1722,6 +1734,7 @@ declare const app: Elysia<"", {
|
|
|
1722
1734
|
updatedAt?: number | null | undefined;
|
|
1723
1735
|
priceSource?: string | null | undefined;
|
|
1724
1736
|
displaySymbol?: string | undefined;
|
|
1737
|
+
underlyingTokenId?: string | undefined;
|
|
1725
1738
|
};
|
|
1726
1739
|
amount: string | bigint;
|
|
1727
1740
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -1779,6 +1792,7 @@ declare const app: Elysia<"", {
|
|
|
1779
1792
|
updatedAt?: number | null | undefined;
|
|
1780
1793
|
priceSource?: string | null | undefined;
|
|
1781
1794
|
displaySymbol?: string | undefined;
|
|
1795
|
+
underlyingTokenId?: string | undefined;
|
|
1782
1796
|
};
|
|
1783
1797
|
opportunityId?: string | undefined;
|
|
1784
1798
|
distributionChain?: {
|
|
@@ -1830,6 +1844,7 @@ declare const app: Elysia<"", {
|
|
|
1830
1844
|
updatedAt?: number | null | undefined;
|
|
1831
1845
|
priceSource?: string | null | undefined;
|
|
1832
1846
|
displaySymbol?: string | undefined;
|
|
1847
|
+
underlyingTokenId?: string | undefined;
|
|
1833
1848
|
};
|
|
1834
1849
|
amount: string | bigint;
|
|
1835
1850
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -1886,6 +1901,7 @@ declare const app: Elysia<"", {
|
|
|
1886
1901
|
updatedAt?: number | null | undefined;
|
|
1887
1902
|
priceSource?: string | null | undefined;
|
|
1888
1903
|
displaySymbol?: string | undefined;
|
|
1904
|
+
underlyingTokenId?: string | undefined;
|
|
1889
1905
|
}[];
|
|
1890
1906
|
chain: {
|
|
1891
1907
|
id: number;
|
|
@@ -1954,6 +1970,7 @@ declare const app: Elysia<"", {
|
|
|
1954
1970
|
updatedAt?: number | null | undefined;
|
|
1955
1971
|
priceSource?: string | null | undefined;
|
|
1956
1972
|
displaySymbol?: string | undefined;
|
|
1973
|
+
underlyingTokenId?: string | undefined;
|
|
1957
1974
|
} | undefined;
|
|
1958
1975
|
} | undefined;
|
|
1959
1976
|
tvlRecord?: {
|
|
@@ -1988,6 +2005,7 @@ declare const app: Elysia<"", {
|
|
|
1988
2005
|
updatedAt?: number | null | undefined;
|
|
1989
2006
|
priceSource?: string | null | undefined;
|
|
1990
2007
|
displaySymbol?: string | undefined;
|
|
2008
|
+
underlyingTokenId?: string | undefined;
|
|
1991
2009
|
};
|
|
1992
2010
|
amount: string | bigint;
|
|
1993
2011
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -2045,6 +2063,7 @@ declare const app: Elysia<"", {
|
|
|
2045
2063
|
updatedAt?: number | null | undefined;
|
|
2046
2064
|
priceSource?: string | null | undefined;
|
|
2047
2065
|
displaySymbol?: string | undefined;
|
|
2066
|
+
underlyingTokenId?: string | undefined;
|
|
2048
2067
|
};
|
|
2049
2068
|
opportunityId?: string | undefined;
|
|
2050
2069
|
distributionChain?: {
|
|
@@ -2096,6 +2115,7 @@ declare const app: Elysia<"", {
|
|
|
2096
2115
|
updatedAt?: number | null | undefined;
|
|
2097
2116
|
priceSource?: string | null | undefined;
|
|
2098
2117
|
displaySymbol?: string | undefined;
|
|
2118
|
+
underlyingTokenId?: string | undefined;
|
|
2099
2119
|
};
|
|
2100
2120
|
amount: string | bigint;
|
|
2101
2121
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -2368,6 +2388,7 @@ declare const app: Elysia<"", {
|
|
|
2368
2388
|
updatedAt?: number | null | undefined;
|
|
2369
2389
|
priceSource?: string | null | undefined;
|
|
2370
2390
|
displaySymbol?: string | undefined;
|
|
2391
|
+
underlyingTokenId?: string | undefined;
|
|
2371
2392
|
};
|
|
2372
2393
|
opportunityId?: string | undefined;
|
|
2373
2394
|
distributionChain?: {
|
|
@@ -2419,6 +2440,7 @@ declare const app: Elysia<"", {
|
|
|
2419
2440
|
updatedAt?: number | null | undefined;
|
|
2420
2441
|
priceSource?: string | null | undefined;
|
|
2421
2442
|
displaySymbol?: string | undefined;
|
|
2443
|
+
underlyingTokenId?: string | undefined;
|
|
2422
2444
|
};
|
|
2423
2445
|
amount: string | bigint;
|
|
2424
2446
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -2514,6 +2536,7 @@ declare const app: Elysia<"", {
|
|
|
2514
2536
|
updatedAt?: number | null | undefined;
|
|
2515
2537
|
priceSource?: string | null | undefined;
|
|
2516
2538
|
displaySymbol?: string | undefined;
|
|
2539
|
+
underlyingTokenId?: string | undefined;
|
|
2517
2540
|
};
|
|
2518
2541
|
amount: string | bigint;
|
|
2519
2542
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -2559,6 +2582,7 @@ declare const app: Elysia<"", {
|
|
|
2559
2582
|
updatedAt?: number | null | undefined;
|
|
2560
2583
|
priceSource?: string | null | undefined;
|
|
2561
2584
|
displaySymbol?: string | undefined;
|
|
2585
|
+
underlyingTokenId?: string | undefined;
|
|
2562
2586
|
};
|
|
2563
2587
|
rewardTokenId?: string | undefined;
|
|
2564
2588
|
rootCampaignId?: string | null | undefined;
|
|
@@ -2876,6 +2900,7 @@ declare const app: Elysia<"", {
|
|
|
2876
2900
|
updatedAt?: number | null | undefined;
|
|
2877
2901
|
priceSource?: string | null | undefined;
|
|
2878
2902
|
displaySymbol?: string | undefined;
|
|
2903
|
+
underlyingTokenId?: string | undefined;
|
|
2879
2904
|
}[];
|
|
2880
2905
|
chain: {
|
|
2881
2906
|
id: number;
|
|
@@ -3056,6 +3081,7 @@ declare const app: Elysia<"", {
|
|
|
3056
3081
|
updatedAt?: number | null | undefined;
|
|
3057
3082
|
priceSource?: string | null | undefined;
|
|
3058
3083
|
displaySymbol?: string | undefined;
|
|
3084
|
+
underlyingTokenId?: string | undefined;
|
|
3059
3085
|
}[];
|
|
3060
3086
|
chain: {
|
|
3061
3087
|
id: number;
|
|
@@ -3171,6 +3197,7 @@ declare const app: Elysia<"", {
|
|
|
3171
3197
|
updatedAt?: number | null | undefined;
|
|
3172
3198
|
priceSource?: string | null | undefined;
|
|
3173
3199
|
displaySymbol?: string | undefined;
|
|
3200
|
+
underlyingTokenId?: string | undefined;
|
|
3174
3201
|
};
|
|
3175
3202
|
value: number;
|
|
3176
3203
|
} & {
|
|
@@ -3225,6 +3252,7 @@ declare const app: Elysia<"", {
|
|
|
3225
3252
|
updatedAt?: number | null | undefined;
|
|
3226
3253
|
priceSource?: string | null | undefined;
|
|
3227
3254
|
displaySymbol?: string | undefined;
|
|
3255
|
+
underlyingTokenId?: string | undefined;
|
|
3228
3256
|
};
|
|
3229
3257
|
value: number;
|
|
3230
3258
|
} & {
|
|
@@ -3706,6 +3734,7 @@ declare const app: Elysia<"", {
|
|
|
3706
3734
|
updatedAt?: number | null | undefined;
|
|
3707
3735
|
priceSource?: string | null | undefined;
|
|
3708
3736
|
displaySymbol?: string | undefined;
|
|
3737
|
+
underlyingTokenId?: string | undefined;
|
|
3709
3738
|
};
|
|
3710
3739
|
}>;
|
|
3711
3740
|
} | undefined;
|
|
@@ -3728,6 +3757,7 @@ declare const app: Elysia<"", {
|
|
|
3728
3757
|
updatedAt?: number | null | undefined;
|
|
3729
3758
|
priceSource?: string | null | undefined;
|
|
3730
3759
|
displaySymbol?: string | undefined;
|
|
3760
|
+
underlyingTokenId?: string | undefined;
|
|
3731
3761
|
};
|
|
3732
3762
|
value: number;
|
|
3733
3763
|
}>;
|
|
@@ -3900,6 +3930,7 @@ declare const app: Elysia<"", {
|
|
|
3900
3930
|
isTest: boolean;
|
|
3901
3931
|
type: import("@package/databases").TokenType;
|
|
3902
3932
|
isNative: boolean;
|
|
3933
|
+
underlyingTokenId: string | null;
|
|
3903
3934
|
price: number | null;
|
|
3904
3935
|
updatedAt: number | null;
|
|
3905
3936
|
priceSource: string | null;
|
|
@@ -3948,6 +3979,7 @@ declare const app: Elysia<"", {
|
|
|
3948
3979
|
isTest: boolean;
|
|
3949
3980
|
type: import("@package/databases").TokenType;
|
|
3950
3981
|
isNative: boolean;
|
|
3982
|
+
underlyingTokenId: string | null;
|
|
3951
3983
|
price: number | null;
|
|
3952
3984
|
updatedAt: number | null;
|
|
3953
3985
|
priceSource: string | null;
|
|
@@ -3986,6 +4018,7 @@ declare const app: Elysia<"", {
|
|
|
3986
4018
|
isTest: boolean;
|
|
3987
4019
|
type: import("@package/databases").TokenType;
|
|
3988
4020
|
isNative: boolean;
|
|
4021
|
+
underlyingTokenId: string | null;
|
|
3989
4022
|
price: number | null;
|
|
3990
4023
|
updatedAt: number | null;
|
|
3991
4024
|
priceSource: string | null;
|
|
@@ -4105,6 +4138,7 @@ declare const app: Elysia<"", {
|
|
|
4105
4138
|
updatedAt?: number | null | undefined;
|
|
4106
4139
|
priceSource?: string | null | undefined;
|
|
4107
4140
|
displaySymbol?: string | undefined;
|
|
4141
|
+
underlyingTokenId?: string | undefined;
|
|
4108
4142
|
};
|
|
4109
4143
|
value: number;
|
|
4110
4144
|
} & {
|
|
@@ -4159,6 +4193,7 @@ declare const app: Elysia<"", {
|
|
|
4159
4193
|
updatedAt?: number | null | undefined;
|
|
4160
4194
|
priceSource?: string | null | undefined;
|
|
4161
4195
|
displaySymbol?: string | undefined;
|
|
4196
|
+
underlyingTokenId?: string | undefined;
|
|
4162
4197
|
};
|
|
4163
4198
|
value: number;
|
|
4164
4199
|
} & {
|
|
@@ -4246,6 +4281,7 @@ declare const app: Elysia<"", {
|
|
|
4246
4281
|
updatedAt?: number | null | undefined;
|
|
4247
4282
|
priceSource?: string | null | undefined;
|
|
4248
4283
|
displaySymbol?: string | undefined;
|
|
4284
|
+
underlyingTokenId?: string | undefined;
|
|
4249
4285
|
};
|
|
4250
4286
|
value: number;
|
|
4251
4287
|
} & {
|
|
@@ -4300,6 +4336,7 @@ declare const app: Elysia<"", {
|
|
|
4300
4336
|
updatedAt?: number | null | undefined;
|
|
4301
4337
|
priceSource?: string | null | undefined;
|
|
4302
4338
|
displaySymbol?: string | undefined;
|
|
4339
|
+
underlyingTokenId?: string | undefined;
|
|
4303
4340
|
};
|
|
4304
4341
|
value: number;
|
|
4305
4342
|
} & {
|
|
@@ -4387,6 +4424,7 @@ declare const app: Elysia<"", {
|
|
|
4387
4424
|
updatedAt?: number | null | undefined;
|
|
4388
4425
|
priceSource?: string | null | undefined;
|
|
4389
4426
|
displaySymbol?: string | undefined;
|
|
4427
|
+
underlyingTokenId?: string | undefined;
|
|
4390
4428
|
};
|
|
4391
4429
|
value: number;
|
|
4392
4430
|
} & {
|
|
@@ -4441,6 +4479,7 @@ declare const app: Elysia<"", {
|
|
|
4441
4479
|
updatedAt?: number | null | undefined;
|
|
4442
4480
|
priceSource?: string | null | undefined;
|
|
4443
4481
|
displaySymbol?: string | undefined;
|
|
4482
|
+
underlyingTokenId?: string | undefined;
|
|
4444
4483
|
};
|
|
4445
4484
|
value: number;
|
|
4446
4485
|
} & {
|
|
@@ -4524,6 +4563,7 @@ declare const app: Elysia<"", {
|
|
|
4524
4563
|
updatedAt?: number | null | undefined;
|
|
4525
4564
|
priceSource?: string | null | undefined;
|
|
4526
4565
|
displaySymbol?: string | undefined;
|
|
4566
|
+
underlyingTokenId?: string | undefined;
|
|
4527
4567
|
};
|
|
4528
4568
|
value: number;
|
|
4529
4569
|
} & {
|
|
@@ -4578,6 +4618,7 @@ declare const app: Elysia<"", {
|
|
|
4578
4618
|
updatedAt?: number | null | undefined;
|
|
4579
4619
|
priceSource?: string | null | undefined;
|
|
4580
4620
|
displaySymbol?: string | undefined;
|
|
4621
|
+
underlyingTokenId?: string | undefined;
|
|
4581
4622
|
};
|
|
4582
4623
|
value: number;
|
|
4583
4624
|
} & {
|
|
@@ -4754,6 +4795,7 @@ declare const app: Elysia<"", {
|
|
|
4754
4795
|
isTest: boolean;
|
|
4755
4796
|
type: import("@package/databases").TokenType;
|
|
4756
4797
|
isNative: boolean;
|
|
4798
|
+
underlyingTokenId: string | null;
|
|
4757
4799
|
price: number | null;
|
|
4758
4800
|
updatedAt: number | null;
|
|
4759
4801
|
priceSource: string | null;
|
|
@@ -4802,6 +4844,7 @@ declare const app: Elysia<"", {
|
|
|
4802
4844
|
isTest: boolean;
|
|
4803
4845
|
type: import("@package/databases").TokenType;
|
|
4804
4846
|
isNative: boolean;
|
|
4847
|
+
underlyingTokenId: string | null;
|
|
4805
4848
|
price: number | null;
|
|
4806
4849
|
updatedAt: number | null;
|
|
4807
4850
|
priceSource: string | null;
|
|
@@ -4840,6 +4883,7 @@ declare const app: Elysia<"", {
|
|
|
4840
4883
|
isTest: boolean;
|
|
4841
4884
|
type: import("@package/databases").TokenType;
|
|
4842
4885
|
isNative: boolean;
|
|
4886
|
+
underlyingTokenId: string | null;
|
|
4843
4887
|
price: number | null;
|
|
4844
4888
|
updatedAt: number | null;
|
|
4845
4889
|
priceSource: string | null;
|
|
@@ -5015,6 +5059,7 @@ declare const app: Elysia<"", {
|
|
|
5015
5059
|
isTest: boolean;
|
|
5016
5060
|
type: import("@package/databases").TokenType;
|
|
5017
5061
|
isNative: boolean;
|
|
5062
|
+
underlyingTokenId: string | null;
|
|
5018
5063
|
price: number | null;
|
|
5019
5064
|
updatedAt: number | null;
|
|
5020
5065
|
priceSource: string | null;
|
|
@@ -5063,6 +5108,7 @@ declare const app: Elysia<"", {
|
|
|
5063
5108
|
isTest: boolean;
|
|
5064
5109
|
type: import("@package/databases").TokenType;
|
|
5065
5110
|
isNative: boolean;
|
|
5111
|
+
underlyingTokenId: string | null;
|
|
5066
5112
|
price: number | null;
|
|
5067
5113
|
updatedAt: number | null;
|
|
5068
5114
|
priceSource: string | null;
|
|
@@ -5101,6 +5147,7 @@ declare const app: Elysia<"", {
|
|
|
5101
5147
|
isTest: boolean;
|
|
5102
5148
|
type: import("@package/databases").TokenType;
|
|
5103
5149
|
isNative: boolean;
|
|
5150
|
+
underlyingTokenId: string | null;
|
|
5104
5151
|
price: number | null;
|
|
5105
5152
|
updatedAt: number | null;
|
|
5106
5153
|
priceSource: string | null;
|
|
@@ -5275,6 +5322,7 @@ declare const app: Elysia<"", {
|
|
|
5275
5322
|
isTest: boolean;
|
|
5276
5323
|
type: import("@package/databases").TokenType;
|
|
5277
5324
|
isNative: boolean;
|
|
5325
|
+
underlyingTokenId: string | null;
|
|
5278
5326
|
price: number | null;
|
|
5279
5327
|
updatedAt: number | null;
|
|
5280
5328
|
priceSource: string | null;
|
|
@@ -5323,6 +5371,7 @@ declare const app: Elysia<"", {
|
|
|
5323
5371
|
isTest: boolean;
|
|
5324
5372
|
type: import("@package/databases").TokenType;
|
|
5325
5373
|
isNative: boolean;
|
|
5374
|
+
underlyingTokenId: string | null;
|
|
5326
5375
|
price: number | null;
|
|
5327
5376
|
updatedAt: number | null;
|
|
5328
5377
|
priceSource: string | null;
|
|
@@ -5361,6 +5410,7 @@ declare const app: Elysia<"", {
|
|
|
5361
5410
|
isTest: boolean;
|
|
5362
5411
|
type: import("@package/databases").TokenType;
|
|
5363
5412
|
isNative: boolean;
|
|
5413
|
+
underlyingTokenId: string | null;
|
|
5364
5414
|
price: number | null;
|
|
5365
5415
|
updatedAt: number | null;
|
|
5366
5416
|
priceSource: string | null;
|
|
@@ -5802,6 +5852,7 @@ declare const app: Elysia<"", {
|
|
|
5802
5852
|
updatedAt?: number | null | undefined;
|
|
5803
5853
|
priceSource?: string | null | undefined;
|
|
5804
5854
|
displaySymbol?: string | undefined;
|
|
5855
|
+
underlyingTokenId?: string | undefined;
|
|
5805
5856
|
}[];
|
|
5806
5857
|
chain: {
|
|
5807
5858
|
id: number;
|
|
@@ -5870,6 +5921,7 @@ declare const app: Elysia<"", {
|
|
|
5870
5921
|
updatedAt?: number | null | undefined;
|
|
5871
5922
|
priceSource?: string | null | undefined;
|
|
5872
5923
|
displaySymbol?: string | undefined;
|
|
5924
|
+
underlyingTokenId?: string | undefined;
|
|
5873
5925
|
} | undefined;
|
|
5874
5926
|
} | undefined;
|
|
5875
5927
|
tvlRecord?: {
|
|
@@ -5904,6 +5956,7 @@ declare const app: Elysia<"", {
|
|
|
5904
5956
|
updatedAt?: number | null | undefined;
|
|
5905
5957
|
priceSource?: string | null | undefined;
|
|
5906
5958
|
displaySymbol?: string | undefined;
|
|
5959
|
+
underlyingTokenId?: string | undefined;
|
|
5907
5960
|
};
|
|
5908
5961
|
amount: string | bigint;
|
|
5909
5962
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -5966,6 +6019,7 @@ declare const app: Elysia<"", {
|
|
|
5966
6019
|
updatedAt?: number | null | undefined;
|
|
5967
6020
|
priceSource?: string | null | undefined;
|
|
5968
6021
|
displaySymbol?: string | undefined;
|
|
6022
|
+
underlyingTokenId?: string | undefined;
|
|
5969
6023
|
}[];
|
|
5970
6024
|
chain: {
|
|
5971
6025
|
id: number;
|
|
@@ -6034,6 +6088,7 @@ declare const app: Elysia<"", {
|
|
|
6034
6088
|
updatedAt?: number | null | undefined;
|
|
6035
6089
|
priceSource?: string | null | undefined;
|
|
6036
6090
|
displaySymbol?: string | undefined;
|
|
6091
|
+
underlyingTokenId?: string | undefined;
|
|
6037
6092
|
} | undefined;
|
|
6038
6093
|
} | undefined;
|
|
6039
6094
|
tvlRecord?: {
|
|
@@ -6068,6 +6123,7 @@ declare const app: Elysia<"", {
|
|
|
6068
6123
|
updatedAt?: number | null | undefined;
|
|
6069
6124
|
priceSource?: string | null | undefined;
|
|
6070
6125
|
displaySymbol?: string | undefined;
|
|
6126
|
+
underlyingTokenId?: string | undefined;
|
|
6071
6127
|
};
|
|
6072
6128
|
amount: string | bigint;
|
|
6073
6129
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -6187,6 +6243,7 @@ declare const app: Elysia<"", {
|
|
|
6187
6243
|
updatedAt?: number | null | undefined;
|
|
6188
6244
|
priceSource?: string | null | undefined;
|
|
6189
6245
|
displaySymbol?: string | undefined;
|
|
6246
|
+
underlyingTokenId?: string | undefined;
|
|
6190
6247
|
}[];
|
|
6191
6248
|
chain: {
|
|
6192
6249
|
id: number;
|
|
@@ -6255,6 +6312,7 @@ declare const app: Elysia<"", {
|
|
|
6255
6312
|
updatedAt?: number | null | undefined;
|
|
6256
6313
|
priceSource?: string | null | undefined;
|
|
6257
6314
|
displaySymbol?: string | undefined;
|
|
6315
|
+
underlyingTokenId?: string | undefined;
|
|
6258
6316
|
} | undefined;
|
|
6259
6317
|
} | undefined;
|
|
6260
6318
|
tvlRecord?: {
|
|
@@ -6289,6 +6347,7 @@ declare const app: Elysia<"", {
|
|
|
6289
6347
|
updatedAt?: number | null | undefined;
|
|
6290
6348
|
priceSource?: string | null | undefined;
|
|
6291
6349
|
displaySymbol?: string | undefined;
|
|
6350
|
+
underlyingTokenId?: string | undefined;
|
|
6292
6351
|
};
|
|
6293
6352
|
amount: string | bigint;
|
|
6294
6353
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -6351,6 +6410,7 @@ declare const app: Elysia<"", {
|
|
|
6351
6410
|
updatedAt?: number | null | undefined;
|
|
6352
6411
|
priceSource?: string | null | undefined;
|
|
6353
6412
|
displaySymbol?: string | undefined;
|
|
6413
|
+
underlyingTokenId?: string | undefined;
|
|
6354
6414
|
}[];
|
|
6355
6415
|
chain: {
|
|
6356
6416
|
id: number;
|
|
@@ -6419,6 +6479,7 @@ declare const app: Elysia<"", {
|
|
|
6419
6479
|
updatedAt?: number | null | undefined;
|
|
6420
6480
|
priceSource?: string | null | undefined;
|
|
6421
6481
|
displaySymbol?: string | undefined;
|
|
6482
|
+
underlyingTokenId?: string | undefined;
|
|
6422
6483
|
} | undefined;
|
|
6423
6484
|
} | undefined;
|
|
6424
6485
|
tvlRecord?: {
|
|
@@ -6453,6 +6514,7 @@ declare const app: Elysia<"", {
|
|
|
6453
6514
|
updatedAt?: number | null | undefined;
|
|
6454
6515
|
priceSource?: string | null | undefined;
|
|
6455
6516
|
displaySymbol?: string | undefined;
|
|
6517
|
+
underlyingTokenId?: string | undefined;
|
|
6456
6518
|
};
|
|
6457
6519
|
amount: string | bigint;
|
|
6458
6520
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -6586,6 +6648,7 @@ declare const app: Elysia<"", {
|
|
|
6586
6648
|
isTest: boolean;
|
|
6587
6649
|
type: import("@package/databases").TokenType;
|
|
6588
6650
|
isNative: boolean;
|
|
6651
|
+
underlyingTokenId: string | null;
|
|
6589
6652
|
price: number | null;
|
|
6590
6653
|
updatedAt: number | null;
|
|
6591
6654
|
priceSource: string | null;
|
|
@@ -6670,6 +6733,7 @@ declare const app: Elysia<"", {
|
|
|
6670
6733
|
isTest: boolean;
|
|
6671
6734
|
type: import("@package/databases").TokenType;
|
|
6672
6735
|
isNative: boolean;
|
|
6736
|
+
underlyingTokenId: string | null;
|
|
6673
6737
|
price: number | null;
|
|
6674
6738
|
updatedAt: number | null;
|
|
6675
6739
|
priceSource: string | null;
|
|
@@ -6841,6 +6905,7 @@ declare const app: Elysia<"", {
|
|
|
6841
6905
|
updatedAt?: number | null | undefined;
|
|
6842
6906
|
priceSource?: string | null | undefined;
|
|
6843
6907
|
displaySymbol?: string | undefined;
|
|
6908
|
+
underlyingTokenId?: string | undefined;
|
|
6844
6909
|
}[];
|
|
6845
6910
|
chain: {
|
|
6846
6911
|
id: number;
|
|
@@ -6909,6 +6974,7 @@ declare const app: Elysia<"", {
|
|
|
6909
6974
|
updatedAt?: number | null | undefined;
|
|
6910
6975
|
priceSource?: string | null | undefined;
|
|
6911
6976
|
displaySymbol?: string | undefined;
|
|
6977
|
+
underlyingTokenId?: string | undefined;
|
|
6912
6978
|
} | undefined;
|
|
6913
6979
|
} | undefined;
|
|
6914
6980
|
tvlRecord?: {
|
|
@@ -6943,6 +7009,7 @@ declare const app: Elysia<"", {
|
|
|
6943
7009
|
updatedAt?: number | null | undefined;
|
|
6944
7010
|
priceSource?: string | null | undefined;
|
|
6945
7011
|
displaySymbol?: string | undefined;
|
|
7012
|
+
underlyingTokenId?: string | undefined;
|
|
6946
7013
|
};
|
|
6947
7014
|
amount: string | bigint;
|
|
6948
7015
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -7005,6 +7072,7 @@ declare const app: Elysia<"", {
|
|
|
7005
7072
|
updatedAt?: number | null | undefined;
|
|
7006
7073
|
priceSource?: string | null | undefined;
|
|
7007
7074
|
displaySymbol?: string | undefined;
|
|
7075
|
+
underlyingTokenId?: string | undefined;
|
|
7008
7076
|
}[];
|
|
7009
7077
|
chain: {
|
|
7010
7078
|
id: number;
|
|
@@ -7073,6 +7141,7 @@ declare const app: Elysia<"", {
|
|
|
7073
7141
|
updatedAt?: number | null | undefined;
|
|
7074
7142
|
priceSource?: string | null | undefined;
|
|
7075
7143
|
displaySymbol?: string | undefined;
|
|
7144
|
+
underlyingTokenId?: string | undefined;
|
|
7076
7145
|
} | undefined;
|
|
7077
7146
|
} | undefined;
|
|
7078
7147
|
tvlRecord?: {
|
|
@@ -7107,6 +7176,7 @@ declare const app: Elysia<"", {
|
|
|
7107
7176
|
updatedAt?: number | null | undefined;
|
|
7108
7177
|
priceSource?: string | null | undefined;
|
|
7109
7178
|
displaySymbol?: string | undefined;
|
|
7179
|
+
underlyingTokenId?: string | undefined;
|
|
7110
7180
|
};
|
|
7111
7181
|
amount: string | bigint;
|
|
7112
7182
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -7263,6 +7333,7 @@ declare const app: Elysia<"", {
|
|
|
7263
7333
|
isTest: boolean;
|
|
7264
7334
|
type: import("@package/databases").TokenType;
|
|
7265
7335
|
isNative: boolean;
|
|
7336
|
+
underlyingTokenId: string | null;
|
|
7266
7337
|
price: number | null;
|
|
7267
7338
|
updatedAt: number | null;
|
|
7268
7339
|
priceSource: string | null;
|
|
@@ -7347,6 +7418,7 @@ declare const app: Elysia<"", {
|
|
|
7347
7418
|
isTest: boolean;
|
|
7348
7419
|
type: import("@package/databases").TokenType;
|
|
7349
7420
|
isNative: boolean;
|
|
7421
|
+
underlyingTokenId: string | null;
|
|
7350
7422
|
price: number | null;
|
|
7351
7423
|
updatedAt: number | null;
|
|
7352
7424
|
priceSource: string | null;
|
|
@@ -7864,6 +7936,7 @@ declare const app: Elysia<"", {
|
|
|
7864
7936
|
updatedAt?: number | null | undefined;
|
|
7865
7937
|
priceSource?: string | null | undefined;
|
|
7866
7938
|
displaySymbol?: string | undefined;
|
|
7939
|
+
underlyingTokenId?: string | undefined;
|
|
7867
7940
|
} | undefined;
|
|
7868
7941
|
})[];
|
|
7869
7942
|
422: {
|
|
@@ -8177,6 +8250,7 @@ declare const app: Elysia<"", {
|
|
|
8177
8250
|
updatedAt?: number | null | undefined;
|
|
8178
8251
|
priceSource?: string | null | undefined;
|
|
8179
8252
|
displaySymbol?: string | undefined;
|
|
8253
|
+
underlyingTokenId?: string | undefined;
|
|
8180
8254
|
};
|
|
8181
8255
|
value: number;
|
|
8182
8256
|
} & {
|
|
@@ -8231,6 +8305,7 @@ declare const app: Elysia<"", {
|
|
|
8231
8305
|
updatedAt?: number | null | undefined;
|
|
8232
8306
|
priceSource?: string | null | undefined;
|
|
8233
8307
|
displaySymbol?: string | undefined;
|
|
8308
|
+
underlyingTokenId?: string | undefined;
|
|
8234
8309
|
};
|
|
8235
8310
|
value: number;
|
|
8236
8311
|
} & {
|
|
@@ -8614,6 +8689,7 @@ declare const app: Elysia<"", {
|
|
|
8614
8689
|
isTest: boolean;
|
|
8615
8690
|
type: import("@package/databases").TokenType;
|
|
8616
8691
|
isNative: boolean;
|
|
8692
|
+
underlyingTokenId: string | null;
|
|
8617
8693
|
price: number | null;
|
|
8618
8694
|
updatedAt: number | null;
|
|
8619
8695
|
priceSource: string | null;
|
|
@@ -8662,6 +8738,7 @@ declare const app: Elysia<"", {
|
|
|
8662
8738
|
isTest: boolean;
|
|
8663
8739
|
type: import("@package/databases").TokenType;
|
|
8664
8740
|
isNative: boolean;
|
|
8741
|
+
underlyingTokenId: string | null;
|
|
8665
8742
|
price: number | null;
|
|
8666
8743
|
updatedAt: number | null;
|
|
8667
8744
|
priceSource: string | null;
|
|
@@ -8700,6 +8777,7 @@ declare const app: Elysia<"", {
|
|
|
8700
8777
|
isTest: boolean;
|
|
8701
8778
|
type: import("@package/databases").TokenType;
|
|
8702
8779
|
isNative: boolean;
|
|
8780
|
+
underlyingTokenId: string | null;
|
|
8703
8781
|
price: number | null;
|
|
8704
8782
|
updatedAt: number | null;
|
|
8705
8783
|
priceSource: string | null;
|
|
@@ -8802,6 +8880,7 @@ declare const app: Elysia<"", {
|
|
|
8802
8880
|
updatedAt?: number | null | undefined;
|
|
8803
8881
|
priceSource?: string | null | undefined;
|
|
8804
8882
|
displaySymbol?: string | undefined;
|
|
8883
|
+
underlyingTokenId?: string | undefined;
|
|
8805
8884
|
};
|
|
8806
8885
|
value: number;
|
|
8807
8886
|
} & {
|
|
@@ -8856,6 +8935,7 @@ declare const app: Elysia<"", {
|
|
|
8856
8935
|
updatedAt?: number | null | undefined;
|
|
8857
8936
|
priceSource?: string | null | undefined;
|
|
8858
8937
|
displaySymbol?: string | undefined;
|
|
8938
|
+
underlyingTokenId?: string | undefined;
|
|
8859
8939
|
};
|
|
8860
8940
|
value: number;
|
|
8861
8941
|
} & {
|
|
@@ -9547,6 +9627,7 @@ declare const app: Elysia<"", {
|
|
|
9547
9627
|
updatedAt?: number | null | undefined;
|
|
9548
9628
|
priceSource?: string | null | undefined;
|
|
9549
9629
|
displaySymbol?: string | undefined;
|
|
9630
|
+
underlyingTokenId?: string | undefined;
|
|
9550
9631
|
}[];
|
|
9551
9632
|
chain: {
|
|
9552
9633
|
id: number;
|
|
@@ -9615,6 +9696,7 @@ declare const app: Elysia<"", {
|
|
|
9615
9696
|
updatedAt?: number | null | undefined;
|
|
9616
9697
|
priceSource?: string | null | undefined;
|
|
9617
9698
|
displaySymbol?: string | undefined;
|
|
9699
|
+
underlyingTokenId?: string | undefined;
|
|
9618
9700
|
} | undefined;
|
|
9619
9701
|
} | undefined;
|
|
9620
9702
|
tvlRecord?: {
|
|
@@ -9649,6 +9731,7 @@ declare const app: Elysia<"", {
|
|
|
9649
9731
|
updatedAt?: number | null | undefined;
|
|
9650
9732
|
priceSource?: string | null | undefined;
|
|
9651
9733
|
displaySymbol?: string | undefined;
|
|
9734
|
+
underlyingTokenId?: string | undefined;
|
|
9652
9735
|
};
|
|
9653
9736
|
amount: string | bigint;
|
|
9654
9737
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -9706,6 +9789,7 @@ declare const app: Elysia<"", {
|
|
|
9706
9789
|
updatedAt?: number | null | undefined;
|
|
9707
9790
|
priceSource?: string | null | undefined;
|
|
9708
9791
|
displaySymbol?: string | undefined;
|
|
9792
|
+
underlyingTokenId?: string | undefined;
|
|
9709
9793
|
};
|
|
9710
9794
|
opportunityId?: string | undefined;
|
|
9711
9795
|
distributionChain?: {
|
|
@@ -9757,6 +9841,7 @@ declare const app: Elysia<"", {
|
|
|
9757
9841
|
updatedAt?: number | null | undefined;
|
|
9758
9842
|
priceSource?: string | null | undefined;
|
|
9759
9843
|
displaySymbol?: string | undefined;
|
|
9844
|
+
underlyingTokenId?: string | undefined;
|
|
9760
9845
|
};
|
|
9761
9846
|
amount: string | bigint;
|
|
9762
9847
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -10032,6 +10117,7 @@ declare const app: Elysia<"", {
|
|
|
10032
10117
|
updatedAt?: number | null | undefined;
|
|
10033
10118
|
priceSource?: string | null | undefined;
|
|
10034
10119
|
displaySymbol?: string | undefined;
|
|
10120
|
+
underlyingTokenId?: string | undefined;
|
|
10035
10121
|
};
|
|
10036
10122
|
}>;
|
|
10037
10123
|
}>;
|
|
@@ -11179,6 +11265,7 @@ declare const app: Elysia<"", {
|
|
|
11179
11265
|
updatedAt?: number | null | undefined;
|
|
11180
11266
|
priceSource?: string | null | undefined;
|
|
11181
11267
|
displaySymbol?: string | undefined;
|
|
11268
|
+
underlyingTokenId?: string | undefined;
|
|
11182
11269
|
}[];
|
|
11183
11270
|
chain: {
|
|
11184
11271
|
id: number;
|
|
@@ -11247,6 +11334,7 @@ declare const app: Elysia<"", {
|
|
|
11247
11334
|
updatedAt?: number | null | undefined;
|
|
11248
11335
|
priceSource?: string | null | undefined;
|
|
11249
11336
|
displaySymbol?: string | undefined;
|
|
11337
|
+
underlyingTokenId?: string | undefined;
|
|
11250
11338
|
} | undefined;
|
|
11251
11339
|
} | undefined;
|
|
11252
11340
|
tvlRecord?: {
|
|
@@ -11281,6 +11369,7 @@ declare const app: Elysia<"", {
|
|
|
11281
11369
|
updatedAt?: number | null | undefined;
|
|
11282
11370
|
priceSource?: string | null | undefined;
|
|
11283
11371
|
displaySymbol?: string | undefined;
|
|
11372
|
+
underlyingTokenId?: string | undefined;
|
|
11284
11373
|
};
|
|
11285
11374
|
amount: string | bigint;
|
|
11286
11375
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -11338,6 +11427,7 @@ declare const app: Elysia<"", {
|
|
|
11338
11427
|
updatedAt?: number | null | undefined;
|
|
11339
11428
|
priceSource?: string | null | undefined;
|
|
11340
11429
|
displaySymbol?: string | undefined;
|
|
11430
|
+
underlyingTokenId?: string | undefined;
|
|
11341
11431
|
};
|
|
11342
11432
|
opportunityId?: string | undefined;
|
|
11343
11433
|
distributionChain?: {
|
|
@@ -11389,6 +11479,7 @@ declare const app: Elysia<"", {
|
|
|
11389
11479
|
updatedAt?: number | null | undefined;
|
|
11390
11480
|
priceSource?: string | null | undefined;
|
|
11391
11481
|
displaySymbol?: string | undefined;
|
|
11482
|
+
underlyingTokenId?: string | undefined;
|
|
11392
11483
|
};
|
|
11393
11484
|
amount: string | bigint;
|
|
11394
11485
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -11484,6 +11575,7 @@ declare const app: Elysia<"", {
|
|
|
11484
11575
|
updatedAt?: number | null | undefined;
|
|
11485
11576
|
priceSource?: string | null | undefined;
|
|
11486
11577
|
displaySymbol?: string | undefined;
|
|
11578
|
+
underlyingTokenId?: string | undefined;
|
|
11487
11579
|
}[];
|
|
11488
11580
|
chain: {
|
|
11489
11581
|
id: number;
|
|
@@ -11552,6 +11644,7 @@ declare const app: Elysia<"", {
|
|
|
11552
11644
|
updatedAt?: number | null | undefined;
|
|
11553
11645
|
priceSource?: string | null | undefined;
|
|
11554
11646
|
displaySymbol?: string | undefined;
|
|
11647
|
+
underlyingTokenId?: string | undefined;
|
|
11555
11648
|
} | undefined;
|
|
11556
11649
|
} | undefined;
|
|
11557
11650
|
tvlRecord?: {
|
|
@@ -11586,6 +11679,7 @@ declare const app: Elysia<"", {
|
|
|
11586
11679
|
updatedAt?: number | null | undefined;
|
|
11587
11680
|
priceSource?: string | null | undefined;
|
|
11588
11681
|
displaySymbol?: string | undefined;
|
|
11682
|
+
underlyingTokenId?: string | undefined;
|
|
11589
11683
|
};
|
|
11590
11684
|
amount: string | bigint;
|
|
11591
11685
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -11643,6 +11737,7 @@ declare const app: Elysia<"", {
|
|
|
11643
11737
|
updatedAt?: number | null | undefined;
|
|
11644
11738
|
priceSource?: string | null | undefined;
|
|
11645
11739
|
displaySymbol?: string | undefined;
|
|
11740
|
+
underlyingTokenId?: string | undefined;
|
|
11646
11741
|
};
|
|
11647
11742
|
opportunityId?: string | undefined;
|
|
11648
11743
|
distributionChain?: {
|
|
@@ -11694,6 +11789,7 @@ declare const app: Elysia<"", {
|
|
|
11694
11789
|
updatedAt?: number | null | undefined;
|
|
11695
11790
|
priceSource?: string | null | undefined;
|
|
11696
11791
|
displaySymbol?: string | undefined;
|
|
11792
|
+
underlyingTokenId?: string | undefined;
|
|
11697
11793
|
};
|
|
11698
11794
|
amount: string | bigint;
|
|
11699
11795
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -11749,6 +11845,7 @@ declare const app: Elysia<"", {
|
|
|
11749
11845
|
updatedAt?: number | null | undefined;
|
|
11750
11846
|
priceSource?: string | null | undefined;
|
|
11751
11847
|
displaySymbol?: string | undefined;
|
|
11848
|
+
underlyingTokenId?: string | undefined;
|
|
11752
11849
|
}[];
|
|
11753
11850
|
chain: {
|
|
11754
11851
|
id: number;
|
|
@@ -11817,6 +11914,7 @@ declare const app: Elysia<"", {
|
|
|
11817
11914
|
updatedAt?: number | null | undefined;
|
|
11818
11915
|
priceSource?: string | null | undefined;
|
|
11819
11916
|
displaySymbol?: string | undefined;
|
|
11917
|
+
underlyingTokenId?: string | undefined;
|
|
11820
11918
|
} | undefined;
|
|
11821
11919
|
} | undefined;
|
|
11822
11920
|
tvlRecord?: {
|
|
@@ -11851,6 +11949,7 @@ declare const app: Elysia<"", {
|
|
|
11851
11949
|
updatedAt?: number | null | undefined;
|
|
11852
11950
|
priceSource?: string | null | undefined;
|
|
11853
11951
|
displaySymbol?: string | undefined;
|
|
11952
|
+
underlyingTokenId?: string | undefined;
|
|
11854
11953
|
};
|
|
11855
11954
|
amount: string | bigint;
|
|
11856
11955
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -11908,6 +12007,7 @@ declare const app: Elysia<"", {
|
|
|
11908
12007
|
updatedAt?: number | null | undefined;
|
|
11909
12008
|
priceSource?: string | null | undefined;
|
|
11910
12009
|
displaySymbol?: string | undefined;
|
|
12010
|
+
underlyingTokenId?: string | undefined;
|
|
11911
12011
|
};
|
|
11912
12012
|
opportunityId?: string | undefined;
|
|
11913
12013
|
distributionChain?: {
|
|
@@ -11959,6 +12059,7 @@ declare const app: Elysia<"", {
|
|
|
11959
12059
|
updatedAt?: number | null | undefined;
|
|
11960
12060
|
priceSource?: string | null | undefined;
|
|
11961
12061
|
displaySymbol?: string | undefined;
|
|
12062
|
+
underlyingTokenId?: string | undefined;
|
|
11962
12063
|
};
|
|
11963
12064
|
amount: string | bigint;
|
|
11964
12065
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -12055,6 +12156,7 @@ declare const app: Elysia<"", {
|
|
|
12055
12156
|
updatedAt?: number | null | undefined;
|
|
12056
12157
|
priceSource?: string | null | undefined;
|
|
12057
12158
|
displaySymbol?: string | undefined;
|
|
12159
|
+
underlyingTokenId?: string | undefined;
|
|
12058
12160
|
}[];
|
|
12059
12161
|
chain: {
|
|
12060
12162
|
id: number;
|
|
@@ -12123,6 +12225,7 @@ declare const app: Elysia<"", {
|
|
|
12123
12225
|
updatedAt?: number | null | undefined;
|
|
12124
12226
|
priceSource?: string | null | undefined;
|
|
12125
12227
|
displaySymbol?: string | undefined;
|
|
12228
|
+
underlyingTokenId?: string | undefined;
|
|
12126
12229
|
} | undefined;
|
|
12127
12230
|
} | undefined;
|
|
12128
12231
|
tvlRecord?: {
|
|
@@ -12157,6 +12260,7 @@ declare const app: Elysia<"", {
|
|
|
12157
12260
|
updatedAt?: number | null | undefined;
|
|
12158
12261
|
priceSource?: string | null | undefined;
|
|
12159
12262
|
displaySymbol?: string | undefined;
|
|
12263
|
+
underlyingTokenId?: string | undefined;
|
|
12160
12264
|
};
|
|
12161
12265
|
amount: string | bigint;
|
|
12162
12266
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -12214,6 +12318,7 @@ declare const app: Elysia<"", {
|
|
|
12214
12318
|
updatedAt?: number | null | undefined;
|
|
12215
12319
|
priceSource?: string | null | undefined;
|
|
12216
12320
|
displaySymbol?: string | undefined;
|
|
12321
|
+
underlyingTokenId?: string | undefined;
|
|
12217
12322
|
};
|
|
12218
12323
|
opportunityId?: string | undefined;
|
|
12219
12324
|
distributionChain?: {
|
|
@@ -12265,6 +12370,7 @@ declare const app: Elysia<"", {
|
|
|
12265
12370
|
updatedAt?: number | null | undefined;
|
|
12266
12371
|
priceSource?: string | null | undefined;
|
|
12267
12372
|
displaySymbol?: string | undefined;
|
|
12373
|
+
underlyingTokenId?: string | undefined;
|
|
12268
12374
|
};
|
|
12269
12375
|
amount: string | bigint;
|
|
12270
12376
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -12388,6 +12494,7 @@ declare const app: Elysia<"", {
|
|
|
12388
12494
|
updatedAt?: number | null | undefined;
|
|
12389
12495
|
priceSource?: string | null | undefined;
|
|
12390
12496
|
displaySymbol?: string | undefined;
|
|
12497
|
+
underlyingTokenId?: string | undefined;
|
|
12391
12498
|
}[];
|
|
12392
12499
|
chain: {
|
|
12393
12500
|
id: number;
|
|
@@ -12456,6 +12563,7 @@ declare const app: Elysia<"", {
|
|
|
12456
12563
|
updatedAt?: number | null | undefined;
|
|
12457
12564
|
priceSource?: string | null | undefined;
|
|
12458
12565
|
displaySymbol?: string | undefined;
|
|
12566
|
+
underlyingTokenId?: string | undefined;
|
|
12459
12567
|
} | undefined;
|
|
12460
12568
|
} | undefined;
|
|
12461
12569
|
tvlRecord?: {
|
|
@@ -12490,6 +12598,7 @@ declare const app: Elysia<"", {
|
|
|
12490
12598
|
updatedAt?: number | null | undefined;
|
|
12491
12599
|
priceSource?: string | null | undefined;
|
|
12492
12600
|
displaySymbol?: string | undefined;
|
|
12601
|
+
underlyingTokenId?: string | undefined;
|
|
12493
12602
|
};
|
|
12494
12603
|
amount: string | bigint;
|
|
12495
12604
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -12547,6 +12656,7 @@ declare const app: Elysia<"", {
|
|
|
12547
12656
|
updatedAt?: number | null | undefined;
|
|
12548
12657
|
priceSource?: string | null | undefined;
|
|
12549
12658
|
displaySymbol?: string | undefined;
|
|
12659
|
+
underlyingTokenId?: string | undefined;
|
|
12550
12660
|
};
|
|
12551
12661
|
opportunityId?: string | undefined;
|
|
12552
12662
|
distributionChain?: {
|
|
@@ -12598,6 +12708,7 @@ declare const app: Elysia<"", {
|
|
|
12598
12708
|
updatedAt?: number | null | undefined;
|
|
12599
12709
|
priceSource?: string | null | undefined;
|
|
12600
12710
|
displaySymbol?: string | undefined;
|
|
12711
|
+
underlyingTokenId?: string | undefined;
|
|
12601
12712
|
};
|
|
12602
12713
|
amount: string | bigint;
|
|
12603
12714
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -12653,6 +12764,7 @@ declare const app: Elysia<"", {
|
|
|
12653
12764
|
updatedAt?: number | null | undefined;
|
|
12654
12765
|
priceSource?: string | null | undefined;
|
|
12655
12766
|
displaySymbol?: string | undefined;
|
|
12767
|
+
underlyingTokenId?: string | undefined;
|
|
12656
12768
|
}[];
|
|
12657
12769
|
chain: {
|
|
12658
12770
|
id: number;
|
|
@@ -12721,6 +12833,7 @@ declare const app: Elysia<"", {
|
|
|
12721
12833
|
updatedAt?: number | null | undefined;
|
|
12722
12834
|
priceSource?: string | null | undefined;
|
|
12723
12835
|
displaySymbol?: string | undefined;
|
|
12836
|
+
underlyingTokenId?: string | undefined;
|
|
12724
12837
|
} | undefined;
|
|
12725
12838
|
} | undefined;
|
|
12726
12839
|
tvlRecord?: {
|
|
@@ -12755,6 +12868,7 @@ declare const app: Elysia<"", {
|
|
|
12755
12868
|
updatedAt?: number | null | undefined;
|
|
12756
12869
|
priceSource?: string | null | undefined;
|
|
12757
12870
|
displaySymbol?: string | undefined;
|
|
12871
|
+
underlyingTokenId?: string | undefined;
|
|
12758
12872
|
};
|
|
12759
12873
|
amount: string | bigint;
|
|
12760
12874
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -12812,6 +12926,7 @@ declare const app: Elysia<"", {
|
|
|
12812
12926
|
updatedAt?: number | null | undefined;
|
|
12813
12927
|
priceSource?: string | null | undefined;
|
|
12814
12928
|
displaySymbol?: string | undefined;
|
|
12929
|
+
underlyingTokenId?: string | undefined;
|
|
12815
12930
|
};
|
|
12816
12931
|
opportunityId?: string | undefined;
|
|
12817
12932
|
distributionChain?: {
|
|
@@ -12863,6 +12978,7 @@ declare const app: Elysia<"", {
|
|
|
12863
12978
|
updatedAt?: number | null | undefined;
|
|
12864
12979
|
priceSource?: string | null | undefined;
|
|
12865
12980
|
displaySymbol?: string | undefined;
|
|
12981
|
+
underlyingTokenId?: string | undefined;
|
|
12866
12982
|
};
|
|
12867
12983
|
amount: string | bigint;
|
|
12868
12984
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -13527,6 +13643,7 @@ declare const app: Elysia<"", {
|
|
|
13527
13643
|
isTest: boolean;
|
|
13528
13644
|
type: import("@package/databases").TokenType;
|
|
13529
13645
|
isNative: boolean;
|
|
13646
|
+
underlyingTokenId: string | null;
|
|
13530
13647
|
price: number | null;
|
|
13531
13648
|
updatedAt: number | null;
|
|
13532
13649
|
priceSource: string | null;
|
|
@@ -13575,6 +13692,7 @@ declare const app: Elysia<"", {
|
|
|
13575
13692
|
isTest: boolean;
|
|
13576
13693
|
type: import("@package/databases").TokenType;
|
|
13577
13694
|
isNative: boolean;
|
|
13695
|
+
underlyingTokenId: string | null;
|
|
13578
13696
|
price: number | null;
|
|
13579
13697
|
updatedAt: number | null;
|
|
13580
13698
|
priceSource: string | null;
|
|
@@ -13613,6 +13731,7 @@ declare const app: Elysia<"", {
|
|
|
13613
13731
|
isTest: boolean;
|
|
13614
13732
|
type: import("@package/databases").TokenType;
|
|
13615
13733
|
isNative: boolean;
|
|
13734
|
+
underlyingTokenId: string | null;
|
|
13616
13735
|
price: number | null;
|
|
13617
13736
|
updatedAt: number | null;
|
|
13618
13737
|
priceSource: string | null;
|
|
@@ -14006,6 +14125,7 @@ declare const app: Elysia<"", {
|
|
|
14006
14125
|
isTest: boolean;
|
|
14007
14126
|
type: import("@package/databases").TokenType;
|
|
14008
14127
|
isNative: boolean;
|
|
14128
|
+
underlyingTokenId: string | null;
|
|
14009
14129
|
price: number | null;
|
|
14010
14130
|
updatedAt: number | null;
|
|
14011
14131
|
priceSource: string | null;
|
|
@@ -14054,6 +14174,7 @@ declare const app: Elysia<"", {
|
|
|
14054
14174
|
isTest: boolean;
|
|
14055
14175
|
type: import("@package/databases").TokenType;
|
|
14056
14176
|
isNative: boolean;
|
|
14177
|
+
underlyingTokenId: string | null;
|
|
14057
14178
|
price: number | null;
|
|
14058
14179
|
updatedAt: number | null;
|
|
14059
14180
|
priceSource: string | null;
|
|
@@ -14092,6 +14213,7 @@ declare const app: Elysia<"", {
|
|
|
14092
14213
|
isTest: boolean;
|
|
14093
14214
|
type: import("@package/databases").TokenType;
|
|
14094
14215
|
isNative: boolean;
|
|
14216
|
+
underlyingTokenId: string | null;
|
|
14095
14217
|
price: number | null;
|
|
14096
14218
|
updatedAt: number | null;
|
|
14097
14219
|
priceSource: string | null;
|
|
@@ -14591,6 +14713,7 @@ declare const app: Elysia<"", {
|
|
|
14591
14713
|
isTest: boolean;
|
|
14592
14714
|
type: import("@package/databases").TokenType;
|
|
14593
14715
|
isNative: boolean;
|
|
14716
|
+
underlyingTokenId: string | null;
|
|
14594
14717
|
price: number | null;
|
|
14595
14718
|
updatedAt: number | null;
|
|
14596
14719
|
priceSource: string | null;
|
|
@@ -14639,6 +14762,7 @@ declare const app: Elysia<"", {
|
|
|
14639
14762
|
isTest: boolean;
|
|
14640
14763
|
type: import("@package/databases").TokenType;
|
|
14641
14764
|
isNative: boolean;
|
|
14765
|
+
underlyingTokenId: string | null;
|
|
14642
14766
|
price: number | null;
|
|
14643
14767
|
updatedAt: number | null;
|
|
14644
14768
|
priceSource: string | null;
|
|
@@ -14677,6 +14801,7 @@ declare const app: Elysia<"", {
|
|
|
14677
14801
|
isTest: boolean;
|
|
14678
14802
|
type: import("@package/databases").TokenType;
|
|
14679
14803
|
isNative: boolean;
|
|
14804
|
+
underlyingTokenId: string | null;
|
|
14680
14805
|
price: number | null;
|
|
14681
14806
|
updatedAt: number | null;
|
|
14682
14807
|
priceSource: string | null;
|
|
@@ -14870,6 +14995,7 @@ declare const app: Elysia<"", {
|
|
|
14870
14995
|
isTest: boolean;
|
|
14871
14996
|
type: import("@package/databases").TokenType;
|
|
14872
14997
|
isNative: boolean;
|
|
14998
|
+
underlyingTokenId: string | null;
|
|
14873
14999
|
price: number | null;
|
|
14874
15000
|
updatedAt: number | null;
|
|
14875
15001
|
priceSource: string | null;
|
|
@@ -14918,6 +15044,7 @@ declare const app: Elysia<"", {
|
|
|
14918
15044
|
isTest: boolean;
|
|
14919
15045
|
type: import("@package/databases").TokenType;
|
|
14920
15046
|
isNative: boolean;
|
|
15047
|
+
underlyingTokenId: string | null;
|
|
14921
15048
|
price: number | null;
|
|
14922
15049
|
updatedAt: number | null;
|
|
14923
15050
|
priceSource: string | null;
|
|
@@ -14956,6 +15083,7 @@ declare const app: Elysia<"", {
|
|
|
14956
15083
|
isTest: boolean;
|
|
14957
15084
|
type: import("@package/databases").TokenType;
|
|
14958
15085
|
isNative: boolean;
|
|
15086
|
+
underlyingTokenId: string | null;
|
|
14959
15087
|
price: number | null;
|
|
14960
15088
|
updatedAt: number | null;
|
|
14961
15089
|
priceSource: string | null;
|
|
@@ -15150,6 +15278,7 @@ declare const app: Elysia<"", {
|
|
|
15150
15278
|
isTest: boolean;
|
|
15151
15279
|
type: import("@package/databases").TokenType;
|
|
15152
15280
|
isNative: boolean;
|
|
15281
|
+
underlyingTokenId: string | null;
|
|
15153
15282
|
price: number | null;
|
|
15154
15283
|
updatedAt: number | null;
|
|
15155
15284
|
priceSource: string | null;
|
|
@@ -15198,6 +15327,7 @@ declare const app: Elysia<"", {
|
|
|
15198
15327
|
isTest: boolean;
|
|
15199
15328
|
type: import("@package/databases").TokenType;
|
|
15200
15329
|
isNative: boolean;
|
|
15330
|
+
underlyingTokenId: string | null;
|
|
15201
15331
|
price: number | null;
|
|
15202
15332
|
updatedAt: number | null;
|
|
15203
15333
|
priceSource: string | null;
|
|
@@ -15236,6 +15366,7 @@ declare const app: Elysia<"", {
|
|
|
15236
15366
|
isTest: boolean;
|
|
15237
15367
|
type: import("@package/databases").TokenType;
|
|
15238
15368
|
isNative: boolean;
|
|
15369
|
+
underlyingTokenId: string | null;
|
|
15239
15370
|
price: number | null;
|
|
15240
15371
|
updatedAt: number | null;
|
|
15241
15372
|
priceSource: string | null;
|
|
@@ -15810,6 +15941,7 @@ declare const app: Elysia<"", {
|
|
|
15810
15941
|
updatedAt?: number | null | undefined;
|
|
15811
15942
|
priceSource?: string | null | undefined;
|
|
15812
15943
|
displaySymbol?: string | undefined;
|
|
15944
|
+
underlyingTokenId?: string | undefined;
|
|
15813
15945
|
}[];
|
|
15814
15946
|
chain: {
|
|
15815
15947
|
id: number;
|
|
@@ -15878,6 +16010,7 @@ declare const app: Elysia<"", {
|
|
|
15878
16010
|
updatedAt?: number | null | undefined;
|
|
15879
16011
|
priceSource?: string | null | undefined;
|
|
15880
16012
|
displaySymbol?: string | undefined;
|
|
16013
|
+
underlyingTokenId?: string | undefined;
|
|
15881
16014
|
} | undefined;
|
|
15882
16015
|
} | undefined;
|
|
15883
16016
|
tvlRecord?: {
|
|
@@ -15912,6 +16045,7 @@ declare const app: Elysia<"", {
|
|
|
15912
16045
|
updatedAt?: number | null | undefined;
|
|
15913
16046
|
priceSource?: string | null | undefined;
|
|
15914
16047
|
displaySymbol?: string | undefined;
|
|
16048
|
+
underlyingTokenId?: string | undefined;
|
|
15915
16049
|
};
|
|
15916
16050
|
amount: string | bigint;
|
|
15917
16051
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -15998,6 +16132,7 @@ declare const app: Elysia<"", {
|
|
|
15998
16132
|
updatedAt?: number | null | undefined;
|
|
15999
16133
|
priceSource?: string | null | undefined;
|
|
16000
16134
|
displaySymbol?: string | undefined;
|
|
16135
|
+
underlyingTokenId?: string | undefined;
|
|
16001
16136
|
}[];
|
|
16002
16137
|
chain: {
|
|
16003
16138
|
id: number;
|
|
@@ -16066,6 +16201,7 @@ declare const app: Elysia<"", {
|
|
|
16066
16201
|
updatedAt?: number | null | undefined;
|
|
16067
16202
|
priceSource?: string | null | undefined;
|
|
16068
16203
|
displaySymbol?: string | undefined;
|
|
16204
|
+
underlyingTokenId?: string | undefined;
|
|
16069
16205
|
} | undefined;
|
|
16070
16206
|
} | undefined;
|
|
16071
16207
|
tvlRecord?: {
|
|
@@ -16100,6 +16236,7 @@ declare const app: Elysia<"", {
|
|
|
16100
16236
|
updatedAt?: number | null | undefined;
|
|
16101
16237
|
priceSource?: string | null | undefined;
|
|
16102
16238
|
displaySymbol?: string | undefined;
|
|
16239
|
+
underlyingTokenId?: string | undefined;
|
|
16103
16240
|
};
|
|
16104
16241
|
amount: string | bigint;
|
|
16105
16242
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -16206,6 +16343,7 @@ declare const app: Elysia<"", {
|
|
|
16206
16343
|
updatedAt?: number | null | undefined;
|
|
16207
16344
|
priceSource?: string | null | undefined;
|
|
16208
16345
|
displaySymbol?: string | undefined;
|
|
16346
|
+
underlyingTokenId?: string | undefined;
|
|
16209
16347
|
}[];
|
|
16210
16348
|
chain: {
|
|
16211
16349
|
id: number;
|
|
@@ -16274,6 +16412,7 @@ declare const app: Elysia<"", {
|
|
|
16274
16412
|
updatedAt?: number | null | undefined;
|
|
16275
16413
|
priceSource?: string | null | undefined;
|
|
16276
16414
|
displaySymbol?: string | undefined;
|
|
16415
|
+
underlyingTokenId?: string | undefined;
|
|
16277
16416
|
} | undefined;
|
|
16278
16417
|
} | undefined;
|
|
16279
16418
|
tvlRecord?: {
|
|
@@ -16308,6 +16447,7 @@ declare const app: Elysia<"", {
|
|
|
16308
16447
|
updatedAt?: number | null | undefined;
|
|
16309
16448
|
priceSource?: string | null | undefined;
|
|
16310
16449
|
displaySymbol?: string | undefined;
|
|
16450
|
+
underlyingTokenId?: string | undefined;
|
|
16311
16451
|
};
|
|
16312
16452
|
amount: string | bigint;
|
|
16313
16453
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -16403,6 +16543,7 @@ declare const app: Elysia<"", {
|
|
|
16403
16543
|
updatedAt?: number | null | undefined;
|
|
16404
16544
|
priceSource?: string | null | undefined;
|
|
16405
16545
|
displaySymbol?: string | undefined;
|
|
16546
|
+
underlyingTokenId?: string | undefined;
|
|
16406
16547
|
}[];
|
|
16407
16548
|
chain: {
|
|
16408
16549
|
id: number;
|
|
@@ -16471,6 +16612,7 @@ declare const app: Elysia<"", {
|
|
|
16471
16612
|
updatedAt?: number | null | undefined;
|
|
16472
16613
|
priceSource?: string | null | undefined;
|
|
16473
16614
|
displaySymbol?: string | undefined;
|
|
16615
|
+
underlyingTokenId?: string | undefined;
|
|
16474
16616
|
} | undefined;
|
|
16475
16617
|
} | undefined;
|
|
16476
16618
|
tvlRecord?: {
|
|
@@ -16505,6 +16647,7 @@ declare const app: Elysia<"", {
|
|
|
16505
16647
|
updatedAt?: number | null | undefined;
|
|
16506
16648
|
priceSource?: string | null | undefined;
|
|
16507
16649
|
displaySymbol?: string | undefined;
|
|
16650
|
+
underlyingTokenId?: string | undefined;
|
|
16508
16651
|
};
|
|
16509
16652
|
amount: string | bigint;
|
|
16510
16653
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -16634,6 +16777,7 @@ declare const app: Elysia<"", {
|
|
|
16634
16777
|
updatedAt?: number | null | undefined;
|
|
16635
16778
|
priceSource?: string | null | undefined;
|
|
16636
16779
|
displaySymbol?: string | undefined;
|
|
16780
|
+
underlyingTokenId?: string | undefined;
|
|
16637
16781
|
};
|
|
16638
16782
|
chainId: number;
|
|
16639
16783
|
hash: string;
|
|
@@ -18011,6 +18155,7 @@ declare const app: Elysia<"", {
|
|
|
18011
18155
|
updatedAt?: number | null | undefined;
|
|
18012
18156
|
priceSource?: string | null | undefined;
|
|
18013
18157
|
displaySymbol?: string | undefined;
|
|
18158
|
+
underlyingTokenId?: string | undefined;
|
|
18014
18159
|
};
|
|
18015
18160
|
422: {
|
|
18016
18161
|
type: "validation";
|
|
@@ -18085,6 +18230,7 @@ declare const app: Elysia<"", {
|
|
|
18085
18230
|
updatedAt?: number | null | undefined;
|
|
18086
18231
|
priceSource?: string | null | undefined;
|
|
18087
18232
|
displaySymbol?: string | undefined;
|
|
18233
|
+
underlyingTokenId?: string | undefined;
|
|
18088
18234
|
} & {
|
|
18089
18235
|
minimumAmountPerHour?: string | undefined;
|
|
18090
18236
|
isTokenWrapper?: boolean | undefined;
|
|
@@ -18133,6 +18279,7 @@ declare const app: Elysia<"", {
|
|
|
18133
18279
|
updatedAt?: number | null | undefined;
|
|
18134
18280
|
priceSource?: string | null | undefined;
|
|
18135
18281
|
displaySymbol?: string | undefined;
|
|
18282
|
+
underlyingTokenId?: string | undefined;
|
|
18136
18283
|
} & {
|
|
18137
18284
|
minimumAmountPerHour?: string | undefined;
|
|
18138
18285
|
isTokenWrapper?: boolean | undefined;
|
|
@@ -18183,6 +18330,7 @@ declare const app: Elysia<"", {
|
|
|
18183
18330
|
updatedAt?: number | null | undefined;
|
|
18184
18331
|
priceSource?: string | null | undefined;
|
|
18185
18332
|
displaySymbol?: string | undefined;
|
|
18333
|
+
underlyingTokenId?: string | undefined;
|
|
18186
18334
|
} & {
|
|
18187
18335
|
balance: bigint;
|
|
18188
18336
|
})[];
|
|
@@ -18238,6 +18386,7 @@ declare const app: Elysia<"", {
|
|
|
18238
18386
|
updatedAt?: number | null | undefined;
|
|
18239
18387
|
priceSource?: string | null | undefined;
|
|
18240
18388
|
displaySymbol?: string | undefined;
|
|
18389
|
+
underlyingTokenId?: string | undefined;
|
|
18241
18390
|
}[];
|
|
18242
18391
|
422: {
|
|
18243
18392
|
type: "validation";
|
|
@@ -18330,6 +18479,7 @@ declare const app: Elysia<"", {
|
|
|
18330
18479
|
updatedAt?: number | null | undefined;
|
|
18331
18480
|
priceSource?: string | null | undefined;
|
|
18332
18481
|
displaySymbol?: string | undefined;
|
|
18482
|
+
underlyingTokenId?: string | undefined;
|
|
18333
18483
|
};
|
|
18334
18484
|
422: {
|
|
18335
18485
|
type: "validation";
|
|
@@ -18354,6 +18504,7 @@ declare const app: Elysia<"", {
|
|
|
18354
18504
|
icon?: string | undefined;
|
|
18355
18505
|
displaySymbol?: string | undefined;
|
|
18356
18506
|
name?: string | undefined;
|
|
18507
|
+
underlyingTokenId?: string | undefined;
|
|
18357
18508
|
};
|
|
18358
18509
|
params: {
|
|
18359
18510
|
id: string;
|
|
@@ -18379,6 +18530,7 @@ declare const app: Elysia<"", {
|
|
|
18379
18530
|
updatedAt?: number | null | undefined;
|
|
18380
18531
|
priceSource?: string | null | undefined;
|
|
18381
18532
|
displaySymbol?: string | undefined;
|
|
18533
|
+
underlyingTokenId?: string | undefined;
|
|
18382
18534
|
};
|
|
18383
18535
|
422: {
|
|
18384
18536
|
type: "validation";
|
|
@@ -18455,6 +18607,7 @@ declare const app: Elysia<"", {
|
|
|
18455
18607
|
updatedAt?: number | null | undefined;
|
|
18456
18608
|
priceSource?: string | null | undefined;
|
|
18457
18609
|
displaySymbol?: string | undefined;
|
|
18610
|
+
underlyingTokenId?: string | undefined;
|
|
18458
18611
|
};
|
|
18459
18612
|
422: {
|
|
18460
18613
|
type: "validation";
|
|
@@ -18710,6 +18863,7 @@ declare const app: Elysia<"", {
|
|
|
18710
18863
|
updatedAt?: number | null | undefined;
|
|
18711
18864
|
priceSource?: string | null | undefined;
|
|
18712
18865
|
displaySymbol?: string | undefined;
|
|
18866
|
+
underlyingTokenId?: string | undefined;
|
|
18713
18867
|
};
|
|
18714
18868
|
opportunity: {
|
|
18715
18869
|
id: string;
|
|
@@ -18757,6 +18911,7 @@ declare const app: Elysia<"", {
|
|
|
18757
18911
|
updatedAt?: number | null | undefined;
|
|
18758
18912
|
priceSource?: string | null | undefined;
|
|
18759
18913
|
displaySymbol?: string | undefined;
|
|
18914
|
+
underlyingTokenId?: string | undefined;
|
|
18760
18915
|
}[];
|
|
18761
18916
|
chain: {
|
|
18762
18917
|
id: number;
|
|
@@ -18825,6 +18980,7 @@ declare const app: Elysia<"", {
|
|
|
18825
18980
|
updatedAt?: number | null | undefined;
|
|
18826
18981
|
priceSource?: string | null | undefined;
|
|
18827
18982
|
displaySymbol?: string | undefined;
|
|
18983
|
+
underlyingTokenId?: string | undefined;
|
|
18828
18984
|
} | undefined;
|
|
18829
18985
|
} | undefined;
|
|
18830
18986
|
tvlRecord?: {
|
|
@@ -18859,6 +19015,7 @@ declare const app: Elysia<"", {
|
|
|
18859
19015
|
updatedAt?: number | null | undefined;
|
|
18860
19016
|
priceSource?: string | null | undefined;
|
|
18861
19017
|
displaySymbol?: string | undefined;
|
|
19018
|
+
underlyingTokenId?: string | undefined;
|
|
18862
19019
|
};
|
|
18863
19020
|
amount: string | bigint;
|
|
18864
19021
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -18921,6 +19078,7 @@ declare const app: Elysia<"", {
|
|
|
18921
19078
|
updatedAt?: number | null | undefined;
|
|
18922
19079
|
priceSource?: string | null | undefined;
|
|
18923
19080
|
displaySymbol?: string | undefined;
|
|
19081
|
+
underlyingTokenId?: string | undefined;
|
|
18924
19082
|
};
|
|
18925
19083
|
opportunity: {
|
|
18926
19084
|
id: string;
|
|
@@ -18968,6 +19126,7 @@ declare const app: Elysia<"", {
|
|
|
18968
19126
|
updatedAt?: number | null | undefined;
|
|
18969
19127
|
priceSource?: string | null | undefined;
|
|
18970
19128
|
displaySymbol?: string | undefined;
|
|
19129
|
+
underlyingTokenId?: string | undefined;
|
|
18971
19130
|
}[];
|
|
18972
19131
|
chain: {
|
|
18973
19132
|
id: number;
|
|
@@ -19036,6 +19195,7 @@ declare const app: Elysia<"", {
|
|
|
19036
19195
|
updatedAt?: number | null | undefined;
|
|
19037
19196
|
priceSource?: string | null | undefined;
|
|
19038
19197
|
displaySymbol?: string | undefined;
|
|
19198
|
+
underlyingTokenId?: string | undefined;
|
|
19039
19199
|
} | undefined;
|
|
19040
19200
|
} | undefined;
|
|
19041
19201
|
tvlRecord?: {
|
|
@@ -19070,6 +19230,7 @@ declare const app: Elysia<"", {
|
|
|
19070
19230
|
updatedAt?: number | null | undefined;
|
|
19071
19231
|
priceSource?: string | null | undefined;
|
|
19072
19232
|
displaySymbol?: string | undefined;
|
|
19233
|
+
underlyingTokenId?: string | undefined;
|
|
19073
19234
|
};
|
|
19074
19235
|
amount: string | bigint;
|
|
19075
19236
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|
|
@@ -20426,15 +20587,16 @@ declare const app: Elysia<"", {
|
|
|
20426
20587
|
address: string;
|
|
20427
20588
|
decimals: number;
|
|
20428
20589
|
symbol: string;
|
|
20429
|
-
displaySymbol: string;
|
|
20430
20590
|
icon: string;
|
|
20431
20591
|
verified: boolean;
|
|
20432
|
-
isTest: boolean;
|
|
20433
|
-
type: import("@package/databases").TokenType;
|
|
20434
20592
|
isNative: boolean;
|
|
20435
|
-
|
|
20436
|
-
|
|
20437
|
-
|
|
20593
|
+
isTest: boolean;
|
|
20594
|
+
type: "POINT" | "PRETGE" | "TOKEN";
|
|
20595
|
+
price?: number | null | undefined;
|
|
20596
|
+
updatedAt?: number | null | undefined;
|
|
20597
|
+
priceSource?: string | null | undefined;
|
|
20598
|
+
displaySymbol?: string | undefined;
|
|
20599
|
+
underlyingTokenId?: string | undefined;
|
|
20438
20600
|
};
|
|
20439
20601
|
breakdowns: {
|
|
20440
20602
|
root: string;
|
|
@@ -20508,6 +20670,7 @@ declare const app: Elysia<"", {
|
|
|
20508
20670
|
isTest: boolean;
|
|
20509
20671
|
type: import("@package/databases").TokenType;
|
|
20510
20672
|
isNative: boolean;
|
|
20673
|
+
underlyingTokenId: string | null;
|
|
20511
20674
|
price: number | null;
|
|
20512
20675
|
updatedAt: number | null;
|
|
20513
20676
|
priceSource: string | null;
|
|
@@ -20558,15 +20721,16 @@ declare const app: Elysia<"", {
|
|
|
20558
20721
|
address: string;
|
|
20559
20722
|
decimals: number;
|
|
20560
20723
|
symbol: string;
|
|
20561
|
-
displaySymbol: string;
|
|
20562
20724
|
icon: string;
|
|
20563
20725
|
verified: boolean;
|
|
20564
|
-
isTest: boolean;
|
|
20565
|
-
type: import("@package/databases").TokenType;
|
|
20566
20726
|
isNative: boolean;
|
|
20567
|
-
|
|
20568
|
-
|
|
20569
|
-
|
|
20727
|
+
isTest: boolean;
|
|
20728
|
+
type: "POINT" | "PRETGE" | "TOKEN";
|
|
20729
|
+
price?: number | null | undefined;
|
|
20730
|
+
updatedAt?: number | null | undefined;
|
|
20731
|
+
priceSource?: string | null | undefined;
|
|
20732
|
+
displaySymbol?: string | undefined;
|
|
20733
|
+
underlyingTokenId?: string | undefined;
|
|
20570
20734
|
};
|
|
20571
20735
|
breakdowns: {
|
|
20572
20736
|
root: string;
|
|
@@ -20640,6 +20804,7 @@ declare const app: Elysia<"", {
|
|
|
20640
20804
|
isTest: boolean;
|
|
20641
20805
|
type: import("@package/databases").TokenType;
|
|
20642
20806
|
isNative: boolean;
|
|
20807
|
+
underlyingTokenId: string | null;
|
|
20643
20808
|
price: number | null;
|
|
20644
20809
|
updatedAt: number | null;
|
|
20645
20810
|
priceSource: string | null;
|
|
@@ -20724,6 +20889,7 @@ declare const app: Elysia<"", {
|
|
|
20724
20889
|
updatedAt?: number | null | undefined;
|
|
20725
20890
|
priceSource?: string | null | undefined;
|
|
20726
20891
|
displaySymbol?: string | undefined;
|
|
20892
|
+
underlyingTokenId?: string | undefined;
|
|
20727
20893
|
}[];
|
|
20728
20894
|
chain: {
|
|
20729
20895
|
id: number;
|
|
@@ -20792,6 +20958,7 @@ declare const app: Elysia<"", {
|
|
|
20792
20958
|
updatedAt?: number | null | undefined;
|
|
20793
20959
|
priceSource?: string | null | undefined;
|
|
20794
20960
|
displaySymbol?: string | undefined;
|
|
20961
|
+
underlyingTokenId?: string | undefined;
|
|
20795
20962
|
} | undefined;
|
|
20796
20963
|
} | undefined;
|
|
20797
20964
|
tvlRecord?: {
|
|
@@ -20826,6 +20993,7 @@ declare const app: Elysia<"", {
|
|
|
20826
20993
|
updatedAt?: number | null | undefined;
|
|
20827
20994
|
priceSource?: string | null | undefined;
|
|
20828
20995
|
displaySymbol?: string | undefined;
|
|
20996
|
+
underlyingTokenId?: string | undefined;
|
|
20829
20997
|
};
|
|
20830
20998
|
amount: string | bigint;
|
|
20831
20999
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
|