@longdotxyz/shared 0.0.40 → 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.
@@ -63,13 +63,13 @@ export declare const rootContract: {
63
63
  social_links: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
64
64
  vesting_recipients: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
65
65
  address: import("zod").ZodString;
66
- percentage: import("zod").ZodNumber;
66
+ amount: import("zod").ZodString;
67
67
  }, "strip", import("zod").ZodTypeAny, {
68
68
  address: string;
69
- percentage: number;
69
+ amount: string;
70
70
  }, {
71
71
  address: string;
72
- percentage: number;
72
+ amount: string;
73
73
  }>, "many">>;
74
74
  }, "strip", import("zod").ZodTypeAny, {
75
75
  name?: string | undefined;
@@ -79,7 +79,7 @@ export declare const rootContract: {
79
79
  social_links?: string[] | undefined;
80
80
  vesting_recipients?: {
81
81
  address: string;
82
- percentage: number;
82
+ amount: string;
83
83
  }[] | undefined;
84
84
  }, {
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
- percentage: number;
92
+ amount: string;
93
93
  }[] | undefined;
94
94
  }>>;
95
95
  token_image_public_url: import("zod").ZodNullable<import("zod").ZodString>;
@@ -109,7 +109,7 @@ export declare const rootContract: {
109
109
  social_links?: string[] | undefined;
110
110
  vesting_recipients?: {
111
111
  address: string;
112
- percentage: number;
112
+ amount: string;
113
113
  }[] | undefined;
114
114
  } | null;
115
115
  token_image_public_url: string | null;
@@ -129,7 +129,7 @@ export declare const rootContract: {
129
129
  social_links?: string[] | undefined;
130
130
  vesting_recipients?: {
131
131
  address: string;
132
- percentage: number;
132
+ amount: string;
133
133
  }[] | undefined;
134
134
  } | null;
135
135
  token_image_public_url: string | null;
@@ -171,7 +171,7 @@ export declare const rootContract: {
171
171
  social_links?: string[] | undefined;
172
172
  vesting_recipients?: {
173
173
  address: string;
174
- percentage: number;
174
+ amount: string;
175
175
  }[] | undefined;
176
176
  } | null;
177
177
  token_image_public_url: string | null;
@@ -213,7 +213,7 @@ export declare const rootContract: {
213
213
  social_links?: string[] | undefined;
214
214
  vesting_recipients?: {
215
215
  address: string;
216
- percentage: number;
216
+ amount: string;
217
217
  }[] | undefined;
218
218
  } | null;
219
219
  token_image_public_url: string | null;
@@ -245,13 +245,13 @@ export declare const rootContract: {
245
245
  social_links: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
246
246
  vesting_recipients: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
247
247
  address: import("zod").ZodString;
248
- percentage: import("zod").ZodNumber;
248
+ amount: import("zod").ZodString;
249
249
  }, "strip", import("zod").ZodTypeAny, {
250
250
  address: string;
251
- percentage: number;
251
+ amount: string;
252
252
  }, {
253
253
  address: string;
254
- percentage: number;
254
+ amount: string;
255
255
  }>, "many">>;
