@merkl/api 0.18.10 → 0.18.12

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.
Files changed (42) hide show
  1. package/dist/database/api/.generated/drizzle/schema.d.ts +17 -0
  2. package/dist/database/api/.generated/drizzle/schema.js +1 -0
  3. package/dist/database/api/.generated/drizzle/schema.ts +1 -0
  4. package/dist/database/api/.generated/edge.js +4 -3
  5. package/dist/database/api/.generated/index-browser.js +1 -0
  6. package/dist/database/api/.generated/index.d.ts +58 -1
  7. package/dist/database/api/.generated/index.js +4 -3
  8. package/dist/database/api/.generated/package.json +1 -1
  9. package/dist/database/api/.generated/schema.prisma +1 -0
  10. package/dist/database/api/.generated/wasm.js +1 -0
  11. package/dist/src/eden/index.d.ts +90 -0
  12. package/dist/src/index.d.ts +18 -0
  13. package/dist/src/libs/positions/EigenLayer/index.js +1 -0
  14. package/dist/src/libs/positions/badger/index.js +1 -0
  15. package/dist/src/libs/positions/clamm/index.js +1 -0
  16. package/dist/src/libs/positions/clamm/thegraph/fetchAlmPositions.js +1 -0
  17. package/dist/src/libs/positions/clamm/thegraph/fetchAmmPositions.js +1 -0
  18. package/dist/src/libs/positions/clamm/thegraph/fetchFarmedPositions.js +1 -0
  19. package/dist/src/libs/positions/clamm/thegraph/index.js +1 -0
  20. package/dist/src/libs/positions/compound/index.js +1 -0
  21. package/dist/src/libs/positions/euler/index.js +1 -0
  22. package/dist/src/libs/positions/index.js +1 -0
  23. package/dist/src/libs/positions/prepareFetch.js +1 -0
  24. package/dist/src/libs/positions/silo/index.js +1 -0
  25. package/dist/src/modules/v4/campaign/campaign.controller.d.ts +2 -0
  26. package/dist/src/modules/v4/campaign/campaign.repository.d.ts +4 -0
  27. package/dist/src/modules/v4/campaign/campaign.service.d.ts +5 -0
  28. package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +4 -0
  29. package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +13 -0
  30. package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +12 -0
  31. package/dist/src/modules/v4/reward/reward.repository.d.ts +2 -0
  32. package/dist/src/modules/v4/reward/reward.service.d.ts +11 -0
  33. package/dist/src/modules/v4/router.d.ts +18 -0
  34. package/dist/src/modules/v4/token/token.controller.d.ts +8 -0
  35. package/dist/src/modules/v4/token/token.repository.d.ts +3 -0
  36. package/dist/src/modules/v4/token/token.repository.js +1 -1
  37. package/dist/src/modules/v4/token/token.service.d.ts +10 -0
  38. package/dist/src/modules/v4/user/user.controller.d.ts +4 -0
  39. package/dist/src/routes/v3/campaigns.js +1 -1
  40. package/dist/src/routes/v3/fetch.js +1 -1
  41. package/dist/tsconfig.package.tsbuildinfo +1 -1
  42. package/package.json +1 -1
