@longdotxyz/shared 0.0.43 → 0.0.44

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.
@@ -64,22 +64,22 @@ export declare const rootContract: {
64
64
  vesting_recipients: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodObject<{
65
65
  address: import("zod").ZodString;
66
66
  amount: import("zod").ZodOptional<import("zod").ZodString>;
67
- percentage: import("zod").ZodOptional<import("zod").ZodNumber>;
67
+ percentage: import("zod").ZodOptional<import("zod").ZodString>;
68
68
  }, "strip", import("zod").ZodTypeAny, {
69
69
  address: string;
70
70
  amount?: string | undefined;
71
- percentage?: number | undefined;
71
+ percentage?: string | undefined;
72
72
  }, {
73
73
  address: string;
74
74
  amount?: string | undefined;
75
- percentage?: number | undefined;
75
+ percentage?: string | undefined;
76
76
  }>, {
77
77
  address: string;
78
- amount: string | undefined;
78
+ amount: string;
79
79
  }, {
80
80
  address: string;
81
81
  amount?: string | undefined;
82
- percentage?: number | undefined;
82
+ percentage?: string | undefined;
83
83
  }>, "many">>;
84
84
  }, "strip", import("zod").ZodTypeAny, {
85
85
  name?: string | undefined;
@@ -89,7 +89,7 @@ export declare const rootContract: {
89
89
  social_links?: string[] | undefined;
90
90
  vesting_recipients?: {
91
91
  address: string;
92
- amount: string | undefined;
92
+ amount: string;
93
93
  }[] | undefined;
94
94
  }, {
95
95
  name?: string | undefined;
@@ -100,7 +100,7 @@ export declare const rootContract: {
100
100
  vesting_recipients?: {
101
101
  address: string;
102
102
  amount?: string | undefined;
103
- percentage?: number | undefined;
103
+ percentage?: string | undefined;
104
104
  }[] | undefined;
105
105
  }>>;
106
106
  token_image_public_url: import("zod").ZodNullable<import("zod").ZodString>;
@@ -120,7 +120,7 @@ export declare const rootContract: {
120
120
  social_links?: string[] | undefined;
121
121
  vesting_recipients?: {
122
122
  address: string;
123
- amount: string | undefined;
123
+ amount: string;
124
124
  }[] | undefined;
125
125
  } | null;
126
126
  token_image_public_url: string | null;
@@ -141,7 +141,7 @@ export declare const rootContract: {
141
141
  vesting_recipients?: {
142
142
  address: string;
143
143
  amount?: string | undefined;
144
- percentage?: number | undefined;
144
+ percentage?: string | undefined;
145
145
  }[] | undefined;
146
146
  } | null;
147
147
  token_image_public_url: string | null;
@@ -183,7 +183,7 @@ export declare const rootContract: {
183
183
  social_links?: string[] | undefined;
184
184
  vesting_recipients?: {
185
185
  address: string;
186
- amount: string | undefined;
186
+ amount: string;
187
187
  }[] | undefined;
188
188
  } | null;
189
189
  token_image_public_url: string | null;
@@ -226,7 +226,7 @@ export declare const rootContract: {
226
226
  vesting_recipients?: {
227
227
  address: string;
228
228
  amount?: string | undefined;
229
- percentage?: number | undefined;
229
+ percentage?: string | undefined;
230
230
  }[] | undefined;
231
231
  } | null;
232
232
  token_image_public_url: string | null;
@@ -259,22 +259,22 @@ export declare const rootContract: {
259
259
  vesting_recipients: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodObject<{
260
260
  address: import("zod").ZodString;
261
261
  amount: import("zod").ZodOptional<import("zod").ZodString>;
262
- percentage: import("zod").ZodOptional<import("zod").ZodNumber>;
262
+ percentage: import("zod").ZodOptional<import("zod").ZodString>;
263
263
  }, "strip", import("zod").ZodTypeAny, {
264
264
  address: string;
265
265
  amount?: string | undefined;
266
- percentage?: number | undefined;
266
+ percentage?: string | undefined;
267
267
  }, {
268
268
  address: string;
269
269
  amount?: string | undefined;
270
- percentage?: number | undefined;
270
+ percentage?: string | undefined;
271
271
  }>, {
272
272
  address: string;
273
- amount: string | undefined;
273
+ amount: string;
274
274
  }, {
275
275
  address: string;
276
276
  amount?: string | undefined;
277
- percentage?: number | undefined;
277
+ percentage?: string | undefined;
278
278
  }>, "many">>;
279
279
  }, "strip", import("zod").ZodTypeAny, {
280
280
  name?: string | undefined;
@@ -284,7 +284,7 @@ export declare const rootContract: {
284
284
  social_links?: string[] | undefined;
285
285
  vesting_recipients?: {
286
286
  address: string;
287
- amount: string | undefined;
287
+ amount: string;
288
288
  }[] | undefined;
289
289
  }, {
290
290
  name?: string | undefined;
@@ -295,7 +295,7 @@ export declare const rootContract: {
295
295
  vesting_recipients?: {
296
296
  address: string;
297
297
  amount?: string | undefined;
298
- percentage?: number | undefined;
298
+ percentage?: string | undefined;
299
299
  }[] | undefined;
300
300
  }>>;
301
301
  token_image_public_url: import("zod").ZodNullable<import("zod").ZodString>;
@@ -316,7 +316,7 @@ export declare const rootContract: {
316
316
  social_links?: string[] | undefined;
317
317
  vesting_recipients?: {
318
318
  address: string;
319
- amount: string | undefined;
319
+ amount: string;
320
320
  }[] | undefined;
321
321
  } | null;
322
322
  token_image_public_url: string | null;
@@ -338,7 +338,7 @@ export declare const rootContract: {
338
338
  vesting_recipients?: {
339
339
  address: string;
340
340
  amount?: string | undefined;
341
- percentage?: number | undefined;
341
+ percentage?: string | undefined;
342
342
  }[] | undefined;
343
343
  } | null;
344
344
  token_image_public_url: string | null;
@@ -370,7 +370,7 @@ export declare const rootContract: {
370
370
  social_links?: string[] | undefined;
371
371
  vesting_recipients?: {
372
372
  address: string;
373
- amount: string | undefined;
373
+ amount: string;
374
374
  }[] | undefined;
375
375
  } | null;
376
376
  token_image_public_url: string | null;
@@ -403,7 +403,7 @@ export declare const rootContract: {
403
403
  vesting_recipients?: {
404
404
  address: string;
405
405
  amount?: string | undefined;
406
- percentage?: number | undefined;
406
+ percentage?: string | undefined;
407
407
  }[] | undefined;
408
408
  } | null;
409
409
  token_image_public_url: string | null;
@@ -454,7 +454,7 @@ export declare const rootContract: {
454
454
  social_links?: string[] | undefined;
455
455
  vesting_recipients?: {
456
456
  address: string;
457
- amount: string | undefined;
457
+ amount: string;
458
458
  }[] | undefined;
459
459
  } | null;
460
460
  token_image_public_url: string | null;
@@ -486,7 +486,7 @@ export declare const rootContract: {
486
486
  social_links?: string[] | undefined;
487
487
  vesting_recipients?: {
488
488
  address: string;
489
- amount: string | undefined;
489
+ amount: string;
490
490
  }[] | undefined;
491
491
  } | null;
492
492
  token_image_public_url: string | null;
@@ -537,7 +537,7 @@ export declare const rootContract: {
537
537
  vesting_recipients?: {
538
538
  address: string;
539
539
  amount?: string | undefined;
540
- percentage?: number | undefined;
540
+ percentage?: string | undefined;
541
541
  }[] | undefined;
542
542
  } | null;
543
543
  token_image_public_url: string | null;
@@ -570,7 +570,7 @@ export declare const rootContract: {
570
570
  vesting_recipients?: {
571
571
  address: string;
572
572
  amount?: string | undefined;
573
- percentage?: number | undefined;
573
+ percentage?: string | undefined;
574
574
  }[] | undefined;
575
575
  } | null;
576
576
  token_image_public_url: string | null;
@@ -622,7 +622,7 @@ export declare const rootContract: {
622
622
  social_links?: string[] | undefined;
623
623
  vesting_recipients?: {
624
624
  address: string;
625
- amount: string | undefined;
625
+ amount: string;
626
626
  }[] | undefined;
627
627
  } | null;
628
628
  token_image_public_url: string | null;
@@ -654,7 +654,7 @@ export declare const rootContract: {
654
654
  social_links?: string[] | undefined;
655
655
  vesting_recipients?: {
656
656
  address: string;
657
- amount: string | undefined;
657
+ amount: string;
658
658
  }[] | undefined;
659
659
  } | null;
660
660
  token_image_public_url: string | null;
@@ -705,7 +705,7 @@ export declare const rootContract: {
705
705
  vesting_recipients?: {
706
706
  address: string;
707
707
  amount?: string | undefined;
708
- percentage?: number | undefined;
708
+ percentage?: string | undefined;
709
709
  }[] | undefined;
710
710
  } | null;
711
711
  token_image_public_url: string | null;
@@ -738,7 +738,7 @@ export declare const rootContract: {
738
738
  vesting_recipients?: {
739
739
  address: string;
740
740
  amount?: string | undefined;
741
- percentage?: number | undefined;
741
+ percentage?: string | undefined;
742
742
  }[] | undefined;
743
743
  } | null;
744
744
  token_image_public_url: string | null;
@@ -792,7 +792,7 @@ export declare const rootContract: {
792
792
  social_links?: string[] | undefined;
793
793
  vesting_recipients?: {
794
794
  address: string;
795
- amount: string | undefined;
795
+ amount: string;
796
796
  }[] | undefined;
797
797
  } | null;
798
798
  token_image_public_url: string | null;
@@ -824,7 +824,7 @@ export declare const rootContract: {
824
824
  social_links?: string[] | undefined;
825
825
  vesting_recipients?: {
826
826
  address: string;
827
- amount: string | undefined;
827
+ amount: string;
828
828
  }[] | undefined;
829
829
  } | null;
830
830
  token_image_public_url: string | null;
@@ -877,7 +877,7 @@ export declare const rootContract: {
877
877
  vesting_recipients?: {
878
878
  address: string;
879
879
  amount?: string | undefined;
880
- percentage?: number | undefined;
880
+ percentage?: string | undefined;
881
881
  }[] | undefined;
882
882
  } | null;
883
883
  token_image_public_url: string | null;
@@ -910,7 +910,7 @@ export declare const rootContract: {
910
910
  vesting_recipients?: {
911
911
  address: string;
912
912
  amount?: string | undefined;
913
- percentage?: number | undefined;
913
+ percentage?: string | undefined;
914
914
  }[] | undefined;
915
915
  } | null;
916
916
  token_image_public_url: string | null;
@@ -986,22 +986,22 @@ export declare const rootContract: {
986
986
  vesting_recipients: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodObject<{
987
987
  address: import("zod").ZodString;
988
988
  amount: import("zod").ZodOptional<import("zod").ZodString>;
989
- percentage: import("zod").ZodOptional<import("zod").ZodNumber>;
989
+ percentage: import("zod").ZodOptional<import("zod").ZodString>;
990
990
  }, "strip", import("zod").ZodTypeAny, {
991
991
  address: string;
992
992
  amount?: string | undefined;
993
- percentage?: number | undefined;
993
+ percentage?: string | undefined;
994
994
  }, {
995
995
  address: string;
996
996
  amount?: string | undefined;
997
- percentage?: number | undefined;
997
+ percentage?: string | undefined;
998
998
  }>, {
999
999
  address: string;
1000
- amount: string | undefined;
1000
+ amount: string;
1001
1001
  }, {
1002
1002
  address: string;
1003
1003
  amount?: string | undefined;
1004
- percentage?: number | undefined;
1004
+ percentage?: string | undefined;
1005
1005
  }>, "many">>;
1006
1006
  }, "strip", import("zod").ZodTypeAny, {
1007
1007
  name?: string | undefined;
@@ -1011,7 +1011,7 @@ export declare const rootContract: {
1011
1011
  social_links?: string[] | undefined;
1012
1012
  vesting_recipients?: {
1013
1013
  address: string;
1014
- amount: string | undefined;
1014
+ amount: string;
1015
1015
  }[] | undefined;
1016
1016
  }, {
1017
1017
  name?: string | undefined;
@@ -1022,7 +1022,7 @@ export declare const rootContract: {
1022
1022
  vesting_recipients?: {
1023
1023
  address: string;
1024
1024
  amount?: string | undefined;
1025
- percentage?: number | undefined;
1025
+ percentage?: string | undefined;
1026
1026
  }[] | undefined;
1027
1027
  }>>;
1028
1028
  token_image_public_url: import("zod").ZodNullable<import("zod").ZodString>;
@@ -1042,7 +1042,7 @@ export declare const rootContract: {
1042
1042
  social_links?: string[] | undefined;
1043
1043
  vesting_recipients?: {
1044
1044
  address: string;
1045
- amount: string | undefined;
1045
+ amount: string;
1046
1046
  }[] | undefined;
1047
1047
  } | null;
1048
1048
  token_image_public_url: string | null;
@@ -1063,7 +1063,7 @@ export declare const rootContract: {
1063
1063
  vesting_recipients?: {
1064
1064
  address: string;
1065
1065
  amount?: string | undefined;
1066
- percentage?: number | undefined;
1066
+ percentage?: string | undefined;
1067
1067
  }[] | undefined;
1068
1068
  } | null;
1069
1069
  token_image_public_url: string | null;
@@ -1105,7 +1105,7 @@ export declare const rootContract: {
1105
1105
  social_links?: string[] | undefined;
1106
1106
  vesting_recipients?: {
1107
1107
  address: string;
1108
- amount: string | undefined;
1108
+ amount: string;
1109
1109
  }[] | undefined;
1110
1110
  } | null;
1111
1111
  token_image_public_url: string | null;
@@ -1148,7 +1148,7 @@ export declare const rootContract: {
1148
1148
  vesting_recipients?: {
1149
1149
  address: string;
1150
1150
  amount?: string | undefined;
1151
- percentage?: number | undefined;
1151
+ percentage?: string | undefined;
1152
1152
  }[] | undefined;
1153
1153
  } | null;
1154
1154
  token_image_public_url: string | null;
@@ -1181,22 +1181,22 @@ export declare const rootContract: {
1181
1181
  vesting_recipients: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodObject<{
1182
1182
  address: import("zod").ZodString;
1183
1183
  amount: import("zod").ZodOptional<import("zod").ZodString>;
1184
- percentage: import("zod").ZodOptional<import("zod").ZodNumber>;
1184
+ percentage: import("zod").ZodOptional<import("zod").ZodString>;
1185
1185
  }, "strip", import("zod").ZodTypeAny, {
1186
1186
  address: string;
1187
1187
  amount?: string | undefined;
1188
- percentage?: number | undefined;
1188
+ percentage?: string | undefined;
1189
1189
  }, {
1190
1190
  address: string;
1191
1191
  amount?: string | undefined;
1192
- percentage?: number | undefined;
1192
+ percentage?: string | undefined;
1193
1193
  }>, {
1194
1194
  address: string;
1195
- amount: string | undefined;
1195
+ amount: string;
1196
1196
  }, {
1197
1197
  address: string;
1198
1198
  amount?: string | undefined;
1199
- percentage?: number | undefined;
1199
+ percentage?: string | undefined;
1200
1200
  }>, "many">>;
1201
1201
  }, "strip", import("zod").ZodTypeAny, {
1202
1202
  name?: string | undefined;
@@ -1206,7 +1206,7 @@ export declare const rootContract: {
1206
1206
  social_links?: string[] | undefined;
1207
1207
  vesting_recipients?: {
1208
1208
  address: string;
1209
- amount: string | undefined;
1209
+ amount: string;
1210
1210
  }[] | undefined;
1211
1211
  }, {
1212
1212
  name?: string | undefined;
@@ -1217,7 +1217,7 @@ export declare const rootContract: {
1217
1217
  vesting_recipients?: {
1218
1218
  address: string;
1219
1219
  amount?: string | undefined;
1220
- percentage?: number | undefined;
1220
+ percentage?: string | undefined;
1221
1221
  }[] | undefined;
1222
1222
  }>>;
1223
1223
  token_image_public_url: import("zod").ZodNullable<import("zod").ZodString>;
@@ -1238,7 +1238,7 @@ export declare const rootContract: {
1238
1238
  social_links?: string[] | undefined;
1239
1239
  vesting_recipients?: {
1240
1240
  address: string;
1241
- amount: string | undefined;
1241
+ amount: string;
1242
1242
  }[] | undefined;
1243
1243
  } | null;
1244
1244
  token_image_public_url: string | null;
@@ -1260,7 +1260,7 @@ export declare const rootContract: {
1260
1260
  vesting_recipients?: {
1261
1261
  address: string;
1262
1262
  amount?: string | undefined;
1263
- percentage?: number | undefined;
1263
+ percentage?: string | undefined;
1264
1264
  }[] | undefined;
1265
1265
  } | null;
1266
1266
  token_image_public_url: string | null;
@@ -1292,7 +1292,7 @@ export declare const rootContract: {
1292
1292
  social_links?: string[] | undefined;
1293
1293
  vesting_recipients?: {
1294
1294
  address: string;
1295
- amount: string | undefined;
1295
+ amount: string;
1296
1296
  }[] | undefined;
1297
1297
  } | null;
1298
1298
  token_image_public_url: string | null;
@@ -1325,7 +1325,7 @@ export declare const rootContract: {
1325
1325
  vesting_recipients?: {
1326
1326
  address: string;
1327
1327
  amount?: string | undefined;
1328
- percentage?: number | undefined;
1328
+ percentage?: string | undefined;
1329
1329
  }[] | undefined;
1330
1330
  } | null;
1331
1331
  token_image_public_url: string | null;
@@ -1376,7 +1376,7 @@ export declare const rootContract: {
1376
1376
  social_links?: string[] | undefined;
1377
1377
  vesting_recipients?: {
1378
1378
  address: string;
1379
- amount: string | undefined;
1379
+ amount: string;
1380
1380
  }[] | undefined;
1381
1381
  } | null;
1382
1382
  token_image_public_url: string | null;
@@ -1408,7 +1408,7 @@ export declare const rootContract: {
1408
1408
  social_links?: string[] | undefined;
1409
1409
  vesting_recipients?: {
1410
1410
  address: string;
1411
- amount: string | undefined;
1411
+ amount: string;
1412
1412
  }[] | undefined;
1413
1413
  } | null;
1414
1414
  token_image_public_url: string | null;
@@ -1459,7 +1459,7 @@ export declare const rootContract: {
1459
1459
  vesting_recipients?: {
1460
1460
  address: string;
1461
1461
  amount?: string | undefined;
1462
- percentage?: number | undefined;
1462
+ percentage?: string | undefined;
1463
1463
  }[] | undefined;
1464
1464
  } | null;
1465
1465
  token_image_public_url: string | null;
@@ -1492,7 +1492,7 @@ export declare const rootContract: {
1492
1492
  vesting_recipients?: {
1493
1493
  address: string;
1494
1494
  amount?: string | undefined;
1495
- percentage?: number | undefined;
1495
+ percentage?: string | undefined;
1496
1496
  }[] | undefined;
1497
1497
  } | null;
1498
1498
  token_image_public_url: string | null;
@@ -1544,7 +1544,7 @@ export declare const rootContract: {
1544
1544
  social_links?: string[] | undefined;
1545
1545
  vesting_recipients?: {
1546
1546
  address: string;
1547
- amount: string | undefined;
1547
+ amount: string;
1548
1548
  }[] | undefined;
1549
1549
  } | null;
1550
1550
  token_image_public_url: string | null;
@@ -1576,7 +1576,7 @@ export declare const rootContract: {
1576
1576
  social_links?: string[] | undefined;
1577
1577
  vesting_recipients?: {
1578
1578
  address: string;
1579
- amount: string | undefined;
1579
+ amount: string;
1580
1580
  }[] | undefined;
1581
1581
  } | null;
1582
1582
  token_image_public_url: string | null;
@@ -1627,7 +1627,7 @@ export declare const rootContract: {
1627
1627
  vesting_recipients?: {
1628
1628
  address: string;
1629
1629
  amount?: string | undefined;
1630
- percentage?: number | undefined;
1630
+ percentage?: string | undefined;
1631
1631
  }[] | undefined;
1632
1632
  } | null;
1633
1633
  token_image_public_url: string | null;
@@ -1660,7 +1660,7 @@ export declare const rootContract: {
1660
1660
  vesting_recipients?: {
1661
1661
  address: string;
1662
1662
  amount?: string | undefined;
1663
- percentage?: number | undefined;
1663
+ percentage?: string | undefined;
1664
1664
  }[] | undefined;
1665
1665
  } | null;
1666
1666
  token_image_public_url: string | null;
@@ -1714,7 +1714,7 @@ export declare const rootContract: {
1714
1714
  social_links?: string[] | undefined;
1715
1715
  vesting_recipients?: {
1716
1716
  address: string;
1717
- amount: string | undefined;
1717
+ amount: string;
1718
1718
  }[] | undefined;
1719
1719
  } | null;
1720
1720
  token_image_public_url: string | null;
@@ -1746,7 +1746,7 @@ export declare const rootContract: {
1746
1746
  social_links?: string[] | undefined;
1747
1747
  vesting_recipients?: {
1748
1748
  address: string;
1749
- amount: string | undefined;
1749
+ amount: string;
1750
1750
  }[] | undefined;
1751
1751
  } | null;
1752
1752
  token_image_public_url: string | null;
@@ -1799,7 +1799,7 @@ export declare const rootContract: {
1799
1799
  vesting_recipients?: {
1800
1800
  address: string;
1801
1801
  amount?: string | undefined;
1802
- percentage?: number | undefined;
1802
+ percentage?: string | undefined;
1803
1803
  }[] | undefined;
1804
1804
  } | null;
1805
1805
  token_image_public_url: string | null;
@@ -1832,7 +1832,7 @@ export declare const rootContract: {
1832
1832
  vesting_recipients?: {
1833
1833
  address: string;
1834
1834
  amount?: string | undefined;
1835
- percentage?: number | undefined;
1835
+ percentage?: string | undefined;
1836
1836
  }[] | undefined;
1837
1837
  } | null;
1838
1838
  token_image_public_url: string | null;
@@ -1909,22 +1909,22 @@ export declare const rootContract: {
1909
1909
  vesting_recipients: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodObject<{
1910
1910
  address: import("zod").ZodString;
1911
1911
  amount: import("zod").ZodOptional<import("zod").ZodString>;
1912
- percentage: import("zod").ZodOptional<import("zod").ZodNumber>;
1912
+ percentage: import("zod").ZodOptional<import("zod").ZodString>;
1913
1913
  }, "strip", import("zod").ZodTypeAny, {
1914
1914
  address: string;
1915
1915
  amount?: string | undefined;
1916
- percentage?: number | undefined;
1916
+ percentage?: string | undefined;
1917
1917
  }, {
1918
1918
  address: string;
1919
1919
  amount?: string | undefined;
1920
- percentage?: number | undefined;
1920
+ percentage?: string | undefined;
1921
1921
  }>, {
1922
1922
  address: string;
1923
- amount: string | undefined;
1923
+ amount: string;
1924
1924
  }, {
1925
1925
  address: string;
1926
1926
  amount?: string | undefined;
1927
- percentage?: number | undefined;
1927
+ percentage?: string | undefined;
1928
1928
  }>, "many">>;
1929
1929
  }, "strip", import("zod").ZodTypeAny, {
1930
1930
  name?: string | undefined;
@@ -1934,7 +1934,7 @@ export declare const rootContract: {
1934
1934
  social_links?: string[] | undefined;
1935
1935
  vesting_recipients?: {
1936
1936
  address: string;
1937
- amount: string | undefined;
1937
+ amount: string;
1938
1938
  }[] | undefined;
1939
1939
  }, {
1940
1940
  name?: string | undefined;
@@ -1945,7 +1945,7 @@ export declare const rootContract: {
1945
1945
  vesting_recipients?: {
1946
1946
  address: string;
1947
1947
  amount?: string | undefined;
1948
- percentage?: number | undefined;
1948
+ percentage?: string | undefined;
1949
1949
  }[] | undefined;
1950
1950
  }>>;
1951
1951
  token_image_public_url: import("zod").ZodNullable<import("zod").ZodString>;
@@ -1965,7 +1965,7 @@ export declare const rootContract: {
1965
1965
  social_links?: string[] | undefined;
1966
1966
  vesting_recipients?: {
1967
1967
  address: string;
1968
- amount: string | undefined;
1968
+ amount: string;
1969
1969
  }[] | undefined;
1970
1970
  } | null;
1971
1971
  token_image_public_url: string | null;
@@ -1986,7 +1986,7 @@ export declare const rootContract: {
1986
1986
  vesting_recipients?: {
1987
1987
  address: string;
1988
1988
  amount?: string | undefined;
1989
- percentage?: number | undefined;
1989
+ percentage?: string | undefined;
1990
1990
  }[] | undefined;
1991
1991
  } | null;
1992
1992
  token_image_public_url: string | null;
@@ -2028,7 +2028,7 @@ export declare const rootContract: {
2028
2028
  social_links?: string[] | undefined;
2029
2029
  vesting_recipients?: {
2030
2030
  address: string;
2031
- amount: string | undefined;
2031
+ amount: string;
2032
2032
  }[] | undefined;
2033
2033
  } | null;
2034
2034
  token_image_public_url: string | null;
@@ -2071,7 +2071,7 @@ export declare const rootContract: {
2071
2071
  vesting_recipients?: {
2072
2072
  address: string;
2073
2073
  amount?: string | undefined;
2074
- percentage?: number | undefined;
2074
+ percentage?: string | undefined;
2075
2075
  }[] | undefined;
2076
2076
  } | null;
2077
2077
  token_image_public_url: string | null;
@@ -2104,22 +2104,22 @@ export declare const rootContract: {
2104
2104
  vesting_recipients: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodObject<{
2105
2105
  address: import("zod").ZodString;
2106
2106
  amount: import("zod").ZodOptional<import("zod").ZodString>;
2107
- percentage: import("zod").ZodOptional<import("zod").ZodNumber>;
2107
+ percentage: import("zod").ZodOptional<import("zod").ZodString>;
2108
2108
  }, "strip", import("zod").ZodTypeAny, {
2109
2109
  address: string;
2110
2110
  amount?: string | undefined;
2111
- percentage?: number | undefined;
2111
+ percentage?: string | undefined;
2112
2112
  }, {
2113
2113
  address: string;
2114
2114
  amount?: string | undefined;
2115
- percentage?: number | undefined;
2115
+ percentage?: string | undefined;
2116
2116
  }>, {
2117
2117
  address: string;
2118
- amount: string | undefined;
2118
+ amount: string;
2119
2119
  }, {
2120
2120
  address: string;
2121
2121
  amount?: string | undefined;
2122
- percentage?: number | undefined;
2122
+ percentage?: string | undefined;
2123
2123
  }>, "many">>;
2124
2124
  }, "strip", import("zod").ZodTypeAny, {
2125
2125
  name?: string | undefined;
@@ -2129,7 +2129,7 @@ export declare const rootContract: {
2129
2129
  social_links?: string[] | undefined;
2130
2130
  vesting_recipients?: {
2131
2131
  address: string;
2132
- amount: string | undefined;
2132
+ amount: string;
2133
2133
  }[] | undefined;
2134
2134
  }, {
2135
2135
  name?: string | undefined;
@@ -2140,7 +2140,7 @@ export declare const rootContract: {
2140
2140
  vesting_recipients?: {
2141
2141
  address: string;
2142
2142
  amount?: string | undefined;
2143
- percentage?: number | undefined;
2143
+ percentage?: string | undefined;
2144
2144
  }[] | undefined;
2145
2145
  }>>;
2146
2146
  token_image_public_url: import("zod").ZodNullable<import("zod").ZodString>;
@@ -2161,7 +2161,7 @@ export declare const rootContract: {
2161
2161
  social_links?: string[] | undefined;
2162
2162
  vesting_recipients?: {
2163
2163
  address: string;
2164
- amount: string | undefined;
2164
+ amount: string;
2165
2165
  }[] | undefined;
2166
2166
  } | null;
2167
2167
  token_image_public_url: string | null;
@@ -2183,7 +2183,7 @@ export declare const rootContract: {
2183
2183
  vesting_recipients?: {
2184
2184
  address: string;
2185
2185
  amount?: string | undefined;
2186
- percentage?: number | undefined;
2186
+ percentage?: string | undefined;
2187
2187
  }[] | undefined;
2188
2188
  } | null;
2189
2189
  token_image_public_url: string | null;
@@ -2215,7 +2215,7 @@ export declare const rootContract: {
2215
2215
  social_links?: string[] | undefined;
2216
2216
  vesting_recipients?: {
2217
2217
  address: string;
2218
- amount: string | undefined;
2218
+ amount: string;
2219
2219
  }[] | undefined;
2220
2220
  } | null;
2221
2221
  token_image_public_url: string | null;
@@ -2248,7 +2248,7 @@ export declare const rootContract: {
2248
2248
  vesting_recipients?: {
2249
2249
  address: string;
2250
2250
  amount?: string | undefined;
2251
- percentage?: number | undefined;
2251
+ percentage?: string | undefined;
2252
2252
  }[] | undefined;
2253
2253
  } | null;
2254
2254
  token_image_public_url: string | null;
@@ -2299,7 +2299,7 @@ export declare const rootContract: {
2299
2299
  social_links?: string[] | undefined;
2300
2300
  vesting_recipients?: {
2301
2301
  address: string;
2302
- amount: string | undefined;
2302
+ amount: string;
2303
2303
  }[] | undefined;
2304
2304
  } | null;
2305
2305
  token_image_public_url: string | null;
@@ -2331,7 +2331,7 @@ export declare const rootContract: {
2331
2331
  social_links?: string[] | undefined;
2332
2332
  vesting_recipients?: {
2333
2333
  address: string;
2334
- amount: string | undefined;
2334
+ amount: string;
2335
2335
  }[] | undefined;
2336
2336
  } | null;
2337
2337
  token_image_public_url: string | null;
@@ -2382,7 +2382,7 @@ export declare const rootContract: {
2382
2382
  vesting_recipients?: {
2383
2383
  address: string;
2384
2384
  amount?: string | undefined;
2385
- percentage?: number | undefined;
2385
+ percentage?: string | undefined;
2386
2386
  }[] | undefined;
2387
2387
  } | null;
2388
2388
  token_image_public_url: string | null;
@@ -2415,7 +2415,7 @@ export declare const rootContract: {
2415
2415
  vesting_recipients?: {
2416
2416
  address: string;
2417
2417
  amount?: string | undefined;
2418
- percentage?: number | undefined;
2418
+ percentage?: string | undefined;
2419
2419
  }[] | undefined;
2420
2420
  } | null;
2421
2421
  token_image_public_url: string | null;
@@ -2467,7 +2467,7 @@ export declare const rootContract: {
2467
2467
  social_links?: string[] | undefined;
2468
2468
  vesting_recipients?: {
2469
2469
  address: string;
2470
- amount: string | undefined;
2470
+ amount: string;
2471
2471
  }[] | undefined;
2472
2472
  } | null;
2473
2473
  token_image_public_url: string | null;
@@ -2499,7 +2499,7 @@ export declare const rootContract: {
2499
2499
  social_links?: string[] | undefined;
2500
2500
  vesting_recipients?: {
2501
2501
  address: string;
2502
- amount: string | undefined;
2502
+ amount: string;
2503
2503
  }[] | undefined;
2504
2504
  } | null;
2505
2505
  token_image_public_url: string | null;
@@ -2550,7 +2550,7 @@ export declare const rootContract: {
2550
2550
  vesting_recipients?: {
2551
2551
  address: string;
2552
2552
  amount?: string | undefined;
2553
- percentage?: number | undefined;
2553
+ percentage?: string | undefined;
2554
2554
  }[] | undefined;
2555
2555
  } | null;
2556
2556
  token_image_public_url: string | null;
@@ -2583,7 +2583,7 @@ export declare const rootContract: {
2583
2583
  vesting_recipients?: {
2584
2584
  address: string;
2585
2585
  amount?: string | undefined;
2586
- percentage?: number | undefined;
2586
+ percentage?: string | undefined;
2587
2587
  }[] | undefined;
2588
2588
  } | null;
2589
2589
  token_image_public_url: string | null;
@@ -2637,7 +2637,7 @@ export declare const rootContract: {
2637
2637
  social_links?: string[] | undefined;
2638
2638
  vesting_recipients?: {
2639
2639
  address: string;
2640
- amount: string | undefined;
2640
+ amount: string;
2641
2641
  }[] | undefined;
2642
2642
  } | null;
2643
2643
  token_image_public_url: string | null;
@@ -2669,7 +2669,7 @@ export declare const rootContract: {
2669
2669
  social_links?: string[] | undefined;
2670
2670
  vesting_recipients?: {
2671
2671
  address: string;
2672
- amount: string | undefined;
2672
+ amount: string;
2673
2673
  }[] | undefined;
2674
2674
  } | null;
2675
2675
  token_image_public_url: string | null;
@@ -2722,7 +2722,7 @@ export declare const rootContract: {
2722
2722
  vesting_recipients?: {
2723
2723
  address: string;
2724
2724
  amount?: string | undefined;
2725
- percentage?: number | undefined;
2725
+ percentage?: string | undefined;
2726
2726
  }[] | undefined;
2727
2727
  } | null;
2728
2728
  token_image_public_url: string | null;
@@ -2755,7 +2755,7 @@ export declare const rootContract: {
2755
2755
  vesting_recipients?: {
2756
2756
  address: string;
2757
2757
  amount?: string | undefined;
2758
- percentage?: number | undefined;
2758
+ percentage?: string | undefined;
2759
2759
  }[] | undefined;
2760
2760
  } | null;
2761
2761
  token_image_public_url: string | null;