256
256
  }, "strip", import("zod").ZodTypeAny, {
257
257
  name?: string | undefined;
@@ -261,7 +261,7 @@ export declare const rootContract: {
261
261
  social_links?: string[] | undefined;
262
262
  vesting_recipients?: {
263
263
  address: string;
264
- percentage: number;
264
+ amount: string;
265
265
  }[] | undefined;
266
266
  }, {
267
267
  name?: string | undefined;
@@ -271,7 +271,7 @@ export declare const rootContract: {
271
271
  social_links?: string[] | undefined;
272
272
  vesting_recipients?: {
273
273
  address: string;
274
- percentage: number;
274
+ amount: string;
275
275
  }[] | undefined;
276
276
  }>>;
277
277
  token_image_public_url: import("zod").ZodNullable<import("zod").ZodString>;
@@ -292,7 +292,7 @@ export declare const rootContract: {
292
292
  social_links?: string[] | undefined;
293
293
  vesting_recipients?: {
294
294
  address: string;
295
- percentage: number;
295
+ amount: string;
296
296
  }[] | undefined;
297
297
  } | null;
298
298
  token_image_public_url: string | null;
@@ -313,7 +313,7 @@ export declare const rootContract: {
313
313
  social_links?: string[] | undefined;
314
314
  vesting_recipients?: {
315
315
  address: string;
316
- percentage: number;
316
+ amount: string;
317
317
  }[] | undefined;
318
318
  } | null;
319
319
  token_image_public_url: string | null;
@@ -345,7 +345,7 @@ export declare const rootContract: {
345
345
  social_links?: string[] | undefined;
346
346
  vesting_recipients?: {
347
347
  address: string;
348
- percentage: number;
348
+ amount: string;
349
349
  }[] | undefined;
350
350
  } | null;
351
351
  token_image_public_url: string | null;
@@ -377,7 +377,7 @@ export declare const rootContract: {
377
377
  social_links?: string[] | undefined;
378
378
  vesting_recipients?: {
379
379
  address: string;
380
- percentage: number;
380
+ amount: string;
381
381
  }[] | undefined;
382
382
  } | null;
383
383
  token_image_public_url: string | null;
@@ -428,7 +428,7 @@ export declare const rootContract: {
428
428
  social_links?: string[] | undefined;
429
429
  vesting_recipients?: {
430
430
  address: string;
431
- percentage: number;
431
+ amount: string;
432
432
  }[] | undefined;
433
433
  } | null;
434
434
  token_image_public_url: string | null;
@@ -460,7 +460,7 @@ export declare const rootContract: {
460
460
  social_links?: string[] | undefined;
461
461
  vesting_recipients?: {
462
462
  address: string;
463
- percentage: number;
463
+ amount: string;
464
464
  }[] | undefined;
465
465
  } | null;
466
466
  token_image_public_url: string | null;
@@ -510,7 +510,7 @@ export declare const rootContract: {
510
510
  social_links?: string[] | undefined;
511
511
  vesting_recipients?: {
512
512
  address: string;
513
- percentage: number;
513
+ amount: string;
514
514
  }[] | undefined;
515
515
  } | null;
516
516
  token_image_public_url: string | null;
@@ -542,7 +542,7 @@ export declare const rootContract: {
542
542
  social_links?: string[] | undefined;
543
543
  vesting_recipients?: {
544
544
  address: string;
545
- percentage: number;
545
+ amount: string;
546
546
  }[] | undefined;
547
547
  } | null;
548
548
  token_image_public_url: string | null;
@@ -594,7 +594,7 @@ export declare const rootContract: {
594
594
  social_links?: string[] | undefined;
595
595
  vesting_recipients?: {
596
596
  address: string;
597
- percentage: number;
597
+ amount: string;
598
598
  }[] | undefined;
599
599
  } | null;
600
600
  token_image_public_url: string | null;
@@ -626,7 +626,7 @@ export declare const rootContract: {
626
626
  social_links?: string[] | undefined;
627
627
  vesting_recipients?: {
628
628
  address: string;
629
- percentage: number;
629
+ amount: string;
630
630
  }[] | undefined;
631
631
  } | null;
632
632
  token_image_public_url: string | null;
@@ -676,7 +676,7 @@ export declare const rootContract: {
676
676
  social_links?: string[] | undefined;
677
677
  vesting_recipients?: {
678
678
  address: string;
679
- percentage: number;
679
+ amount: string;
680
680
  }[] | undefined;
681
681
  } | null;
682
682
  token_image_public_url: string | null;
@@ -708,7 +708,7 @@ export declare const rootContract: {
708
708
  social_links?: string[] | undefined;
709
709
  vesting_recipients?: {
710
710
  address: string;
711
- percentage: number;
711
+ amount: string;
712
712
  }[] | undefined;
713
713
  } | null;
714
714
  token_image_public_url: string | null;
@@ -762,7 +762,7 @@ export declare const rootContract: {
762
762
  social_links?: string[] | undefined;
763
763
  vesting_recipients?: {
764
764
  address: string;
765
- percentage: number;
765
+ amount: string;
766
766
  }[] | undefined;
767
767
  } | null;
768
768
  token_image_public_url: string | null;
@@ -794,7 +794,7 @@ export declare const rootContract: {
794
794
  social_links?: string[] | undefined;
795
795
  vesting_recipients?: {
796
796
  address: string;
797
- percentage: number;
797
+ amount: string;
798
798
  }[] | undefined;
799
799
  } | null;
800
800
  token_image_public_url: string | null;
@@ -846,7 +846,7 @@ export declare const rootContract: {
846
846
  social_links?: string[] | undefined;
847
847
  vesting_recipients?: {
848
848
  address: string;
849
- percentage: number;
849
+ amount: string;
850
850
  }[] | undefined;
851
851
  } | null;
852
852
  token_image_public_url: string | null;
@@ -878,7 +878,7 @@ export declare const rootContract: {
878
878
  social_links?: string[] | undefined;
879
879
  vesting_recipients?: {
880
880
  address: string;
881
- percentage: number;
881
+ amount: string;
882
882
  }[] | undefined;
883
883
  } | null;
884
884
  token_image_public_url: string | null;
@@ -953,13 +953,13 @@ export declare const rootContract: {
953
953
  social_links: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
954
954
  vesting_recipients: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
955
955
  address: import("zod").ZodString;
956
- percentage: import("zod").ZodNumber;
956
+ amount: import("zod").ZodString;
957
957
  }, "strip", import("zod").ZodTypeAny, {
958
958
  address: string;
959
- percentage: number;
959
+ amount: string;
960
960
  }, {
961
961
  address: string;
962
- percentage: number;
962
+ amount: string;
963
963
  }>, "many">>;
964
964
  }, "strip", import("zod").ZodTypeAny, {
965
965
  name?: string | undefined;
@@ -969,7 +969,7 @@ export declare const rootContract: {
969
969
  social_links?: string[] | undefined;
970
970
  vesting_recipients?: {
971
971
  address: string;
972
- percentage: number;
972
+ amount: string;
973
973
  }[] | undefined;
974
974
  }, {
975
975
  name?: string | undefined;
@@ -979,7 +979,7 @@ export declare const rootContract: {
979
979
  social_links?: string[] | undefined;
980
980
  vesting_recipients?: {
981
981
  address: string;
982
- percentage: number;
982
+ amount: string;
983
983
  }[] | undefined;
984
984
  }>>;
985
985
  token_image_public_url: import("zod").ZodNullable<import("zod").ZodString>;
@@ -999,7 +999,7 @@ export declare const rootContract: {
999
999
  social_links?: string[] | undefined;
1000
1000
  vesting_recipients?: {
1001
1001
  address: string;
1002
- percentage: number;
1002
+ amount: string;
1003
1003
  }[] | undefined;
1004
1004
  } | null;
1005
1005
  token_image_public_url: string | null;
@@ -1019,7 +1019,7 @@ export declare const rootContract: {
1019
1019
  social_links?: string[] | undefined;
1020
1020
  vesting_recipients?: {
1021
1021
  address: string;
1022
- percentage: number;
1022
+ amount: string;
1023
1023
  }[] | undefined;
1024
1024
  } | null;
1025
1025
  token_image_public_url: string | null;
@@ -1061,7 +1061,7 @@ export declare const rootContract: {
1061
1061
  social_links?: string[] | undefined;
1062
1062
  vesting_recipients?: {
1063
1063
  address: string;
1064
- percentage: number;
1064
+ amount: string;
1065
1065
  }[] | undefined;
1066
1066
  } | null;
1067
1067
  token_image_public_url: string | null;
@@ -1103,7 +1103,7 @@ export declare const rootContract: {
1103
1103
  social_links?: string[] | undefined;
1104
1104
  vesting_recipients?: {
1105
1105
  address: string;
1106
- percentage: number;
1106
+ amount: string;
1107
1107
  }[] | undefined;
1108
1108
  } | null;
1109
1109
  token_image_public_url: string | null;
@@ -1135,13 +1135,13 @@ export declare const rootContract: {
1135
1135
  social_links: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1136
1136
  vesting_recipients: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1137
1137
  address: import("zod").ZodString;
1138
- percentage: import("zod").ZodNumber;
1138
+ amount: import("zod").ZodString;
1139
1139
  }, "strip", import("zod").ZodTypeAny, {
1140
1140
  address: string;
1141
- percentage: number;
1141
+ amount: string;
1142
1142
  }, {
1143
1143
  address: string;
1144
- percentage: number;
1144
+ amount: string;
1145
1145
  }>, "many">>;
1146
1146
  }, "strip", import("zod").ZodTypeAny, {
1147
1147
  name?: string | undefined;
@@ -1151,7 +1151,7 @@ export declare const rootContract: {
1151
1151
  social_links?: string[] | undefined;
1152
1152
  vesting_recipients?: {
1153
1153
  address: string;
1154
- percentage: number;
1154
+ amount: string;
1155
1155
  }[] | undefined;
1156
1156
  }, {
1157
1157
  name?: string | undefined;
@@ -1161,7 +1161,7 @@ export declare const rootContract: {
1161
1161
  social_links?: string[] | undefined;
1162
1162
  vesting_recipients?: {
1163
1163
  address: string;
1164
- percentage: number;
1164
+ amount: string;
1165
1165
  }[] | undefined;
1166
1166
  }>>;
1167
1167
  token_image_public_url: import("zod").ZodNullable<import("zod").ZodString>;
@@ -1182,7 +1182,7 @@ export declare const rootContract: {
1182
1182
  social_links?: string[] | undefined;
1183
1183
  vesting_recipients?: {
1184
1184
  address: string;
1185
- percentage: number;
1185
+ amount: string;
1186
1186
  }[] | undefined;
1187
1187
  } | null;
1188
1188
  token_image_public_url: string | null;
@@ -1203,7 +1203,7 @@ export declare const rootContract: {
1203
1203
  social_links?: string[] | undefined;
1204
1204
  vesting_recipients?: {
1205
1205
  address: string;
1206
- percentage: number;
1206
+ amount: string;
1207
1207
  }[] | undefined;
1208
1208
  } | null;
1209
1209
  token_image_public_url: string | null;
@@ -1235,7 +1235,7 @@ export declare const rootContract: {
1235
1235
  social_links?: string[] | undefined;
1236
1236
  vesting_recipients?: {
1237
1237
  address: string;
1238
- percentage: number;
1238
+ amount: string;
1239
1239
  }[] | undefined;
1240
1240
  } | null;
1241
1241
  token_image_public_url: string | null;
@@ -1267,7 +1267,7 @@ export declare const rootContract: {
1267
1267
  social_links?: string[] | undefined;
1268
1268
  vesting_recipients?: {
1269
1269
  address: string;
1270
- percentage: number;
1270
+ amount: string;
1271
1271
  }[] | undefined;
1272
1272
  } | null;
1273
1273
  token_image_public_url: string | null;
@@ -1318,7 +1318,7 @@ export declare const rootContract: {
1318
1318
  social_links?: string[] | undefined;
1319
1319
  vesting_recipients?: {
1320
1320
  address: string;
1321
- percentage: number;
1321
+ amount: string;
1322
1322
  }[] | undefined;
1323
1323
  } | null;
1324
1324
  token_image_public_url: string | null;
@@ -1350,7 +1350,7 @@ export declare const rootContract: {
1350
1350
  social_links?: string[] | undefined;
1351
1351
  vesting_recipients?: {
1352
1352
  address: string;
1353
- percentage: number;
1353
+ amount: string;
1354
1354
  }[] | undefined;
1355
1355
  } | null;
1356
1356
  token_image_public_url: string | null;
@@ -1400,7 +1400,7 @@ export declare const rootContract: {
1400
1400
  social_links?: string[] | undefined;
1401
1401
  vesting_recipients?: {
1402
1402
  address: string;
1403
- percentage: number;
1403
+ amount: string;
1404
1404
  }[] | undefined;
1405
1405
  } | null;
1406
1406
  token_image_public_url: string | null;
@@ -1432,7 +1432,7 @@ export declare const rootContract: {
1432
1432
  social_links?: string[] | undefined;
1433
1433
  vesting_recipients?: {
1434
1434
  address: string;
1435
- percentage: number;
1435
+ amount: string;
1436
1436
  }[] | undefined;
1437
1437
  } | null;
1438
1438
  token_image_public_url: string | null;
@@ -1484,7 +1484,7 @@ export declare const rootContract: {
1484
1484
  social_links?: string[] | undefined;
1485
1485
  vesting_recipients?: {
1486
1486
  address: string;
1487
- percentage: number;
1487
+ amount: string;
1488
1488
  }[] | undefined;
1489
1489
  } | null;
1490
1490
  token_image_public_url: string | null;
@@ -1516,7 +1516,7 @@ export declare const rootContract: {
1516
1516
  social_links?: string[] | undefined;
1517
1517
  vesting_recipients?: {
1518
1518
  address: string;
1519
- percentage: number;
1519
+ amount: string;
1520
1520
  }[] | undefined;
1521
1521
  } | null;
1522
1522
  token_image_public_url: string | null;
@@ -1566,7 +1566,7 @@ export declare const rootContract: {
1566
1566
  social_links?: string[] | undefined;
1567
1567
  vesting_recipients?: {
1568
1568
  address: string;
1569
- percentage: number;
1569
+ amount: string;
1570
1570
  }[] | undefined;
1571
1571
  } | null;
1572
1572
  token_image_public_url: string | null;
@@ -1598,7 +1598,7 @@ export declare const rootContract: {
1598
1598
  social_links?: string[] | undefined;
1599
1599
  vesting_recipients?: {
1600
1600
  address: string;
1601
- percentage: number;
1601
+ amount: string;
1602
1602
  }[] | undefined;
1603
1603
  } | null;
1604
1604
  token_image_public_url: string | null;
@@ -1652,7 +1652,7 @@ export declare const rootContract: {
1652
1652
  social_links?: string[] | undefined;
1653
1653
  vesting_recipients?: {
1654
1654
  address: string;
1655
- percentage: number;
1655
+ amount: string;
1656
1656
  }[] | undefined;
1657
1657
  } | null;
1658
1658
  token_image_public_url: string | null;
@@ -1684,7 +1684,7 @@ export declare const rootContract: {
1684
1684
  social_links?: string[] | undefined;
1685
1685
  vesting_recipients?: {
1686
1686
  address: string;
1687
- percentage: number;
1687
+ amount: string;
1688
1688
  }[] | undefined;
1689
1689
  } | null;
1690
1690
  token_image_public_url: string | null;
@@ -1736,7 +1736,7 @@ export declare const rootContract: {
1736
1736
  social_links?: string[] | undefined;
1737
1737
  vesting_recipients?: {
1738
1738
  address: string;
1739
- percentage: number;
1739
+ amount: string;
1740
1740
  }[] | undefined;
1741
1741
  } | null;
1742
1742
  token_image_public_url: string | null;
@@ -1768,7 +1768,7 @@ export declare const rootContract: {
1768
1768
  social_links?: string[] | undefined;
1769
1769
  vesting_recipients?: {
1770
1770
  address: string;
1771
- percentage: number;
1771
+ amount: string;
1772
1772
  }[] | undefined;
1773
1773
  } | null;
1774
1774
  token_image_public_url: string | null;
@@ -1844,13 +1844,13 @@ export declare const rootContract: {
1844
1844
  social_links: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1845
1845
  vesting_recipients: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1846
1846
  address: import("zod").ZodString;
1847
- percentage: import("zod").ZodNumber;
1847
+ amount: import("zod").ZodString;
1848
1848
  }, "strip", import("zod").ZodTypeAny, {
1849
1849
  address: string;
1850
- percentage: number;
1850
+ amount: string;
1851
1851
  }, {
1852
1852
  address: string;
1853
- percentage: number;
1853
+ amount: string;
1854
1854
  }>, "many">>;
1855
1855
  }, "strip", import("zod").ZodTypeAny, {
1856
1856
  name?: string | undefined;
@@ -1860,7 +1860,7 @@ export declare const rootContract: {
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
  name?: string | undefined;
@@ -1870,7 +1870,7 @@ export declare const rootContract: {
1870
1870
  social_links?: string[] | undefined;
1871
1871
  vesting_recipients?: {
1872
1872
  address: string;
1873
- percentage: number;
1873
+ amount: string;
1874
1874
  }[] | undefined;
1875
1875
  }>>;
1876
1876
  token_image_public_url: import("zod").ZodNullable<import("zod").ZodString>;
@@ -1890,7 +1890,7 @@ export declare const rootContract: {
1890
1890
  social_links?: string[] | undefined;
1891
1891
  vesting_recipients?: {
1892
1892
  address: string;
1893
- percentage: number;
1893
+ amount: string;
1894
1894
  }[] | undefined;
1895
1895
  } | null;
1896
1896
  token_image_public_url: string | null;
@@ -1910,7 +1910,7 @@ export declare const rootContract: {
1910
1910
  social_links?: string[] | undefined;
1911
1911
  vesting_recipients?: {
1912
1912
  address: string;
1913
- percentage: number;
1913
+ amount: string;
1914
1914
  }[] | undefined;
1915
1915
  } | null;
1916
1916
  token_image_public_url: string | null;
@@ -1952,7 +1952,7 @@ export declare const rootContract: {
1952
1952
  social_links?: string[] | undefined;
1953
1953
  vesting_recipients?: {
1954
1954
  address: string;
1955
- percentage: number;
1955
+ amount: string;
1956
1956
  }[] | undefined;
1957
1957
  } | null;
1958
1958
  token_image_public_url: string | null;
@@ -1994,7 +1994,7 @@ export declare const rootContract: {
1994
1994
  social_links?: string[] | undefined;
1995
1995
  vesting_recipients?: {
1996
1996
  address: string;
1997
- percentage: number;
1997
+ amount: string;
1998
1998
  }[] | undefined;
1999
1999
  } | null;
2000
2000
  token_image_public_url: string | null;
@@ -2026,13 +2026,13 @@ export declare const rootContract: {
2026
2026
  social_links: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
2027
2027
  vesting_recipients: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
2028
2028
  address: import("zod").ZodString;
2029
- percentage: import("zod").ZodNumber;
2029
+ amount: import("zod").ZodString;
2030
2030
  }, "strip", import("zod").ZodTypeAny, {
2031
2031
  address: string;
2032
- percentage: number;
2032
+ amount: string;
2033
2033
  }, {
2034
2034
  address: string;
2035
- percentage: number;
2035
+ amount: string;
2036
2036
  }>, "many">>;
2037
2037
  }, "strip", import("zod").ZodTypeAny, {
2038
2038
  name?: string | undefined;
@@ -2042,7 +2042,7 @@ export declare const rootContract: {
2042
2042
  social_links?: string[] | undefined;
2043
2043
  vesting_recipients?: {
2044
2044
  address: string;
2045
- percentage: number;
2045
+ amount: string;
2046
2046
  }[] | undefined;
2047
2047
  }, {
2048
2048
  name?: string | undefined;
@@ -2052,7 +2052,7 @@ export declare const rootContract: {
2052
2052
  social_links?: string[] | undefined;
2053
2053
  vesting_recipients?: {
2054
2054
  address: string;
2055
- percentage: number;
2055
+ amount: string;
2056
2056
  }[] | undefined;
2057
2057
  }>>;
2058
2058
  token_image_public_url: import("zod").ZodNullable<import("zod").ZodString>;
@@ -2073,7 +2073,7 @@ export declare const rootContract: {
2073
2073
  social_links?: string[] | undefined;
2074
2074
  vesting_recipients?: {
2075
2075
  address: string;
2076
- percentage: number;
2076
+ amount: string;
2077
2077
  }[] | undefined;
2078
2078
  } | null;
2079
2079
  token_image_public_url: string | null;
@@ -2094,7 +2094,7 @@ export declare const rootContract: {
2094
2094
  social_links?: string[] | undefined;
2095
2095
  vesting_recipients?: {
2096
2096
  address: string;
2097
- percentage: number;
2097
+ amount: string;
2098
2098
  }[] | undefined;
2099
2099
  } | null;
2100
2100
  token_image_public_url: string | null;
@@ -2126,7 +2126,7 @@ export declare const rootContract: {
2126
2126
  social_links?: string[] | undefined;
2127
2127
  vesting_recipients?: {
2128
2128
  address: string;
2129
- percentage: number;
2129
+ amount: string;
2130
2130
  }[] | undefined;
2131
2131
  } | null;
2132
2132
  token_image_public_url: string | null;
@@ -2158,7 +2158,7 @@ export declare const rootContract: {
2158
2158
  social_links?: string[] | undefined;
2159
2159
  vesting_recipients?: {
2160
2160
  address: string;
2161
- percentage: number;
2161
+ amount: string;
2162
2162
  }[] | undefined;
2163
2163
  } | null;
2164
2164
  token_image_public_url: string | null;
@@ -2209,7 +2209,7 @@ export declare const rootContract: {
2209
2209
  social_links?: string[] | undefined;
2210
2210
  vesting_recipients?: {
2211
2211
  address: string;
2212
- percentage: number;
2212
+ amount: string;
2213
2213
  }[] | undefined;
2214
2214
  } | null;
2215
2215
  token_image_public_url: string | null;
@@ -2241,7 +2241,7 @@ export declare const rootContract: {
2241
2241
  social_links?: string[] | undefined;
2242
2242
  vesting_recipients?: {
2243
2243
  address: string;
2244
- percentage: number;
2244
+ amount: string;
2245
2245
  }[] | undefined;
2246
2246
  } | null;
2247
2247
  token_image_public_url: string | null;
@@ -2291,7 +2291,7 @@ export declare const rootContract: {
2291
2291
  social_links?: string[] | undefined;
2292
2292
  vesting_recipients?: {
2293
2293
  address: string;
2294
- percentage: number;
2294
+ amount: string;
2295
2295
  }[] | undefined;
2296
2296
  } | null;
2297
2297
  token_image_public_url: string | null;
@@ -2323,7 +2323,7 @@ export declare const rootContract: {
2323
2323
  social_links?: string[] | undefined;
2324
2324
  vesting_recipients?: {
2325
2325
  address: string;
2326
- percentage: number;
2326
+ amount: string;
2327
2327
  }[] | undefined;
2328
2328
  } | null;
2329
2329
  token_image_public_url: string | null;
@@ -2375,7 +2375,7 @@ export declare const rootContract: {
2375
2375
  social_links?: string[] | undefined;
2376
2376
  vesting_recipients?: {
2377
2377
  address: string;
2378
- percentage: number;
2378
+ amount: string;
2379
2379
  }[] | undefined;
2380
2380
  } | null;
2381
2381
  token_image_public_url: string | null;
@@ -2407,7 +2407,7 @@ export declare const rootContract: {
2407
2407
  social_links?: string[] | undefined;
2408
2408
  vesting_recipients?: {
2409
2409
  address: string;
2410
- percentage: number;
2410
+ amount: string;
2411
2411
  }[] | undefined;
2412
2412
  } | null;
2413
2413
  token_image_public_url: string | null;
@@ -2457,7 +2457,7 @@ export declare const rootContract: {
2457
2457
  social_links?: string[] | undefined;
2458
2458
  vesting_recipients?: {
2459
2459
  address: string;
2460
- percentage: number;
2460
+ amount: string;
2461
2461
  }[] | undefined;
2462
2462
  } | null;
2463
2463
  token_image_public_url: string | null;
@@ -2489,7 +2489,7 @@ export declare const rootContract: {
2489
2489
  social_links?: string[] | undefined;
2490
2490
  vesting_recipients?: {
2491
2491
  address: string;
2492
- percentage: number;
2492
+ amount: string;
2493
2493
  }[] | undefined;
2494
2494
  } | null;
2495
2495
  token_image_public_url: string | null;
@@ -2543,7 +2543,7 @@ export declare const rootContract: {
2543
2543
  social_links?: string[] | undefined;
2544
2544
  vesting_recipients?: {
2545
2545
  address: string;
2546
- percentage: number;
2546
+ amount: string;
2547
2547
  }[] | undefined;
2548
2548
  } | null;
2549
2549
  token_image_public_url: string | null;
@@ -2575,7 +2575,7 @@ export declare const rootContract: {
2575
2575
  social_links?: string[] | undefined;
2576
2576
  vesting_recipients?: {
2577
2577
  address: string;
2578
- percentage: number;
2578
+ amount: string;
2579
2579
  }[] | undefined;
2580
2580
  } | null;
2581
2581
  token_image_public_url: string | null;
@@ -2627,7 +2627,7 @@ export declare const rootContract: {
2627
2627
  social_links?: string[] | undefined;
2628
2628
  vesting_recipients?: {
2629
2629
  address: string;
2630
- percentage: number;
2630
+ amount: string;
2631
2631
  }[] | undefined;
2632
2632
  } | null;
2633
2633
  token_image_public_url: string | null;
@@ -2659,7 +2659,7 @@ export declare const rootContract: {
2659
2659
  social_links?: string[] | undefined;
2660
2660
  vesting_recipients?: {
2661
2661
  address: string;
2662
- percentage: number;
2662
+ amount: string;
2663
2663
  }[] | undefined;
2664
2664
  } | null;
2665
2665
  token_image_public_url: string | null;
@@ -3174,13 +3174,13 @@ export declare const rootContract: {
3174
3174
  }>, "many">;
3175
3175
  vesting_recipients: import("zod").ZodArray<import("zod").ZodObject<{
3176
3176
  address: import("zod").ZodString;
3177
- percentage: import("zod").ZodNumber;
3177
+ amount: import("zod").ZodNumber;
3178
3178
  }, "strip", import("zod").ZodTypeAny, {
3179
3179
  address: string;
3180
- percentage: number;
3180
+ amount: number;
3181
3181
  }, {
3182
3182
  address: string;
3183
- percentage: number;
3183
+ amount: number;
3184
3184
  }>, "many">;
3185
3185
  fee_receiver: import("zod").ZodString;
3186
3186
  }, "strip", import("zod").ZodTypeAny, {
@@ -3194,7 +3194,7 @@ export declare const rootContract: {
3194
3194
  }[];
3195
3195
  vesting_recipients: {
3196
3196
  address: string;
3197
- percentage: number;
3197
+ amount: number;
3198
3198
  }[];
3199
3199
  }, {
3200
3200
  name: string;
@@ -3207,7 +3207,7 @@ export declare const rootContract: {
3207
3207
  }[];
3208
3208
  vesting_recipients: {
3209
3209
  address: string;
3210
- percentage: number;
3210
+ amount: number;
3211
3211
  }[];
3212
3212
  }>;
3213
3213
  path: "/ipfs/upload-metadata";