@@ -125,6 +125,7 @@ declare const eden: {
125
125
  decimals: number;
126
126
  verified: boolean;
127
127
  isTest: boolean;
128
+ isPoint: boolean;
128
129
  isNative: boolean;
129
130
  } & {
130
131
  price?: number | null | undefined;
@@ -525,6 +526,7 @@ declare const eden: {
525
526
  displaySymbol: string;
526
527
  verified: boolean;
527
528
  isTest: boolean;
529
+ isPoint: boolean;
528
530
  isNative: boolean;
529
531
  price: number | null;
530
532
  };
@@ -550,6 +552,7 @@ declare const eden: {
550
552
  decimals: number;
551
553
  verified: boolean;
552
554
  isTest: boolean;
555
+ isPoint: boolean;
553
556
  isNative: boolean;
554
557
  } & {
555
558
  price?: number | null | undefined;
@@ -611,6 +614,7 @@ declare const eden: {
611
614
  decimals: number;
612
615
  verified: boolean;
613
616
  isTest: boolean;
617
+ isPoint: boolean;
614
618
  isNative: boolean;
615
619
  } & {
616
620
  price?: number | null | undefined;
@@ -963,6 +967,7 @@ declare const eden: {
963
967
  decimals: number;
964
968
  verified: boolean;
965
969
  isTest: boolean;
970
+ isPoint: boolean;
966
971
  isNative: boolean;
967
972
  } & {
968
973
  price?: number | null | undefined;
@@ -1188,6 +1193,7 @@ declare const eden: {
1188
1193
  decimals: number;
1189
1194
  verified: boolean;
1190
1195
  isTest: boolean;
1196
+ isPoint: boolean;
1191
1197
  isNative: boolean;
1192
1198
  } & {
1193
1199
  price?: number | null | undefined;
@@ -1471,6 +1477,7 @@ declare const eden: {
1471
1477
  decimals: number;
1472
1478
  verified: boolean;
1473
1479
  isTest: boolean;
1480
+ isPoint: boolean;
1474
1481
  isNative: boolean;
1475
1482
  price?: number | null | undefined;
1476
1483
  } | undefined;
@@ -1496,6 +1503,7 @@ declare const eden: {
1496
1503
  decimals: number;
1497
1504
  verified: boolean;
1498
1505
  isTest: boolean;
1506
+ isPoint: boolean;
1499
1507
  isNative: boolean;
1500
1508
  price?: number | null | undefined;
1501
1509
  } | undefined;
@@ -1525,6 +1533,7 @@ declare const eden: {
1525
1533
  displaySymbol: string;
1526
1534
  verified: boolean;
1527
1535
  isTest: boolean;
1536
+ isPoint: boolean;
1528
1537
  isNative: boolean;
1529
1538
  price: number | null;
1530
1539
  };
@@ -1550,6 +1559,7 @@ declare const eden: {
1550
1559
  displaySymbol: string;
1551
1560
  verified: boolean;
1552
1561
  isTest: boolean;
1562
+ isPoint: boolean;
1553
1563
  isNative: boolean;
1554
1564
  price: number | null;
1555
1565
  }[];
@@ -1577,6 +1587,7 @@ declare const eden: {
1577
1587
  decimals: number;
1578
1588
  verified: boolean;
1579
1589
  isTest: boolean;
1590
+ isPoint: boolean;
1580
1591
  isNative: boolean;
1581
1592
  } & {
1582
1593
  price?: number | null | undefined;
@@ -1612,6 +1623,7 @@ declare const eden: {
1612
1623
  decimals: number;
1613
1624
  verified: boolean;
1614
1625
  isTest: boolean;
1626
+ isPoint: boolean;
1615
1627
  isNative: boolean;
1616
1628
  } & {
1617
1629
  price?: number | null | undefined;
@@ -1640,6 +1652,7 @@ declare const eden: {
1640
1652
  decimals: number;
1641
1653
  verified: boolean;
1642
1654
  isTest: boolean;
1655
+ isPoint: boolean;
1643
1656
  isNative: boolean;
1644
1657
  price?: number | null | undefined;
1645
1658
  } | undefined;
@@ -1729,6 +1742,7 @@ declare const eden: {
1729
1742
  displaySymbol: string;
1730
1743
  verified: boolean;
1731
1744
  isTest: boolean;
1745
+ isPoint: boolean;
1732
1746
  isNative: boolean;
1733
1747
  price: number | null;
1734
1748
  };
@@ -2325,6 +2339,7 @@ declare const eden: {
2325
2339
  displaySymbol: string;
2326
2340
  verified: boolean;
2327
2341
  isTest: boolean;
2342
+ isPoint: boolean;
2328
2343
  isNative: boolean;
2329
2344
  price: number | null;
2330
2345
  };
@@ -2347,6 +2362,7 @@ declare const eden: {
2347
2362
  displaySymbol: string;
2348
2363
  verified: boolean;
2349
2364
  isTest: boolean;
2365
+ isPoint: boolean;
2350
2366
  isNative: boolean;
2351
2367
  price: number | null;
2352
2368
  }[];
@@ -2429,6 +2445,7 @@ declare const eden: {
2429
2445
  displaySymbol: string;
2430
2446
  verified: boolean;
2431
2447
  isTest: boolean;
2448
+ isPoint: boolean;
2432
2449
  isNative: boolean;
2433
2450
  price: number | null;
2434
2451
  };
@@ -2451,6 +2468,7 @@ declare const eden: {
2451
2468
  displaySymbol: string;
2452
2469
  verified: boolean;
2453
2470
  isTest: boolean;
2471
+ isPoint: boolean;
2454
2472
  isNative: boolean;
2455
2473
  price: number | null;
2456
2474
  }[];
@@ -3577,6 +3595,7 @@ declare const eden: {
3577
3595
  decimals: number;
3578
3596
  verified: boolean;
3579
3597
  isTest: boolean;
3598
+ isPoint: boolean;
3580
3599
  isNative: boolean;
3581
3600
  } & {
3582
3601
  price?: number | null | undefined;
@@ -3977,6 +3996,7 @@ declare const eden: {
3977
3996
  displaySymbol: string;
3978
3997
  verified: boolean;
3979
3998
  isTest: boolean;
3999
+ isPoint: boolean;
3980
4000
  isNative: boolean;
3981
4001
  price: number | null;
3982
4002
  };
@@ -4002,6 +4022,7 @@ declare const eden: {
4002
4022
  decimals: number;
4003
4023
  verified: boolean;
4004
4024
  isTest: boolean;
4025
+ isPoint: boolean;
4005
4026
  isNative: boolean;
4006
4027
  } & {
4007
4028
  price?: number | null | undefined;
@@ -4063,6 +4084,7 @@ declare const eden: {
4063
4084
  decimals: number;
4064
4085
  verified: boolean;
4065
4086
  isTest: boolean;
4087
+ isPoint: boolean;
4066
4088
  isNative: boolean;
4067
4089
  } & {
4068
4090
  price?: number | null | undefined;
@@ -4415,6 +4437,7 @@ declare const eden: {
4415
4437
  decimals: number;
4416
4438
  verified: boolean;
4417
4439
  isTest: boolean;
4440
+ isPoint: boolean;
4418
4441
  isNative: boolean;
4419
4442
  } & {
4420
4443
  price?: number | null | undefined;
@@ -4640,6 +4663,7 @@ declare const eden: {
4640
4663
  decimals: number;
4641
4664
  verified: boolean;
4642
4665
  isTest: boolean;
4666
+ isPoint: boolean;
4643
4667
  isNative: boolean;
4644
4668
  } & {
4645
4669
  price?: number | null | undefined;
@@ -4923,6 +4947,7 @@ declare const eden: {
4923
4947
  decimals: number;
4924
4948
  verified: boolean;
4925
4949
  isTest: boolean;
4950
+ isPoint: boolean;
4926
4951
  isNative: boolean;
4927
4952
  price?: number | null | undefined;
4928
4953
  } | undefined;
@@ -4948,6 +4973,7 @@ declare const eden: {
4948
4973
  decimals: number;
4949
4974
  verified: boolean;
4950
4975
  isTest: boolean;
4976
+ isPoint: boolean;
4951
4977
  isNative: boolean;
4952
4978
  price?: number | null | undefined;
4953
4979
  } | undefined;
@@ -4977,6 +5003,7 @@ declare const eden: {
4977
5003
  displaySymbol: string;
4978
5004
  verified: boolean;
4979
5005
  isTest: boolean;
5006
+ isPoint: boolean;
4980
5007
  isNative: boolean;
4981
5008
  price: number | null;
4982
5009
  };
@@ -5002,6 +5029,7 @@ declare const eden: {
5002
5029
  displaySymbol: string;
5003
5030
  verified: boolean;
5004
5031
  isTest: boolean;
5032
+ isPoint: boolean;
5005
5033
  isNative: boolean;
5006
5034
  price: number | null;
5007
5035
  }[];
@@ -5029,6 +5057,7 @@ declare const eden: {
5029
5057
  decimals: number;
5030
5058
  verified: boolean;
5031
5059
  isTest: boolean;
5060
+ isPoint: boolean;
5032
5061
  isNative: boolean;
5033
5062
  } & {
5034
5063
  price?: number | null | undefined;
@@ -5064,6 +5093,7 @@ declare const eden: {
5064
5093
  decimals: number;
5065
5094
  verified: boolean;
5066
5095
  isTest: boolean;
5096
+ isPoint: boolean;
5067
5097
  isNative: boolean;
5068
5098
  } & {
5069
5099
  price?: number | null | undefined;
@@ -5092,6 +5122,7 @@ declare const eden: {
5092
5122
  decimals: number;
5093
5123
  verified: boolean;
5094
5124
  isTest: boolean;
5125
+ isPoint: boolean;
5095
5126
  isNative: boolean;
5096
5127
  price?: number | null | undefined;
5097
5128
  } | undefined;
@@ -5181,6 +5212,7 @@ declare const eden: {
5181
5212
  displaySymbol: string;
5182
5213
  verified: boolean;
5183
5214
  isTest: boolean;
5215
+ isPoint: boolean;
5184
5216
  isNative: boolean;
5185
5217
  price: number | null;
5186
5218
  };
@@ -5777,6 +5809,7 @@ declare const eden: {
5777
5809
  displaySymbol: string;
5778
5810
  verified: boolean;
5779
5811
  isTest: boolean;
5812
+ isPoint: boolean;
5780
5813
  isNative: boolean;
5781
5814
  price: number | null;
5782
5815
  };
@@ -5799,6 +5832,7 @@ declare const eden: {
5799
5832
  displaySymbol: string;
5800
5833
  verified: boolean;
5801
5834
  isTest: boolean;
5835
+ isPoint: boolean;
5802
5836
  isNative: boolean;
5803
5837
  price: number | null;
5804
5838
  }[];
@@ -5881,6 +5915,7 @@ declare const eden: {
5881
5915
  displaySymbol: string;
5882
5916
  verified: boolean;
5883
5917
  isTest: boolean;
5918
+ isPoint: boolean;
5884
5919
  isNative: boolean;
5885
5920
  price: number | null;
5886
5921
  };
@@ -5903,6 +5938,7 @@ declare const eden: {
5903
5938
  displaySymbol: string;
5904
5939
  verified: boolean;
5905
5940
  isTest: boolean;
5941
+ isPoint: boolean;
5906
5942
  isNative: boolean;
5907
5943
  price: number | null;
5908
5944
  }[];
@@ -7812,6 +7848,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
7812
7848
  decimals: number;
7813
7849
  verified: boolean;
7814
7850
  isTest: boolean;
7851
+ isPoint: boolean;
7815
7852
  isNative: boolean;
7816
7853
  } & {
7817
7854
  price?: number | null | undefined;
@@ -7896,6 +7933,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
7896
7933
  displaySymbol: string;
7897
7934
  verified: boolean;
7898
7935
  isTest: boolean;
7936
+ isPoint: boolean;
7899
7937
  isNative: boolean;
7900
7938
  price: number | null;
7901
7939
  };
@@ -7921,6 +7959,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
7921
7959
  decimals: number;
7922
7960
  verified: boolean;
7923
7961
  isTest: boolean;
7962
+ isPoint: boolean;
7924
7963
  isNative: boolean;
7925
7964
  } & {
7926
7965
  price?: number | null | undefined;
@@ -7982,6 +8021,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
7982
8021
  decimals: number;
7983
8022
  verified: boolean;
7984
8023
  isTest: boolean;
8024
+ isPoint: boolean;
7985
8025
  isNative: boolean;
7986
8026
  } & {
7987
8027
  price?: number | null | undefined;
@@ -8851,6 +8891,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
8851
8891
  decimals: number;
8852
8892
  verified: boolean;
8853
8893
  isTest: boolean;
8894
+ isPoint: boolean;
8854
8895
  isNative: boolean;
8855
8896
  } & {
8856
8897
  price?: number | null | undefined;
@@ -8932,6 +8973,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
8932
8973
  decimals: number;
8933
8974
  verified: boolean;
8934
8975
  isTest: boolean;
8976
+ isPoint: boolean;
8935
8977
  isNative: boolean;
8936
8978
  } & {
8937
8979
  price?: number | null | undefined;
@@ -9279,6 +9321,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
9279
9321
  decimals: number;
9280
9322
  verified: boolean;
9281
9323
  isTest: boolean;
9324
+ isPoint: boolean;
9282
9325
  isNative: boolean;
9283
9326
  price?: number | null | undefined;
9284
9327
  } | undefined;
@@ -9311,6 +9354,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
9311
9354
  decimals: number;
9312
9355
  verified: boolean;
9313
9356
  isTest: boolean;
9357
+ isPoint: boolean;
9314
9358
  isNative: boolean;
9315
9359
  price?: number | null | undefined;
9316
9360
  } | undefined;
@@ -9343,6 +9387,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
9343
9387
  displaySymbol: string;
9344
9388
  verified: boolean;
9345
9389
  isTest: boolean;
9390
+ isPoint: boolean;
9346
9391
  isNative: boolean;
9347
9392
  price: number | null;
9348
9393
  }[];
@@ -9374,6 +9419,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
9374
9419
  decimals: number;
9375
9420
  verified: boolean;
9376
9421
  isTest: boolean;
9422
+ isPoint: boolean;
9377
9423
  isNative: boolean;
9378
9424
  } & {
9379
9425
  price?: number | null | undefined;
@@ -9412,6 +9458,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
9412
9458
  decimals: number;
9413
9459
  verified: boolean;
9414
9460
  isTest: boolean;
9461
+ isPoint: boolean;
9415
9462
  isNative: boolean;
9416
9463
  } & {
9417
9464
  price?: number | null | undefined;
@@ -9468,6 +9515,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
9468
9515
  decimals: number;
9469
9516
  verified: boolean;
9470
9517
  isTest: boolean;
9518
+ isPoint: boolean;
9471
9519
  isNative: boolean;
9472
9520
  price?: number | null | undefined;
9473
9521
  } | undefined;
@@ -9503,6 +9551,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
9503
9551
  displaySymbol: string;
9504
9552
  verified: boolean;
9505
9553
  isTest: boolean;
9554
+ isPoint: boolean;
9506
9555
  isNative: boolean;
9507
9556
  price: number | null;
9508
9557
  };
@@ -9578,6 +9627,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
9578
9627
  displaySymbol: string;
9579
9628
  verified: boolean;
9580
9629
  isTest: boolean;
9630
+ isPoint: boolean;
9581
9631
  isNative: boolean;
9582
9632
  price: number | null;
9583
9633
  };
@@ -10418,6 +10468,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
10418
10468
  displaySymbol: string;
10419
10469
  verified: boolean;
10420
10470
  isTest: boolean;
10471
+ isPoint: boolean;
10421
10472
  isNative: boolean;
10422
10473
  price: number | null;
10423
10474
  };
@@ -10440,6 +10491,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
10440
10491
  displaySymbol: string;
10441
10492
  verified: boolean;
10442
10493
  isTest: boolean;
10494
+ isPoint: boolean;
10443
10495
  isNative: boolean;
10444
10496
  price: number | null;
10445
10497
  }[];
@@ -10533,6 +10585,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
10533
10585
  displaySymbol: string;
10534
10586
  verified: boolean;
10535
10587
  isTest: boolean;
10588
+ isPoint: boolean;
10536
10589
  isNative: boolean;
10537
10590
  price: number | null;
10538
10591
  };
@@ -10555,6 +10608,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
10555
10608
  displaySymbol: string;
10556
10609
  verified: boolean;
10557
10610
  isTest: boolean;
10611
+ isPoint: boolean;
10558
10612
  isNative: boolean;
10559
10613
  price: number | null;
10560
10614
  }[];
@@ -12781,6 +12835,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
12781
12835
  decimals: number;
12782
12836
  verified: boolean;
12783
12837
  isTest: boolean;
12838
+ isPoint: boolean;
12784
12839
  isNative: boolean;
12785
12840
  } & {
12786
12841
  price?: number | null | undefined;
@@ -13181,6 +13236,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
13181
13236
  displaySymbol: string;
13182
13237
  verified: boolean;
13183
13238
  isTest: boolean;
13239
+ isPoint: boolean;
13184
13240
  isNative: boolean;
13185
13241
  price: number | null;
13186
13242
  };
@@ -13206,6 +13262,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
13206
13262
  decimals: number;
13207
13263
  verified: boolean;
13208
13264
  isTest: boolean;
13265
+ isPoint: boolean;
13209
13266
  isNative: boolean;
13210
13267
  } & {
13211
13268
  price?: number | null | undefined;
@@ -13267,6 +13324,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
13267
13324
  decimals: number;
13268
13325
  verified: boolean;
13269
13326
  isTest: boolean;
13327
+ isPoint: boolean;
13270
13328
  isNative: boolean;
13271
13329
  } & {
13272
13330
  price?: number | null | undefined;
@@ -13619,6 +13677,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
13619
13677
  decimals: number;
13620
13678
  verified: boolean;
13621
13679
  isTest: boolean;
13680
+ isPoint: boolean;
13622
13681
  isNative: boolean;
13623
13682
  } & {
13624
13683
  price?: number | null | undefined;
@@ -13844,6 +13903,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
13844
13903
  decimals: number;
13845
13904
  verified: boolean;
13846
13905
  isTest: boolean;
13906
+ isPoint: boolean;
13847
13907
  isNative: boolean;
13848
13908
  } & {
13849
13909
  price?: number | null | undefined;
@@ -14127,6 +14187,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
14127
14187
  decimals: number;
14128
14188
  verified: boolean;
14129
14189
  isTest: boolean;
14190
+ isPoint: boolean;
14130
14191
  isNative: boolean;
14131
14192
  price?: number | null | undefined;
14132
14193
  } | undefined;
@@ -14152,6 +14213,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
14152
14213
  decimals: number;
14153
14214
  verified: boolean;
14154
14215
  isTest: boolean;
14216
+ isPoint: boolean;
14155
14217
  isNative: boolean;
14156
14218
  price?: number | null | undefined;
14157
14219
  } | undefined;
