@longdotxyz/shared 0.0.39 → 0.0.41

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.
@@ -41,13 +41,13 @@ declare const AssetResponse: z.ZodEffects<z.ZodObject<{
41
41
  social_links: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
42
42
  vesting_recipients: z.ZodOptional<z.ZodArray<z.ZodObject<{
43
43
  address: z.ZodString;
44
- percentage: z.ZodNumber;
44
+ amount: z.ZodString;
45
45
  }, "strip", z.ZodTypeAny, {
46
46
  address: string;
47
- percentage: number;
47
+ amount: string;
48
48
  }, {
49
49
  address: string;
50
- percentage: number;
50
+ amount: string;
51
51
  }>, "many">>;
52
52
  }, "strip", z.ZodTypeAny, {
53
53
  name?: string | undefined;
@@ -57,7 +57,7 @@ declare const AssetResponse: z.ZodEffects<z.ZodObject<{
57
57
  social_links?: string[] | undefined;
58
58
  vesting_recipients?: {
59
59
  address: string;
60
- percentage: number;
60
+ amount: string;
61
61
  }[] | undefined;
62
62
  }, {
63
63
  name?: string | undefined;
@@ -67,7 +67,7 @@ declare const AssetResponse: z.ZodEffects<z.ZodObject<{
67
67
  social_links?: string[] | undefined;
68
68
  vesting_recipients?: {
69
69
  address: string;
70
- percentage: number;
70
+ amount: string;
71
71
  }[] | undefined;
72
72
  }>>;
73
73
  token_image_public_url: z.ZodNullable<z.ZodString>;
@@ -87,7 +87,7 @@ declare const AssetResponse: z.ZodEffects<z.ZodObject<{
87
87
  social_links?: string[] | undefined;
88
88
  vesting_recipients?: {
89
89
  address: string;
90
- percentage: number;
90
+ amount: string;
91
91
  }[] | undefined;
92
92
  } | null;
93
93
  token_image_public_url: string | null;
@@ -107,7 +107,7 @@ declare const AssetResponse: z.ZodEffects<z.ZodObject<{
107
107
  social_links?: string[] | undefined;
108
108
  vesting_recipients?: {
109
109
  address: string;
110
- percentage: number;
110
+ amount: string;
111
111
  }[] | undefined;
112
112
  } | null;
113
113
  token_image_public_url: string | null;
@@ -149,7 +149,7 @@ declare const AssetResponse: z.ZodEffects<z.ZodObject<{
149
149
  social_links?: string[] | undefined;
150
150
  vesting_recipients?: {
151
151
  address: string;
152
- percentage: number;
152
+ amount: string;
153
153
  }[] | undefined;
154
154
  } | null;
155
155
  token_image_public_url: string | null;
@@ -191,7 +191,7 @@ declare const AssetResponse: z.ZodEffects<z.ZodObject<{
191
191
  social_links?: string[] | undefined;
192
192
  vesting_recipients?: {
193
193
  address: string;
194
- percentage: number;
194
+ amount: string;
195
195
  }[] | undefined;
196
196
  } | null;
197
197
  token_image_public_url: string | null;
@@ -223,13 +223,13 @@ declare const AssetResponse: z.ZodEffects<z.ZodObject<{
223
223
  social_links: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
224
224
  vesting_recipients: z.ZodOptional<z.ZodArray<z.ZodObject<{
225
225
  address: z.ZodString;
226
- percentage: z.ZodNumber;
226
+ amount: z.ZodString;
227
227
  }, "strip", z.ZodTypeAny, {
228
228
  address: string;
229
- percentage: number;
229
+ amount: string;
230
230
  }, {
231
231
  address: string;
232
- percentage: number;
232
+ amount: string;
233
233
  }>, "many">>;
234
234
  }, "strip", z.ZodTypeAny, {
235
235
  name?: string | undefined;
@@ -239,7 +239,7 @@ declare const AssetResponse: z.ZodEffects<z.ZodObject<{
239
239
  social_links?: string[] | undefined;
240
240
  vesting_recipients?: {
241
241
  address: string;
242
- percentage: number;
242
+ amount: string;
243
243
  }[] | undefined;
244
244
  }, {
245
245
  name?: string | undefined;
@@ -249,7 +249,7 @@ declare const AssetResponse: z.ZodEffects<z.ZodObject<{
249
249
  social_links?: string[] | undefined;
250
250
  vesting_recipients?: {
251
251
  address: string;
252
- percentage: number;
252
+ amount: string;
253
253
  }[] | undefined;
254
254
  }>>;
255
255
  token_image_public_url: z.ZodNullable<z.ZodString>;
@@ -270,7 +270,7 @@ declare const AssetResponse: z.ZodEffects<z.ZodObject<{
270
270
  social_links?: string[] | undefined;
271
271
  vesting_recipients?: {
272
272
  address: string;
273
- percentage: number;
273
+ amount: string;
274
274
  }[] | undefined;
275
275
  } | null;
276
276
  token_image_public_url: string | null;
@@ -291,7 +291,7 @@ declare const AssetResponse: z.ZodEffects<z.ZodObject<{
291
291
  social_links?: string[] | undefined;
292
292
  vesting_recipients?: {
293
293
  address: string;
294
- percentage: number;
294
+ amount: string;
295
295
  }[] | undefined;
296
296
  } | null;
297
297
  token_image_public_url: string | null;
@@ -323,7 +323,7 @@ declare const AssetResponse: z.ZodEffects<z.ZodObject<{
323
323
  social_links?: string[] | undefined;
324
324
  vesting_recipients?: {
325
325
  address: string;
326
- percentage: number;
326
+ amount: string;
327
327
  }[] | undefined;
328
328
  } | null;
329
329
  token_image_public_url: string | null;
@@ -355,7 +355,7 @@ declare const AssetResponse: z.ZodEffects<z.ZodObject<{
355
355
  social_links?: string[] | undefined;
356
356
  vesting_recipients?: {
357
357
  address: string;
358
- percentage: number;
358
+ amount: string;
359
359
  }[] | undefined;
360
360
  } | null;
361
361
  token_image_public_url: string | null;
@@ -406,7 +406,7 @@ declare const AssetResponse: z.ZodEffects<z.ZodObject<{
406
406
  social_links?: string[] | undefined;
407
407
  vesting_recipients?: {
408
408
  address: string;
409
- percentage: number;
409
+ amount: string;
410
410
  }[] | undefined;
411
411
  } | null;
412
412
  token_image_public_url: string | null;
@@ -438,7 +438,7 @@ declare const AssetResponse: z.ZodEffects<z.ZodObject<{
438
438
  social_links?: string[] | undefined;
439
439
  vesting_recipients?: {
440
440
  address: string;
441
- percentage: number;
441
+ amount: string;
442
442
  }[] | undefined;
443
443
  } | null;
444
444
  token_image_public_url: string | null;
@@ -488,7 +488,7 @@ declare const AssetResponse: z.ZodEffects<z.ZodObject<{
488
488
  social_links?: string[] | undefined;
489
489
  vesting_recipients?: {
490
490
  address: string;
491
- percentage: number;
491
+ amount: string;
492
492
  }[] | undefined;
493
493
  } | null;
494
494
  token_image_public_url: string | null;
@@ -520,7 +520,7 @@ declare const AssetResponse: z.ZodEffects<z.ZodObject<{
520
520
  social_links?: string[] | undefined;
521
521
  vesting_recipients?: {
522
522
  address: string;
523
- percentage: number;
523
+ amount: string;
524
524
  }[] | undefined;
525
525
  } | null;
526
526
  token_image_public_url: string | null;
@@ -572,7 +572,7 @@ declare const AssetResponse: z.ZodEffects<z.ZodObject<{
572
572
  social_links?: string[] | undefined;
573
573
  vesting_recipients?: {
574
574
  address: string;
575
- percentage: number;
575
+ amount: string;
576
576
  }[] | undefined;
577
577
  } | null;
578
578
  token_image_public_url: string | null;
@@ -604,7 +604,7 @@ declare const AssetResponse: z.ZodEffects<z.ZodObject<{
604
604
  social_links?: string[] | undefined;
605
605
  vesting_recipients?: {
606
606
  address: string;
607
- percentage: number;
607
+ amount: string;
608
608
  }[] | undefined;
609
609
  } | null;
610
610
  token_image_public_url: string | null;
@@ -654,7 +654,7 @@ declare const AssetResponse: z.ZodEffects<z.ZodObject<{
654
654
  social_links?: string[] | undefined;
655
655
  vesting_recipients?: {
656
656
  address: string;
657
- percentage: number;
657
+ amount: string;
658
658
  }[] | undefined;
659
659
  } | null;
660
660
  token_image_public_url: string | null;
@@ -686,7 +686,7 @@ declare const AssetResponse: z.ZodEffects<z.ZodObject<{
686
686
  social_links?: string[] | undefined;
687
687
  vesting_recipients?: {
688
688
  address: string;
689
- percentage: number;
689
+ amount: string;
690
690
  }[] | undefined;
691
691
  } | null;
692
692
  token_image_public_url: string | null;
@@ -762,13 +762,13 @@ declare const assetContract: {
762
762
  social_links: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
763
763
  vesting_recipients: z.ZodOptional<z.ZodArray<z.ZodObject<{
764
764
  address: z.ZodString;
765
- percentage: z.ZodNumber;
765
+ amount: z.ZodString;
766
766
  }, "strip", z.ZodTypeAny, {
767
767
  address: string;
768
- percentage: number;
768
+ amount: string;
769
769
  }, {
770
770
  address: string;
771
- percentage: number;
771
+ amount: string;
772
772
  }>, "many">>;
773
773
  }, "strip", z.ZodTypeAny, {
774
774
  name?: string | undefined;
@@ -778,7 +778,7 @@ declare const assetContract: {
778
778
  social_links?: string[] | undefined;
779
779
  vesting_recipients?: {
780
780
  address: string;
781
- percentage: number;
781
+ amount: string;
782
782
  }[] | undefined;
783
783
  }, {
784
784
  name?: string | undefined;
@@ -788,7 +788,7 @@ declare const assetContract: {
788
788
  social_links?: string[] | undefined;
789
789
  vesting_recipients?: {
790
790
  address: string;
791
- percentage: number;
791
+ amount: string;
792
792
  }[] | undefined;
793
793
  }>>;
794
794
  token_image_public_url: z.ZodNullable<z.ZodString>;
@@ -808,7 +808,7 @@ declare const assetContract: {
808
808
  social_links?: string[] | undefined;
809
809
  vesting_recipients?: {
810
810
  address: string;
811
- percentage: number;
811
+ amount: string;
812
812
  }[] | undefined;
813
813
  } | null;
814
814
  token_image_public_url: string | null;
@@ -828,7 +828,7 @@ declare const assetContract: {
828
828
  social_links?: string[] | undefined;
829
829
  vesting_recipients?: {
830
830
  address: string;
831
- percentage: number;
831
+ amount: string;
832
832
  }[] | undefined;
833
833
  } | null;
834
834
  token_image_public_url: string | null;
@@ -870,7 +870,7 @@ declare const assetContract: {
870
870
  social_links?: string[] | undefined;
871
871
  vesting_recipients?: {
872
872
  address: string;
873
- percentage: number;
873
+ amount: string;
874
874
  }[] | undefined;
875
875
  } | null;
876
876
  token_image_public_url: string | null;
@@ -912,7 +912,7 @@ declare const assetContract: {
912
912
  social_links?: string[] | undefined;
913
913
  vesting_recipients?: {
914
914
  address: string;
915
- percentage: number;
915
+ amount: string;
916
916
  }[] | undefined;
917
917
  } | null;
918
918
  token_image_public_url: string | null;
@@ -944,13 +944,13 @@ declare const assetContract: {
944
944
  social_links: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
945
945
  vesting_recipients: z.ZodOptional<z.ZodArray<z.ZodObject<{
946
946
  address: z.ZodString;
947
- percentage: z.ZodNumber;
947
+ amount: z.ZodString;
948
948
  }, "strip", z.ZodTypeAny, {
949
949
  address: string;
950
- percentage: number;
950
+ amount: string;
951
951
  }, {
952
952
  address: string;
953
- percentage: number;
953
+ amount: string;
954
954
  }>, "many">>;
955
955
  }, "strip", z.ZodTypeAny, {
956
956
  name?: string | undefined;
@@ -960,7 +960,7 @@ declare const assetContract: {
960
960
  social_links?: string[] | undefined;
961
961
  vesting_recipients?: {
962
962
  address: string;
963
- percentage: number;
963
+ amount: string;
964
964
  }[] | undefined;
965
965
  }, {
966
966
  name?: string | undefined;
@@ -970,7 +970,7 @@ declare const assetContract: {
970
970
  social_links?: string[] | undefined;
971
971
  vesting_recipients?: {
972
972
  address: string;
973
- percentage: number;
973
+ amount: string;
974
974
  }[] | undefined;
975
975
  }>>;
976
976
  token_image_public_url: z.ZodNullable<z.ZodString>;
@@ -991,7 +991,7 @@ declare const assetContract: {
991
991
  social_links?: string[] | undefined;
992
992
  vesting_recipients?: {
993
993
  address: string;
994
- percentage: number;
994
+ amount: string;
995
995
  }[] | undefined;
996
996
  } | null;
997
997
  token_image_public_url: string | null;
@@ -1012,7 +1012,7 @@ declare const assetContract: {
1012
1012
  social_links?: string[] | undefined;
1013
1013
  vesting_recipients?: {
1014
1014
  address: string;
1015
- percentage: number;
1015
+ amount: string;
1016
1016
  }[] | undefined;
1017
1017
  } | null;
1018
1018
  token_image_public_url: string | null;
@@ -1044,7 +1044,7 @@ declare const assetContract: {
1044
1044
  social_links?: string[] | undefined;
1045
1045
  vesting_recipients?: {
1046
1046
  address: string;
1047
- percentage: number;
1047
+ amount: string;
1048
1048
  }[] | undefined;
1049
1049
  } | null;
1050
1050
  token_image_public_url: string | null;
@@ -1076,7 +1076,7 @@ declare const assetContract: {
1076
1076
  social_links?: string[] | undefined;
1077
1077
  vesting_recipients?: {
1078
1078
  address: string;
1079
- percentage: number;
1079
+ amount: string;
1080
1080
  }[] | undefined;
1081
1081
  } | null;
1082
1082
  token_image_public_url: string | null;
@@ -1127,7 +1127,7 @@ declare const assetContract: {
1127
1127
  social_links?: string[] | undefined;
1128
1128
  vesting_recipients?: {
1129
1129
  address: string;
1130
- percentage: number;
1130
+ amount: string;
1131
1131
  }[] | undefined;
1132
1132
  } | null;
1133
1133
  token_image_public_url: string | null;
@@ -1159,7 +1159,7 @@ declare const assetContract: {
1159
1159
  social_links?: string[] | undefined;
1160
1160
  vesting_recipients?: {
1161
1161
  address: string;
1162
- percentage: number;
1162
+ amount: string;
1163
1163
  }[] | undefined;
1164
1164
  } | null;
1165
1165
  token_image_public_url: string | null;
@@ -1209,7 +1209,7 @@ declare const assetContract: {
1209
1209
  social_links?: string[] | undefined;
1210
1210
  vesting_recipients?: {
1211
1211
  address: string;
1212
- percentage: number;
1212
+ amount: string;
1213
1213
  }[] | undefined;
1214
1214
  } | null;
1215
1215
  token_image_public_url: string | null;
@@ -1241,7 +1241,7 @@ declare const assetContract: {
1241
1241
  social_links?: string[] | undefined;
1242
1242
  vesting_recipients?: {
1243
1243
  address: string;
1244
- percentage: number;
1244
+ amount: string;
1245
1245
  }[] | undefined;
1246
1246
  } | null;
1247
1247
  token_image_public_url: string | null;
@@ -1293,7 +1293,7 @@ declare const assetContract: {
1293
1293
  social_links?: string[] | undefined;
1294
1294
  vesting_recipients?: {
1295
1295
  address: string;
1296
- percentage: number;
1296
+ amount: string;
1297
1297
  }[] | undefined;
1298
1298
  } | null;
1299
1299
  token_image_public_url: string | null;
@@ -1325,7 +1325,7 @@ declare const assetContract: {
1325
1325
  social_links?: string[] | undefined;
1326
1326
  vesting_recipients?: {
1327
1327
  address: string;
1328
- percentage: number;
1328
+ amount: string;
1329
1329
  }[] | undefined;
1330
1330
  } | null;
1331
1331
  token_image_public_url: string | null;
@@ -1375,7 +1375,7 @@ declare const assetContract: {
1375
1375
  social_links?: string[] | undefined;
1376
1376
  vesting_recipients?: {
1377
1377
  address: string;
1378
- percentage: number;
1378
+ amount: string;
1379
1379
  }[] | undefined;
1380
1380
  } | null;
1381
1381
  token_image_public_url: string | null;
@@ -1407,7 +1407,7 @@ declare const assetContract: {
1407
1407
  social_links?: string[] | undefined;
1408
1408
  vesting_recipients?: {
1409
1409
  address: string;
1410
- percentage: number;
1410
+ amount: string;
1411
1411
  }[] | undefined;
1412
1412
  } | null;
1413
1413
  token_image_public_url: string | null;
@@ -1461,7 +1461,7 @@ declare const assetContract: {
1461
1461
  social_links?: string[] | undefined;
1462
1462
  vesting_recipients?: {
1463
1463
  address: string;
1464
- percentage: number;
1464
+ amount: string;
1465
1465
  }[] | undefined;
1466
1466
  } | null;
1467
1467
  token_image_public_url: string | null;
@@ -1493,7 +1493,7 @@ declare const assetContract: {
1493
1493
  social_links?: string[] | undefined;
1494
1494
  vesting_recipients?: {
1495
1495
  address: string;
1496
- percentage: number;
1496
+ amount: string;
1497
1497
  }[] | undefined;
1498
1498
  } | null;
1499
1499
  token_image_public_url: string | null;
@@ -1545,7 +1545,7 @@ declare const assetContract: {
1545
1545
  social_links?: string[] | undefined;
1546
1546
  vesting_recipients?: {
1547
1547
  address: string;
1548
- percentage: number;
1548
+ amount: string;
1549
1549
  }[] | undefined;
1550
1550
  } | null;
1551
1551
  token_image_public_url: string | null;
@@ -1577,7 +1577,7 @@ declare const assetContract: {
1577
1577
  social_links?: string[] | undefined;
1578
1578
  vesting_recipients?: {
1579
1579
  address: string;
1580
- percentage: number;
1580
+ amount: string;
1581
1581
  }[] | undefined;
1582
1582
  } | null;
1583
1583
  token_image_public_url: string | null;
@@ -1652,13 +1652,13 @@ declare const assetContract: {
1652
1652
  social_links: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1653
1653
  vesting_recipients: z.ZodOptional<z.ZodArray<z.ZodObject<{
1654
1654
  address: z.ZodString;
1655
- percentage: z.ZodNumber;
1655
+ amount: z.ZodString;
1656
1656
  }, "strip", z.ZodTypeAny, {
1657
1657
  address: string;
1658
- percentage: number;
1658
+ amount: string;
1659
1659
  }, {
1660
1660
  address: string;
1661
- percentage: number;
1661
+ amount: string;
1662
1662
  }>, "many">>;
1663
1663
  }, "strip", z.ZodTypeAny, {
1664
1664
  name?: string | undefined;
@@ -1668,7 +1668,7 @@ declare const assetContract: {
1668
1668
  social_links?: string[] | undefined;
1669
1669
  vesting_recipients?: {
1670
1670
  address: string;
1671
- percentage: number;
1671
+ amount: string;
1672
1672
  }[] | undefined;
1673
1673
  }, {
1674
1674
  name?: string | undefined;
@@ -1678,7 +1678,7 @@ declare const assetContract: {
1678
1678
  social_links?: string[] | undefined;
1679
1679
  vesting_recipients?: {
1680
1680
  address: string;
1681
- percentage: number;
1681
+ amount: string;
1682
1682
  }[] | undefined;
1683
1683
  }>>;
1684
1684
  token_image_public_url: z.ZodNullable<z.ZodString>;
@@ -1698,7 +1698,7 @@ declare const assetContract: {
1698
1698
  social_links?: string[] | undefined;
1699
1699
  vesting_recipients?: {
1700
1700
  address: string;
1701
- percentage: number;
1701
+ amount: string;
1702
1702
  }[] | undefined;
1703
1703
  } | null;
1704
1704
  token_image_public_url: string | null;
@@ -1718,7 +1718,7 @@ declare const assetContract: {
1718
1718
  social_links?: string[] | undefined;
1719
1719
  vesting_recipients?: {
1720
1720
  address: string;
1721
- percentage: number;
1721
+ amount: string;
1722
1722
  }[] | undefined;
1723
1723
  } | null;
1724
1724
  token_image_public_url: string | null;
@@ -1760,7 +1760,7 @@ declare const assetContract: {
1760
1760
  social_links?: string[] | undefined;
1761
1761
  vesting_recipients?: {
1762
1762
  address: string;
1763
- percentage: number;
1763
+ amount: string;
1764
1764
  }[] | undefined;
1765
1765
  } | null;
1766
1766
  token_image_public_url: string | null;
@@ -1802,7 +1802,7 @@ declare const assetContract: {
1802
1802
  social_links?: string[] | undefined;
1803
1803
  vesting_recipients?: {
1804
1804
  address: string;
1805
- percentage: number;
1805
+ amount: string;
1806
1806
  }[] | undefined;
1807
1807
  } | null;
1808
1808
  token_image_public_url: string | null;
@@ -1834,13 +1834,13 @@ declare const assetContract: {
1834
1834
  social_links: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1835
1835
  vesting_recipients: z.ZodOptional<z.ZodArray<z.ZodObject<{
1836
1836
  address: z.ZodString;
1837
- percentage: z.ZodNumber;
1837
+ amount: z.ZodString;
1838
1838
  }, "strip", z.ZodTypeAny, {
1839
1839
  address: string;
1840
- percentage: number;
1840
+ amount: string;
1841
1841
  }, {
1842
1842
  address: string;
1843
- percentage: number;
1843
+ amount: string;
1844
1844
  }>, "many">>;
1845
1845
  }, "strip", z.ZodTypeAny, {
1846
1846
  name?: string | undefined;
@@ -1850,7 +1850,7 @@ declare const assetContract: {
1850
1850
  social_links?: string[] | undefined;
1851
1851
  vesting_recipients?: {
1852
1852
  address: string;
1853
- percentage: number;
1853
+ amount: string;
1854
1854
  }[] | undefined;
1855
1855
  }, {
1856
1856
  name?: string | undefined;
@@ -1860,7 +1860,7 @@ declare const assetContract: {
1860
1860
  social_links?: string[] | undefined;
1861
1861
  vesting_recipients?: {
1862
1862
  address: string;
1863
- percentage: number;
1863
+ amount: string;
1864
1864
  }[] | undefined;
1865
1865
  }>>;
1866
1866
  token_image_public_url: z.ZodNullable<z.ZodString>;
@@ -1881,7 +1881,7 @@ declare const assetContract: {
1881
1881
  social_links?: string[] | undefined;
1882
1882
  vesting_recipients?: {
1883
1883
  address: string;
1884
- percentage: number;
1884
+ amount: string;
1885
1885
  }[] | undefined;
1886
1886
  } | null;
1887
1887
  token_image_public_url: string | null;
@@ -1902,7 +1902,7 @@ declare const assetContract: {
1902
1902
  social_links?: string[] | undefined;
1903
1903
  vesting_recipients?: {
1904
1904
  address: string;
1905
- percentage: number;
1905
+ amount: string;
1906
1906
  }[] | undefined;
1907
1907
  } | null;
1908
1908
  token_image_public_url: string | null;
@@ -1934,7 +1934,7 @@ declare const assetContract: {
1934
1934
  social_links?: string[] | undefined;
1935
1935
  vesting_recipients?: {
1936
1936
  address: string;
1937
- percentage: number;
1937
+ amount: string;
1938
1938
  }[] | undefined;
1939
1939
  } | null;
1940
1940
  token_image_public_url: string | null;
@@ -1966,7 +1966,7 @@ declare const assetContract: {
1966
1966
  social_links?: string[] | undefined;
1967
1967
  vesting_recipients?: {
1968
1968
  address: string;
1969
- percentage: number;
1969
+ amount: string;
1970
1970
  }[] | undefined;
1971
1971
  } | null;
1972
1972
  token_image_public_url: string | null;
@@ -2017,7 +2017,7 @@ declare const assetContract: {
2017
2017
  social_links?: string[] | undefined;
2018
2018
  vesting_recipients?: {
2019
2019
  address: string;
2020
- percentage: number;
2020
+ amount: string;
2021
2021
  }[] | undefined;
2022
2022
  } | null;
2023
2023
  token_image_public_url: string | null;
@@ -2049,7 +2049,7 @@ declare const assetContract: {
2049
2049
  social_links?: string[] | undefined;
2050
2050
  vesting_recipients?: {
2051
2051
  address: string;
2052
- percentage: number;
2052
+ amount: string;
2053
2053
  }[] | undefined;
2054
2054
  } | null;
2055
2055
  token_image_public_url: string | null;
@@ -2099,7 +2099,7 @@ declare const assetContract: {
2099
2099
  social_links?: string[] | undefined;
2100
2100
  vesting_recipients?: {
2101
2101
  address: string;
2102
- percentage: number;
2102
+ amount: string;
2103
2103
  }[] | undefined;
2104
2104
  } | null;
2105
2105
  token_image_public_url: string | null;
@@ -2131,7 +2131,7 @@ declare const assetContract: {
2131
2131
  social_links?: string[] | undefined;
2132
2132
  vesting_recipients?: {
2133
2133
  address: string;
2134
- percentage: number;
2134
+ amount: string;
2135
2135
  }[] | undefined;
2136
2136
  } | null;
2137
2137
  token_image_public_url: string | null;
@@ -2183,7 +2183,7 @@ declare const assetContract: {
2183
2183
  social_links?: string[] | undefined;
2184
2184
  vesting_recipients?: {
2185
2185
  address: string;
2186
- percentage: number;
2186
+ amount: string;
2187
2187
  }[] | undefined;
2188
2188
  } | null;
2189
2189
  token_image_public_url: string | null;
@@ -2215,7 +2215,7 @@ declare const assetContract: {
2215
2215
  social_links?: string[] | undefined;
2216
2216
  vesting_recipients?: {
2217
2217
  address: string;
2218
- percentage: number;
2218
+ amount: string;
2219
2219
  }[] | undefined;
2220
2220
  } | null;
2221
2221
  token_image_public_url: string | null;
@@ -2265,7 +2265,7 @@ declare const assetContract: {
2265
2265
  social_links?: string[] | undefined;
2266
2266
  vesting_recipients?: {
2267
2267
  address: string;
2268
- percentage: number;
2268
+ amount: string;
2269
2269
  }[] | undefined;
2270
2270
  } | null;
2271
2271
  token_image_public_url: string | null;
@@ -2297,7 +2297,7 @@ declare const assetContract: {
2297
2297
  social_links?: string[] | undefined;
2298
2298
  vesting_recipients?: {
2299
2299
  address: string;
2300
- percentage: number;
2300
+ amount: string;
2301
2301
  }[] | undefined;
2302
2302
  } | null;
2303
2303
  token_image_public_url: string | null;
@@ -2351,7 +2351,7 @@ declare const assetContract: {
2351
2351
  social_links?: string[] | undefined;
2352
2352
  vesting_recipients?: {
2353
2353
  address: string;
2354
- percentage: number;
2354
+ amount: string;
2355
2355
  }[] | undefined;
2356
2356
  } | null;
2357
2357
  token_image_public_url: string | null;
@@ -2383,7 +2383,7 @@ declare const assetContract: {
2383
2383
  social_links?: string[] | undefined;
2384
2384
  vesting_recipients?: {
2385
2385
  address: string;
2386
- percentage: number;
2386
+ amount: string;
2387
2387
  }[] | undefined;
2388
2388
  } | null;
2389
2389
  token_image_public_url: string | null;
@@ -2435,7 +2435,7 @@ declare const assetContract: {
2435
2435
  social_links?: string[] | undefined;
2436
2436
  vesting_recipients?: {
2437
2437
  address: string;
2438
- percentage: number;
2438
+ amount: string;
2439
2439
  }[] | undefined;
2440
2440
  } | null;
2441
2441
  token_image_public_url: string | null;
@@ -2467,7 +2467,7 @@ declare const assetContract: {
2467
2467
  social_links?: string[] | undefined;
2468
2468
  vesting_recipients?: {
2469
2469
  address: string;
2470
- percentage: number;
2470
+ amount: string;
2471
2471
  }[] | undefined;
2472
2472
  } | null;
2473
2473
  token_image_public_url: string | null;
@@ -2543,13 +2543,13 @@ declare const assetContract: {
2543
2543
  social_links: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2544
2544
  vesting_recipients: z.ZodOptional<z.ZodArray<z.ZodObject<{
2545
2545
  address: z.ZodString;
2546
- percentage: z.ZodNumber;
2546
+ amount: z.ZodString;
2547
2547
  }, "strip", z.ZodTypeAny, {
2548
2548
  address: string;
2549
- percentage: number;
2549
+ amount: string;
2550
2550
  }, {
2551
2551
  address: string;
2552
- percentage: number;
2552
+ amount: string;
2553
2553
  }>, "many">>;
2554
2554
  }, "strip", z.ZodTypeAny, {
2555
2555
  name?: string | undefined;
@@ -2559,7 +2559,7 @@ declare const assetContract: {
2559
2559
  social_links?: string[] | undefined;
2560
2560
  vesting_recipients?: {
2561
2561
  address: string;
2562
- percentage: number;
2562
+ amount: string;
2563
2563
  }[] | undefined;
2564
2564
  }, {
2565
2565
  name?: string | undefined;
@@ -2569,7 +2569,7 @@ declare const assetContract: {
2569
2569
  social_links?: string[] | undefined;
2570
2570
  vesting_recipients?: {
2571
2571
  address: string;
2572
- percentage: number;
2572
+ amount: string;
2573
2573
  }[] | undefined;
2574
2574
  }>>;
2575
2575
  token_image_public_url: z.ZodNullable<z.ZodString>;
@@ -2589,7 +2589,7 @@ declare const assetContract: {
2589
2589
  social_links?: string[] | undefined;
2590
2590
  vesting_recipients?: {
2591
2591
  address: string;
2592
- percentage: number;
2592
+ amount: string;
2593
2593
  }[] | undefined;
2594
2594
  } | null;
2595
2595
  token_image_public_url: string | null;
@@ -2609,7 +2609,7 @@ declare const assetContract: {
2609
2609
  social_links?: string[] | undefined;
2610
2610
  vesting_recipients?: {
2611
2611
  address: string;
2612
- percentage: number;
2612
+ amount: string;
2613
2613
  }[] | undefined;
2614
2614
  } | null;
2615
2615
  token_image_public_url: string | null;
@@ -2651,7 +2651,7 @@ declare const assetContract: {
2651
2651
  social_links?: string[] | undefined;
2652
2652
  vesting_recipients?: {
2653
2653
  address: string;
2654
- percentage: number;
2654
+ amount: string;
2655
2655
  }[] | undefined;
2656
2656
  } | null;
2657
2657
  token_image_public_url: string | null;
@@ -2693,7 +2693,7 @@ declare const assetContract: {
2693
2693
  social_links?: string[] | undefined;
2694
2694
  vesting_recipients?: {
2695
2695
  address: string;
2696
- percentage: number;
2696
+ amount: string;
2697
2697
  }[] | undefined;
2698
2698
  } | null;
2699
2699
  token_image_public_url: string | null;
@@ -2725,13 +2725,13 @@ declare const assetContract: {
2725
2725
  social_links: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2726
2726
  vesting_recipients: z.ZodOptional<z.ZodArray<z.ZodObject<{
2727
2727
  address: z.ZodString;
2728
- percentage: z.ZodNumber;
2728
+ amount: z.ZodString;
2729
2729
  }, "strip", z.ZodTypeAny, {
2730
2730
  address: string;
2731
- percentage: number;
2731
+ amount: string;
2732
2732
  }, {
2733
2733
  address: string;
2734
- percentage: number;
2734
+ amount: string;
2735
2735
  }>, "many">>;
2736
2736
  }, "strip", z.ZodTypeAny, {
2737
2737
  name?: string | undefined;
@@ -2741,7 +2741,7 @@ declare const assetContract: {
2741
2741
  social_links?: string[] | undefined;
2742
2742
  vesting_recipients?: {
2743
2743
  address: string;
2744
- percentage: number;
2744
+ amount: string;
2745
2745
  }[] | undefined;
2746
2746
  }, {
2747
2747
  name?: string | undefined;
@@ -2751,7 +2751,7 @@ declare const assetContract: {
2751
2751
  social_links?: string[] | undefined;
2752
2752
  vesting_recipients?: {
2753
2753
  address: string;
2754
- percentage: number;
2754
+ amount: string;
2755
2755
  }[] | undefined;
2756
2756
  }>>;
2757
2757
  token_image_public_url: z.ZodNullable<z.ZodString>;
@@ -2772,7 +2772,7 @@ declare const assetContract: {
2772
2772
  social_links?: string[] | undefined;
2773
2773
  vesting_recipients?: {
2774
2774
  address: string;
2775
- percentage: number;
2775
+ amount: string;
2776
2776
  }[] | undefined;
2777
2777
  } | null;
2778
2778
  token_image_public_url: string | null;
@@ -2793,7 +2793,7 @@ declare const assetContract: {
2793
2793
  social_links?: string[] | undefined;
2794
2794
  vesting_recipients?: {
2795
2795
  address: string;
2796
- percentage: number;
2796
+ amount: string;
2797
2797
  }[] | undefined;
2798
2798
  } | null;
2799
2799
  token_image_public_url: string | null;
@@ -2825,7 +2825,7 @@ declare const assetContract: {
2825
2825
  social_links?: string[] | undefined;
2826
2826
  vesting_recipients?: {
2827
2827
  address: string;
2828
- percentage: number;
2828
+ amount: string;
2829
2829
  }[] | undefined;
2830
2830
  } | null;
2831
2831
  token_image_public_url: string | null;
@@ -2857,7 +2857,7 @@ declare const assetContract: {
2857
2857
  social_links?: string[] | undefined;
2858
2858
  vesting_recipients?: {
2859
2859
  address: string;
2860
- percentage: number;
2860
+ amount: string;
2861
2861
  }[] | undefined;
2862
2862
  } | null;
2863
2863
  token_image_public_url: string | null;
@@ -2908,7 +2908,7 @@ declare const assetContract: {
2908
2908
  social_links?: string[] | undefined;
2909
2909
  vesting_recipients?: {
2910
2910
  address: string;
2911
- percentage: number;
2911
+ amount: string;
2912
2912
  }[] | undefined;
2913
2913
  } | null;
2914
2914
  token_image_public_url: string | null;
@@ -2940,7 +2940,7 @@ declare const assetContract: {
2940
2940
  social_links?: string[] | undefined;
2941
2941
  vesting_recipients?: {
2942
2942
  address: string;
2943
- percentage: number;
2943
+ amount: string;
2944
2944
  }[] | undefined;
2945
2945
  } | null;
2946
2946
  token_image_public_url: string | null;
@@ -2990,7 +2990,7 @@ declare const assetContract: {
2990
2990
  social_links?: string[] | undefined;
2991
2991
  vesting_recipients?: {
2992
2992
  address: string;
2993
- percentage: number;
2993
+ amount: string;
2994
2994
  }[] | undefined;
2995
2995
  } | null;
2996
2996
  token_image_public_url: string | null;
@@ -3022,7 +3022,7 @@ declare const assetContract: {
3022
3022
  social_links?: string[] | undefined;
3023
3023
  vesting_recipients?: {
3024
3024
  address: string;
3025
- percentage: number;
3025
+ amount: string;
3026
3026
  }[] | undefined;
3027
3027
  } | null;
3028
3028
  token_image_public_url: string | null;
@@ -3074,7 +3074,7 @@ declare const assetContract: {
3074
3074
  social_links?: string[] | undefined;
3075
3075
  vesting_recipients?: {
3076
3076
  address: string;
3077
- percentage: number;
3077
+ amount: string;
3078
3078
  }[] | undefined;
3079
3079
  } | null;
3080
3080
  token_image_public_url: string | null;
@@ -3106,7 +3106,7 @@ declare const assetContract: {
3106
3106
  social_links?: string[] | undefined;
3107
3107
  vesting_recipients?: {
3108
3108
  address: string;
3109
- percentage: number;
3109
+ amount: string;
3110
3110
  }[] | undefined;
3111
3111
  } | null;
3112
3112
  token_image_public_url: string | null;
@@ -3156,7 +3156,7 @@ declare const assetContract: {
3156
3156
  social_links?: string[] | undefined;
3157
3157
  vesting_recipients?: {
3158
3158
  address: string;
3159
- percentage: number;
3159
+ amount: string;
3160
3160
  }[] | undefined;
3161
3161
  } | null;
3162
3162
  token_image_public_url: string | null;
@@ -3188,7 +3188,7 @@ declare const assetContract: {
3188
3188
  social_links?: string[] | undefined;
3189
3189
  vesting_recipients?: {
3190
3190
  address: string;
3191
- percentage: number;
3191
+ amount: string;
3192
3192
  }[] | undefined;
3193
3193
  } | null;
3194
3194
  token_image_public_url: string | null;
@@ -3242,7 +3242,7 @@ declare const assetContract: {
3242
3242
  social_links?: string[] | undefined;
3243
3243
  vesting_recipients?: {
3244
3244
  address: string;
3245
- percentage: number;
3245
+ amount: string;
3246
3246
  }[] | undefined;
3247
3247
  } | null;
3248
3248
  token_image_public_url: string | null;
@@ -3274,7 +3274,7 @@ declare const assetContract: {
3274
3274
  social_links?: string[] | undefined;
3275
3275
  vesting_recipients?: {
3276
3276
  address: string;
3277
- percentage: number;
3277
+ amount: string;
3278
3278
  }[] | undefined;
3279
3279
  } | null;
3280
3280
  token_image_public_url: string | null;
@@ -3326,7 +3326,7 @@ declare const assetContract: {
3326
3326
  social_links?: string[] | undefined;
3327
3327
  vesting_recipients?: {
3328
3328
  address: string;
3329
- percentage: number;
3329
+ amount: string;
3330
3330
  }[] | undefined;
3331
3331
  } | null;
3332
3332
  token_image_public_url: string | null;
@@ -3358,7 +3358,7 @@ declare const assetContract: {
3358
3358
  social_links?: string[] | undefined;
3359
3359
  vesting_recipients?: {
3360
3360
  address: string;
3361
- percentage: number;
3361
+ amount: string;
3362
3362
  }[] | undefined;
3363
3363
  } | null;
3364
3364
  token_image_public_url: string | null;