@@ -14181,6 +14243,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
14181
14243
  displaySymbol: string;
14182
14244
  verified: boolean;
14183
14245
  isTest: boolean;
14246
+ isPoint: boolean;
14184
14247
  isNative: boolean;
14185
14248
  price: number | null;
14186
14249
  };
@@ -14206,6 +14269,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
14206
14269
  displaySymbol: string;
14207
14270
  verified: boolean;
14208
14271
  isTest: boolean;
14272
+ isPoint: boolean;
14209
14273
  isNative: boolean;
14210
14274
  price: number | null;
14211
14275
  }[];
@@ -14233,6 +14297,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
14233
14297
  decimals: number;
14234
14298
  verified: boolean;
14235
14299
  isTest: boolean;
14300
+ isPoint: boolean;
14236
14301
  isNative: boolean;
14237
14302
  } & {
14238
14303
  price?: number | null | undefined;
@@ -14268,6 +14333,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
14268
14333
  decimals: number;
14269
14334
  verified: boolean;
14270
14335
  isTest: boolean;
14336
+ isPoint: boolean;
14271
14337
  isNative: boolean;
14272
14338
  } & {
14273
14339
  price?: number | null | undefined;
@@ -14296,6 +14362,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
14296
14362
  decimals: number;
14297
14363
  verified: boolean;
14298
14364
  isTest: boolean;
14365
+ isPoint: boolean;
14299
14366
  isNative: boolean;
14300
14367
  price?: number | null | undefined;
14301
14368
  } | undefined;
@@ -14385,6 +14452,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
14385
14452
  displaySymbol: string;
14386
14453
  verified: boolean;
14387
14454
  isTest: boolean;
14455
+ isPoint: boolean;
14388
14456
  isNative: boolean;
14389
14457
  price: number | null;
14390
14458
  };
@@ -14981,6 +15049,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
14981
15049
  displaySymbol: string;
14982
15050
  verified: boolean;
14983
15051
  isTest: boolean;
15052
+ isPoint: boolean;
14984
15053
  isNative: boolean;
14985
15054
  price: number | null;
14986
15055
  };
@@ -15003,6 +15072,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
15003
15072
  displaySymbol: string;
15004
15073
  verified: boolean;
15005
15074
  isTest: boolean;
15075
+ isPoint: boolean;
15006
15076
  isNative: boolean;
15007
15077
  price: number | null;
15008
15078
  }[];
@@ -15085,6 +15155,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
15085
15155
  displaySymbol: string;
15086
15156
  verified: boolean;
15087
15157
  isTest: boolean;
15158
+ isPoint: boolean;
15088
15159
  isNative: boolean;
15089
15160
  price: number | null;
15090
15161
  };
@@ -15107,6 +15178,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
15107
15178
  displaySymbol: string;
15108
15179
  verified: boolean;
15109
15180
  isTest: boolean;
15181
+ isPoint: boolean;
15110
15182
  isNative: boolean;
15111
15183
  price: number | null;
15112
15184
  }[];
@@ -16233,6 +16305,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
16233
16305
  decimals: number;
16234
16306
  verified: boolean;
16235
16307
  isTest: boolean;
16308
+ isPoint: boolean;
16236
16309
  isNative: boolean;
16237
16310
  } & {
16238
16311
  price?: number | null | undefined;
@@ -16633,6 +16706,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
16633
16706
  displaySymbol: string;
16634
16707
  verified: boolean;
16635
16708
  isTest: boolean;
16709
+ isPoint: boolean;
16636
16710
  isNative: boolean;
16637
16711
  price: number | null;
16638
16712
  };
@@ -16658,6 +16732,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
16658
16732
  decimals: number;
16659
16733
  verified: boolean;
16660
16734
  isTest: boolean;
16735
+ isPoint: boolean;
16661
16736
  isNative: boolean;
16662
16737
  } & {
16663
16738
  price?: number | null | undefined;
@@ -16719,6 +16794,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
16719
16794
  decimals: number;
16720
16795
  verified: boolean;
16721
16796
  isTest: boolean;
16797
+ isPoint: boolean;
16722
16798
  isNative: boolean;
16723
16799
  } & {
16724
16800
  price?: number | null | undefined;
@@ -17071,6 +17147,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
17071
17147
  decimals: number;
17072
17148
  verified: boolean;
17073
17149
  isTest: boolean;
17150
+ isPoint: boolean;
17074
17151
  isNative: boolean;
17075
17152
  } & {
17076
17153
  price?: number | null | undefined;
@@ -17296,6 +17373,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
17296
17373
  decimals: number;
17297
17374
  verified: boolean;
17298
17375
  isTest: boolean;
17376
+ isPoint: boolean;
17299
17377
  isNative: boolean;
17300
17378
  } & {
17301
17379
  price?: number | null | undefined;
@@ -17579,6 +17657,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
17579
17657
  decimals: number;
17580
17658
  verified: boolean;
17581
17659
  isTest: boolean;
17660
+ isPoint: boolean;
17582
17661
  isNative: boolean;
17583
17662
  price?: number | null | undefined;
17584
17663
  } | undefined;
@@ -17604,6 +17683,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
17604
17683
  decimals: number;
17605
17684
  verified: boolean;
17606
17685
  isTest: boolean;
17686
+ isPoint: boolean;
17607
17687
  isNative: boolean;
17608
17688
  price?: number | null | undefined;
17609
17689
  } | undefined;
@@ -17633,6 +17713,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
17633
17713
  displaySymbol: string;
17634
17714
  verified: boolean;
17635
17715
  isTest: boolean;
17716
+ isPoint: boolean;
17636
17717
  isNative: boolean;
17637
17718
  price: number | null;
17638
17719
  };
@@ -17658,6 +17739,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
17658
17739
  displaySymbol: string;
17659
17740
  verified: boolean;
17660
17741
  isTest: boolean;
17742
+ isPoint: boolean;
17661
17743
  isNative: boolean;
17662
17744
  price: number | null;
17663
17745
  }[];
@@ -17685,6 +17767,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
17685
17767
  decimals: number;
17686
17768
  verified: boolean;
17687
17769
  isTest: boolean;
17770
+ isPoint: boolean;
17688
17771
  isNative: boolean;
17689
17772
  } & {
17690
17773
  price?: number | null | undefined;
@@ -17720,6 +17803,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
17720
17803
  decimals: number;
17721
17804
  verified: boolean;
17722
17805
  isTest: boolean;
17806
+ isPoint: boolean;
17723
17807
  isNative: boolean;
17724
17808
  } & {
17725
17809
  price?: number | null | undefined;
@@ -17748,6 +17832,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
17748
17832
  decimals: number;
17749
17833
  verified: boolean;
17750
17834
  isTest: boolean;
17835
+ isPoint: boolean;
17751
17836
  isNative: boolean;
17752
17837
  price?: number | null | undefined;
17753
17838
  } | undefined;
@@ -17837,6 +17922,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
17837
17922
  displaySymbol: string;
17838
17923
  verified: boolean;
17839
17924
  isTest: boolean;
17925
+ isPoint: boolean;
17840
17926
  isNative: boolean;
17841
17927
  price: number | null;
17842
17928
  };
@@ -18433,6 +18519,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
18433
18519
  displaySymbol: string;
18434
18520
  verified: boolean;
18435
18521
  isTest: boolean;
18522
+ isPoint: boolean;
18436
18523
  isNative: boolean;
18437
18524
  price: number | null;
18438
18525
  };
@@ -18455,6 +18542,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
18455
18542
  displaySymbol: string;
18456
18543
  verified: boolean;
18457
18544
  isTest: boolean;
18545
+ isPoint: boolean;
18458
18546
  isNative: boolean;
18459
18547
  price: number | null;
18460
18548
  }[];
@@ -18537,6 +18625,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
18537
18625
  displaySymbol: string;
18538
18626
  verified: boolean;
18539
18627
  isTest: boolean;
18628
+ isPoint: boolean;
18540
18629
  isNative: boolean;
18541
18630
  price: number | null;
18542
18631
  };
@@ -18559,6 +18648,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
18559
18648
  displaySymbol: string;
18560
18649
  verified: boolean;
18561
18650
  isTest: boolean;
18651
+ isPoint: boolean;
18562
18652
  isNative: boolean;
18563
18653
  price: number | null;
18564
18654
  }[];