-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathfresh.gen.ts
518 lines (515 loc) · 33.9 KB
/
fresh.gen.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
// DO NOT EDIT. This file is generated by Fresh.
// This file SHOULD be checked into source version control.
// This file is automatically updated during development when running `dev.ts`.
import * as $_path_ from "./routes/[...path].ts";
import * as $_404 from "./routes/_404.tsx";
import * as $_app from "./routes/_app.tsx";
import * as $_middleware from "./routes/_middleware.ts";
import * as $about_index from "./routes/about/index.tsx";
import * as $api_path_ from "./routes/api/[...path].ts";
import * as $api_internal_bitcoinNotifications from "./routes/api/internal/bitcoinNotifications.ts";
import * as $api_internal_btcPrice from "./routes/api/internal/btcPrice.ts";
import * as $api_internal_carousel from "./routes/api/internal/carousel.ts";
import * as $api_internal_creatorName from "./routes/api/internal/creatorName.ts";
import * as $api_internal_csrfToken from "./routes/api/internal/csrfToken.ts";
import * as $api_internal_debug_headers from "./routes/api/internal/debug-headers.ts";
import * as $api_internal_fees from "./routes/api/internal/fees.ts";
import * as $api_internal_src20_trending from "./routes/api/internal/src20/trending.ts";
import * as $api_internal_src20Background from "./routes/api/internal/src20Background.ts";
import * as $api_v2_path_ from "./routes/api/v2/[...path].ts";
import * as $api_v2_balance_address_ from "./routes/api/v2/balance/[address].ts";
import * as $api_v2_balance_getStampsBalance from "./routes/api/v2/balance/getStampsBalance.ts";
import * as $api_v2_block_block_index_ from "./routes/api/v2/block/[block_index].ts";
import * as $api_v2_block_block_count_number_ from "./routes/api/v2/block/block_count/[...number].ts";
import * as $api_v2_block_related_block_index_ from "./routes/api/v2/block/related/[block_index].ts";
import * as $api_v2_collections_creator_creator_ from "./routes/api/v2/collections/creator/[creator].ts";
import * as $api_v2_collections_index from "./routes/api/v2/collections/index.ts";
import * as $api_v2_create_dispense from "./routes/api/v2/create/dispense.ts";
import * as $api_v2_create_send from "./routes/api/v2/create/send.ts";
import * as $api_v2_cursed_id_ from "./routes/api/v2/cursed/[id].ts";
import * as $api_v2_cursed_block from "./routes/api/v2/cursed/block.ts";
import * as $api_v2_cursed_block_block_index_ from "./routes/api/v2/cursed/block/[block_index].ts";
import * as $api_v2_cursed_index from "./routes/api/v2/cursed/index.ts";
import * as $api_v2_docs from "./routes/api/v2/docs.ts";
import * as $api_v2_error from "./routes/api/v2/error.ts";
import * as $api_v2_fairmint_compose from "./routes/api/v2/fairmint/compose.ts";
import * as $api_v2_fairmint_index from "./routes/api/v2/fairmint/index.ts";
import * as $api_v2_health from "./routes/api/v2/health.ts";
import * as $api_v2_olga_mint from "./routes/api/v2/olga/mint.ts";
import * as $api_v2_src101_deploy_hash_tokenid_ from "./routes/api/v2/src101/[deploy_hash]/[tokenid].ts";
import * as $api_v2_src101_deploy_hash_address_address_btc_ from "./routes/api/v2/src101/[deploy_hash]/address/[address_btc].ts";
import * as $api_v2_src101_deploy_hash_deploy from "./routes/api/v2/src101/[deploy_hash]/deploy.ts";
import * as $api_v2_src101_deploy_hash_index from "./routes/api/v2/src101/[deploy_hash]/index.ts";
import * as $api_v2_src101_deploy_hash_total from "./routes/api/v2/src101/[deploy_hash]/total.ts";
import * as $api_v2_src101_balance_address_ from "./routes/api/v2/src101/balance/[address].ts";
import * as $api_v2_src101_create from "./routes/api/v2/src101/create.ts";
import * as $api_v2_src101_index from "./routes/api/v2/src101/index.ts";
import * as $api_v2_src101_index_deploy_hash_index_ from "./routes/api/v2/src101/index/[deploy_hash]/[index].ts";
import * as $api_v2_src101_tx_tx_hash_ from "./routes/api/v2/src101/tx/[tx_hash].ts";
import * as $api_v2_src101_tx_index from "./routes/api/v2/src101/tx/index.ts";
import * as $api_v2_src20_op_ from "./routes/api/v2/src20/[...op].ts";
import * as $api_v2_src20_balance_address_ from "./routes/api/v2/src20/balance/[address].ts";
import * as $api_v2_src20_balance_address_tick_ from "./routes/api/v2/src20/balance/[address]/[tick].ts";
import * as $api_v2_src20_balance_snapshot_tick_ from "./routes/api/v2/src20/balance/snapshot/[tick].ts";
import * as $api_v2_src20_block_block_index_tick_ from "./routes/api/v2/src20/block/[block_index]/[tick].ts";
import * as $api_v2_src20_block_block_index_index from "./routes/api/v2/src20/block/[block_index]/index.ts";
import * as $api_v2_src20_create from "./routes/api/v2/src20/create.ts";
import * as $api_v2_src20_index from "./routes/api/v2/src20/index.ts";
import * as $api_v2_src20_multisig_operation_ from "./routes/api/v2/src20/multisig/[operation].ts";
import * as $api_v2_src20_search from "./routes/api/v2/src20/search.ts";
import * as $api_v2_src20_tick_tick_deploy from "./routes/api/v2/src20/tick/[tick]/deploy.ts";
import * as $api_v2_src20_tick_tick_index from "./routes/api/v2/src20/tick/[tick]/index.ts";
import * as $api_v2_src20_tick_tick_mintData from "./routes/api/v2/src20/tick/[tick]/mintData.ts";
import * as $api_v2_src20_tick_index from "./routes/api/v2/src20/tick/index.ts";
import * as $api_v2_src20_tx_tx_hash_ from "./routes/api/v2/src20/tx/[tx_hash].ts";
import * as $api_v2_stamp_stamp_preview from "./routes/api/v2/stamp/[stamp]/preview.ts";
import * as $api_v2_stamps_id_ from "./routes/api/v2/stamps/[id].ts";
import * as $api_v2_stamps_id_dispensers from "./routes/api/v2/stamps/[id]/dispensers.ts";
import * as $api_v2_stamps_id_dispenses from "./routes/api/v2/stamps/[id]/dispenses.ts";
import * as $api_v2_stamps_id_holders from "./routes/api/v2/stamps/[id]/holders.ts";
import * as $api_v2_stamps_id_sends from "./routes/api/v2/stamps/[id]/sends.ts";
import * as $api_v2_stamps_balance_address_ from "./routes/api/v2/stamps/balance/[address].tsx";
import * as $api_v2_stamps_block from "./routes/api/v2/stamps/block.ts";
import * as $api_v2_stamps_block_block_index_ from "./routes/api/v2/stamps/block/[block_index].ts";
import * as $api_v2_stamps_ident_ident_ from "./routes/api/v2/stamps/ident/[ident].ts";
import * as $api_v2_stamps_index from "./routes/api/v2/stamps/index.ts";
import * as $api_v2_stamps_recentSales from "./routes/api/v2/stamps/recentSales.ts";
import * as $api_v2_trx_complete_psbt from "./routes/api/v2/trx/complete_psbt.ts";
import * as $api_v2_trx_create_psbt from "./routes/api/v2/trx/create_psbt.ts";
import * as $api_v2_trx_stampattach from "./routes/api/v2/trx/stampattach.ts";
import * as $api_v2_trx_stampdetach from "./routes/api/v2/trx/stampdetach.ts";
import * as $api_v2_trx_utxoquery from "./routes/api/v2/trx/utxoquery.ts";
import * as $api_v2_utxo_ancestors_address_ from "./routes/api/v2/utxo/ancestors/[address].ts";
import * as $api_v2_version from "./routes/api/v2/version.ts";
import * as $collection_details_id_ from "./routes/collection/details/[id].tsx";
import * as $collection_index from "./routes/collection/index.tsx";
import * as $collection_overview_overview_ from "./routes/collection/overview/[overview].tsx";
import * as $config from "./routes/config.ts";
import * as $content_imgpath_ from "./routes/content/[...imgpath].tsx";
import * as $docs_index from "./routes/docs/index.tsx";
import * as $fairmint from "./routes/fairmint.tsx";
import * as $faq_index from "./routes/faq/index.tsx";
import * as $handlers_sharedBlockWithStampsHandler from "./routes/handlers/sharedBlockWithStampsHandler.ts";
import * as $handlers_sharedCollectionHandler from "./routes/handlers/sharedCollectionHandler.ts";
import * as $handlers_sharedContentHandler from "./routes/handlers/sharedContentHandler.ts";
import * as $handlers_sharedStampHandler from "./routes/handlers/sharedStampHandler.ts";
import * as $howto_deploytoken_index from "./routes/howto/deploytoken/index.tsx";
import * as $howto_index from "./routes/howto/index.tsx";
import * as $howto_leatherconnect_index from "./routes/howto/leatherconnect/index.tsx";
import * as $howto_leathercreate_index from "./routes/howto/leathercreate/index.tsx";
import * as $howto_minttoken_index from "./routes/howto/minttoken/index.tsx";
import * as $howto_registerbitname_index from "./routes/howto/registerbitname/index.tsx";
import * as $howto_stamp_index from "./routes/howto/stamp/index.tsx";
import * as $howto_transferbitname_index from "./routes/howto/transferbitname/index.tsx";
import * as $howto_transferstamp_index from "./routes/howto/transferstamp/index.tsx";
import * as $howto_transfertoken_index from "./routes/howto/transfertoken/index.tsx";
import * as $index from "./routes/index.tsx";
import * as $media_index from "./routes/media/index.tsx";
import * as $presskit_index from "./routes/presskit/index.tsx";
import * as $s_id_ from "./routes/s/[...id].tsx";
import * as $src20_tick_ from "./routes/src20/[tick].tsx";
import * as $src20_index from "./routes/src20/index.tsx";
import * as $stamp_id_ from "./routes/stamp/[id].tsx";
import * as $stamp_art from "./routes/stamp/art.tsx";
import * as $stamp_index from "./routes/stamp/index.tsx";
import * as $stamp_posh from "./routes/stamp/posh.tsx";
import * as $stamp_trade from "./routes/stamp/trade.tsx";
import * as $stamping_src101_action_ from "./routes/stamping/src101/[action].tsx";
import * as $stamping_src20 from "./routes/stamping/src20.tsx";
import * as $stamping_src20_action_ from "./routes/stamping/src20/[action].tsx";
import * as $stamping_stamp from "./routes/stamping/stamp.tsx";
import * as $termsofservice_index from "./routes/termsofservice/index.tsx";
import * as $test_design_system from "./routes/test/design-system.tsx";
import * as $test_test_image from "./routes/test/test-image.ts";
import * as $upload_index from "./routes/upload/index.tsx";
import * as $wallet_address_ from "./routes/wallet/[address].tsx";
import * as $Accordion from "./islands/Accordion.tsx";
import * as $Carousel from "./islands/Carousel.tsx";
import * as $DateRangePicker from "./islands/DateRangePicker.tsx";
import * as $Navigator_NavigatorProvider from "./islands/Navigator/NavigatorProvider.tsx";
import * as $Toast_ToastComponent from "./islands/Toast/ToastComponent.tsx";
import * as $Toast_ToastProvider from "./islands/Toast/ToastProvider.tsx";
import * as $Wallet_ConnectWallet from "./islands/Wallet/ConnectWallet.tsx";
import * as $Wallet_ConnectedModal from "./islands/Wallet/ConnectedModal.tsx";
import * as $Wallet_ConnectorsModal from "./islands/Wallet/ConnectorsModal.tsx";
import * as $Wallet_WalletModal from "./islands/Wallet/WalletModal.tsx";
import * as $Wallet_connectors_Wallet_connector from "./islands/Wallet/connectors/Wallet.connector.tsx";
import * as $Wallet_details_WalletContent from "./islands/Wallet/details/WalletContent.tsx";
import * as $Wallet_details_WalletDetails from "./islands/Wallet/details/WalletDetails.tsx";
import * as $Wallet_details_WalletDonateModal from "./islands/Wallet/details/WalletDonateModal.tsx";
import * as $Wallet_details_WalletHeader from "./islands/Wallet/details/WalletHeader.tsx";
import * as $Wallet_details_WalletReceiveModal from "./islands/Wallet/details/WalletReceiveModal.tsx";
import * as $Wallet_details_WalletSendBTCModal from "./islands/Wallet/details/WalletSendBTCModal.tsx";
import * as $Wallet_details_WalletSendStampModal from "./islands/Wallet/details/WalletSendStampModal.tsx";
import * as $about_AboutContact from "./islands/about/AboutContact.tsx";
import * as $about_AboutDonate from "./islands/about/AboutDonate.tsx";
import * as $about_AboutHeader from "./islands/about/AboutHeader.tsx";
import * as $about_AboutTeam from "./islands/about/AboutTeam.tsx";
import * as $block_BlockHeader from "./islands/block/BlockHeader.tsx";
import * as $block_BlockSelector from "./islands/block/BlockSelector.tsx";
import * as $block_BlockTransactions from "./islands/block/BlockTransactions.tsx";
import * as $charts_HoldersPieChart from "./islands/charts/HoldersPieChart.tsx";
import * as $collection_ArtistCollection from "./islands/collection/ArtistCollection.tsx";
import * as $collection_CollectionCreateButton from "./islands/collection/CollectionCreateButton.tsx";
import * as $collection_CollectionDetailsContent from "./islands/collection/CollectionDetailsContent.tsx";
import * as $collection_CollectionDetailsHeader from "./islands/collection/CollectionDetailsHeader.tsx";
import * as $collection_CollectionOverviewArtistContent from "./islands/collection/CollectionOverviewArtistContent.tsx";
import * as $collection_CollectionOverviewHeader from "./islands/collection/CollectionOverviewHeader.tsx";
import * as $collection_CollectionOverviewSection from "./islands/collection/CollectionOverviewSection.tsx";
import * as $collection_CollectionSection from "./islands/collection/CollectionSection.tsx";
import * as $datacontrol_Filter from "./islands/datacontrol/Filter.tsx";
import * as $datacontrol_Pagination from "./islands/datacontrol/Pagination.tsx";
import * as $datacontrol_Search from "./islands/datacontrol/Search.tsx";
import * as $datacontrol_Setting from "./islands/datacontrol/Setting.tsx";
import * as $datacontrol_Sort from "./islands/datacontrol/Sort.tsx";
import * as $fairmint_FairmintContent from "./islands/fairmint/FairmintContent.tsx";
import * as $fee_ComplexFeeCalculator from "./islands/fee/ComplexFeeCalculator.tsx";
import * as $home_FontLoader from "./islands/home/FontLoader.tsx";
import * as $home_HomeStampChainSelected from "./islands/home/HomeStampChainSelected.tsx";
import * as $home_HomeStampPreview from "./islands/home/HomeStampPreview.tsx";
import * as $home_SwiperStyles from "./islands/home/SwiperStyles.tsx";
import * as $layout_Footer from "./islands/layout/Footer.tsx";
import * as $layout_Header from "./islands/layout/Header.tsx";
import * as $loading_LoadingContent from "./islands/loading/LoadingContent.tsx";
import * as $loading_LoadingProvider from "./islands/loading/LoadingProvider.tsx";
import * as $modules_DeployMint from "./islands/modules/DeployMint.tsx";
import * as $modules_GetStamping from "./islands/modules/GetStamping.tsx";
import * as $modules_HowToDeployToken from "./islands/modules/HowToDeployToken.tsx";
import * as $modules_HowToMintToken from "./islands/modules/HowToMintToken.tsx";
import * as $modules_HowToRegisterBitname from "./islands/modules/HowToRegisterBitname.tsx";
import * as $modules_HowToStamp from "./islands/modules/HowToStamp.tsx";
import * as $modules_HowToTransferBitname from "./islands/modules/HowToTransferBitname.tsx";
import * as $modules_HowToTransferStamp from "./islands/modules/HowToTransferStamp.tsx";
import * as $modules_HowToTransferToken from "./islands/modules/HowToTransferToken.tsx";
import * as $modules_NamedAssets from "./islands/modules/NamedAssets.tsx";
import * as $modules_Partners from "./islands/modules/Partners.tsx";
import * as $modules_RecursiveLayering from "./islands/modules/RecursiveLayering.tsx";
import * as $modules_StampChain from "./islands/modules/StampChain.tsx";
import * as $modules_Styles from "./islands/modules/Styles.ts";
import * as $src20_FilterModal from "./islands/src20/FilterModal.tsx";
import * as $src20_SRC20Header from "./islands/src20/SRC20Header.tsx";
import * as $src20_SRC20Search from "./islands/src20/SRC20Search.tsx";
import * as $src20_SRC20Section from "./islands/src20/SRC20Section.tsx";
import * as $src20_cards_SRC20BaseCard from "./islands/src20/cards/SRC20BaseCard.tsx";
import * as $src20_cards_SRC20TokenMintingCard from "./islands/src20/cards/SRC20TokenMintingCard.tsx";
import * as $src20_cards_SRC20TokenOutmintedCard from "./islands/src20/cards/SRC20TokenOutmintedCard.tsx";
import * as $src20_details_SRC20DetailsTab from "./islands/src20/details/SRC20DetailsTab.tsx";
import * as $src20_details_SRC20TX from "./islands/src20/details/SRC20TX.tsx";
import * as $src20_details_SRC20TickHeader from "./islands/src20/details/SRC20TickHeader.tsx";
import * as $stamp_StampCard from "./islands/stamp/StampCard.tsx";
import * as $stamp_StampContent from "./islands/stamp/StampContent.tsx";
import * as $stamp_StampHeader from "./islands/stamp/StampHeader.tsx";
import * as $stamp_StampSearch from "./islands/stamp/StampSearch.tsx";
import * as $stamp_StampSection from "./islands/stamp/StampSection.tsx";
import * as $stamp_details_RecentSales from "./islands/stamp/details/RecentSales.tsx";
import * as $stamp_details_StampBuyModal from "./islands/stamp/details/StampBuyModal.tsx";
import * as $stamp_details_StampCodeModal from "./islands/stamp/details/StampCodeModal.tsx";
import * as $stamp_details_StampImage from "./islands/stamp/details/StampImage.tsx";
import * as $stamp_details_StampImageFullScreen from "./islands/stamp/details/StampImageFullScreen.tsx";
import * as $stamp_details_StampInfo from "./islands/stamp/details/StampInfo.tsx";
import * as $stamp_details_StampRelatedInfo from "./islands/stamp/details/StampRelatedInfo.tsx";
import * as $stamp_details_StampTextContent from "./islands/stamp/details/StampTextContent.tsx";
import * as $stamping_InputField from "./islands/stamping/InputField.tsx";
import * as $stamping_SelectField from "./islands/stamping/SelectField.tsx";
import * as $stamping_StatusMessages from "./islands/stamping/StatusMessages.tsx";
import * as $stamping_src101_register_RecentRegister from "./islands/stamping/src101/register/RecentRegister.tsx";
import * as $stamping_src101_register_RegisterContent from "./islands/stamping/src101/register/RegisterContent.tsx";
import * as $stamping_src20_SRC20InputField from "./islands/stamping/src20/SRC20InputField.tsx";
import * as $stamping_src20_deploy_DeployContent from "./islands/stamping/src20/deploy/DeployContent.tsx";
import * as $stamping_src20_deploy_RecentDeploy from "./islands/stamping/src20/deploy/RecentDeploy.tsx";
import * as $stamping_src20_mint_MintContent from "./islands/stamping/src20/mint/MintContent.tsx";
import * as $stamping_src20_mint_PopularMinting from "./islands/stamping/src20/mint/PopularMinting.tsx";
import * as $stamping_src20_trade_TradeContent from "./islands/stamping/src20/trade/TradeContent.tsx";
import * as $stamping_src20_transfer_LatestTransfer from "./islands/stamping/src20/transfer/LatestTransfer.tsx";
import * as $stamping_src20_transfer_TransferContent from "./islands/stamping/src20/transfer/TransferContent.tsx";
import * as $stamping_stamp_OlgaContent from "./islands/stamping/stamp/OlgaContent.tsx";
import * as $upload_UploadImageHeader from "./islands/upload/UploadImageHeader.tsx";
import * as $upload_UploadImageTable from "./islands/upload/UploadImageTable.tsx";
import type { Manifest } from "$fresh/server.ts";
const manifest = {
routes: {
"./routes/[...path].ts": $_path_,
"./routes/_404.tsx": $_404,
"./routes/_app.tsx": $_app,
"./routes/_middleware.ts": $_middleware,
"./routes/about/index.tsx": $about_index,
"./routes/api/[...path].ts": $api_path_,
"./routes/api/internal/bitcoinNotifications.ts":
$api_internal_bitcoinNotifications,
"./routes/api/internal/btcPrice.ts": $api_internal_btcPrice,
"./routes/api/internal/carousel.ts": $api_internal_carousel,
"./routes/api/internal/creatorName.ts": $api_internal_creatorName,
"./routes/api/internal/csrfToken.ts": $api_internal_csrfToken,
"./routes/api/internal/debug-headers.ts": $api_internal_debug_headers,
"./routes/api/internal/fees.ts": $api_internal_fees,
"./routes/api/internal/src20/trending.ts": $api_internal_src20_trending,
"./routes/api/internal/src20Background.ts": $api_internal_src20Background,
"./routes/api/v2/[...path].ts": $api_v2_path_,
"./routes/api/v2/balance/[address].ts": $api_v2_balance_address_,
"./routes/api/v2/balance/getStampsBalance.ts":
$api_v2_balance_getStampsBalance,
"./routes/api/v2/block/[block_index].ts": $api_v2_block_block_index_,
"./routes/api/v2/block/block_count/[...number].ts":
$api_v2_block_block_count_number_,
"./routes/api/v2/block/related/[block_index].ts":
$api_v2_block_related_block_index_,
"./routes/api/v2/collections/creator/[creator].ts":
$api_v2_collections_creator_creator_,
"./routes/api/v2/collections/index.ts": $api_v2_collections_index,
"./routes/api/v2/create/dispense.ts": $api_v2_create_dispense,
"./routes/api/v2/create/send.ts": $api_v2_create_send,
"./routes/api/v2/cursed/[id].ts": $api_v2_cursed_id_,
"./routes/api/v2/cursed/block.ts": $api_v2_cursed_block,
"./routes/api/v2/cursed/block/[block_index].ts":
$api_v2_cursed_block_block_index_,
"./routes/api/v2/cursed/index.ts": $api_v2_cursed_index,
"./routes/api/v2/docs.ts": $api_v2_docs,
"./routes/api/v2/error.ts": $api_v2_error,
"./routes/api/v2/fairmint/compose.ts": $api_v2_fairmint_compose,
"./routes/api/v2/fairmint/index.ts": $api_v2_fairmint_index,
"./routes/api/v2/health.ts": $api_v2_health,
"./routes/api/v2/olga/mint.ts": $api_v2_olga_mint,
"./routes/api/v2/src101/[deploy_hash]/[tokenid].ts":
$api_v2_src101_deploy_hash_tokenid_,
"./routes/api/v2/src101/[deploy_hash]/address/[address_btc].ts":
$api_v2_src101_deploy_hash_address_address_btc_,
"./routes/api/v2/src101/[deploy_hash]/deploy.ts":
$api_v2_src101_deploy_hash_deploy,
"./routes/api/v2/src101/[deploy_hash]/index.ts":
$api_v2_src101_deploy_hash_index,
"./routes/api/v2/src101/[deploy_hash]/total.ts":
$api_v2_src101_deploy_hash_total,
"./routes/api/v2/src101/balance/[address].ts":
$api_v2_src101_balance_address_,
"./routes/api/v2/src101/create.ts": $api_v2_src101_create,
"./routes/api/v2/src101/index.ts": $api_v2_src101_index,
"./routes/api/v2/src101/index/[deploy_hash]/[index].ts":
$api_v2_src101_index_deploy_hash_index_,
"./routes/api/v2/src101/tx/[tx_hash].ts": $api_v2_src101_tx_tx_hash_,
"./routes/api/v2/src101/tx/index.ts": $api_v2_src101_tx_index,
"./routes/api/v2/src20/[...op].ts": $api_v2_src20_op_,
"./routes/api/v2/src20/balance/[address].ts":
$api_v2_src20_balance_address_,
"./routes/api/v2/src20/balance/[address]/[tick].ts":
$api_v2_src20_balance_address_tick_,
"./routes/api/v2/src20/balance/snapshot/[tick].ts":
$api_v2_src20_balance_snapshot_tick_,
"./routes/api/v2/src20/block/[block_index]/[tick].ts":
$api_v2_src20_block_block_index_tick_,
"./routes/api/v2/src20/block/[block_index]/index.ts":
$api_v2_src20_block_block_index_index,
"./routes/api/v2/src20/create.ts": $api_v2_src20_create,
"./routes/api/v2/src20/index.ts": $api_v2_src20_index,
"./routes/api/v2/src20/multisig/[operation].ts":
$api_v2_src20_multisig_operation_,
"./routes/api/v2/src20/search.ts": $api_v2_src20_search,
"./routes/api/v2/src20/tick/[tick]/deploy.ts":
$api_v2_src20_tick_tick_deploy,
"./routes/api/v2/src20/tick/[tick]/index.ts": $api_v2_src20_tick_tick_index,
"./routes/api/v2/src20/tick/[tick]/mintData.ts":
$api_v2_src20_tick_tick_mintData,
"./routes/api/v2/src20/tick/index.ts": $api_v2_src20_tick_index,
"./routes/api/v2/src20/tx/[tx_hash].ts": $api_v2_src20_tx_tx_hash_,
"./routes/api/v2/stamp/[stamp]/preview.ts": $api_v2_stamp_stamp_preview,
"./routes/api/v2/stamps/[id].ts": $api_v2_stamps_id_,
"./routes/api/v2/stamps/[id]/dispensers.ts": $api_v2_stamps_id_dispensers,
"./routes/api/v2/stamps/[id]/dispenses.ts": $api_v2_stamps_id_dispenses,
"./routes/api/v2/stamps/[id]/holders.ts": $api_v2_stamps_id_holders,
"./routes/api/v2/stamps/[id]/sends.ts": $api_v2_stamps_id_sends,
"./routes/api/v2/stamps/balance/[address].tsx":
$api_v2_stamps_balance_address_,
"./routes/api/v2/stamps/block.ts": $api_v2_stamps_block,
"./routes/api/v2/stamps/block/[block_index].ts":
$api_v2_stamps_block_block_index_,
"./routes/api/v2/stamps/ident/[ident].ts": $api_v2_stamps_ident_ident_,
"./routes/api/v2/stamps/index.ts": $api_v2_stamps_index,
"./routes/api/v2/stamps/recentSales.ts": $api_v2_stamps_recentSales,
"./routes/api/v2/trx/complete_psbt.ts": $api_v2_trx_complete_psbt,
"./routes/api/v2/trx/create_psbt.ts": $api_v2_trx_create_psbt,
"./routes/api/v2/trx/stampattach.ts": $api_v2_trx_stampattach,
"./routes/api/v2/trx/stampdetach.ts": $api_v2_trx_stampdetach,
"./routes/api/v2/trx/utxoquery.ts": $api_v2_trx_utxoquery,
"./routes/api/v2/utxo/ancestors/[address].ts":
$api_v2_utxo_ancestors_address_,
"./routes/api/v2/version.ts": $api_v2_version,
"./routes/collection/details/[id].tsx": $collection_details_id_,
"./routes/collection/index.tsx": $collection_index,
"./routes/collection/overview/[overview].tsx":
$collection_overview_overview_,
"./routes/config.ts": $config,
"./routes/content/[...imgpath].tsx": $content_imgpath_,
"./routes/docs/index.tsx": $docs_index,
"./routes/fairmint.tsx": $fairmint,
"./routes/faq/index.tsx": $faq_index,
"./routes/handlers/sharedBlockWithStampsHandler.ts":
$handlers_sharedBlockWithStampsHandler,
"./routes/handlers/sharedCollectionHandler.ts":
$handlers_sharedCollectionHandler,
"./routes/handlers/sharedContentHandler.ts": $handlers_sharedContentHandler,
"./routes/handlers/sharedStampHandler.ts": $handlers_sharedStampHandler,
"./routes/howto/deploytoken/index.tsx": $howto_deploytoken_index,
"./routes/howto/index.tsx": $howto_index,
"./routes/howto/leatherconnect/index.tsx": $howto_leatherconnect_index,
"./routes/howto/leathercreate/index.tsx": $howto_leathercreate_index,
"./routes/howto/minttoken/index.tsx": $howto_minttoken_index,
"./routes/howto/registerbitname/index.tsx": $howto_registerbitname_index,
"./routes/howto/stamp/index.tsx": $howto_stamp_index,
"./routes/howto/transferbitname/index.tsx": $howto_transferbitname_index,
"./routes/howto/transferstamp/index.tsx": $howto_transferstamp_index,
"./routes/howto/transfertoken/index.tsx": $howto_transfertoken_index,
"./routes/index.tsx": $index,
"./routes/media/index.tsx": $media_index,
"./routes/presskit/index.tsx": $presskit_index,
"./routes/s/[...id].tsx": $s_id_,
"./routes/src20/[tick].tsx": $src20_tick_,
"./routes/src20/index.tsx": $src20_index,
"./routes/stamp/[id].tsx": $stamp_id_,
"./routes/stamp/art.tsx": $stamp_art,
"./routes/stamp/index.tsx": $stamp_index,
"./routes/stamp/posh.tsx": $stamp_posh,
"./routes/stamp/trade.tsx": $stamp_trade,
"./routes/stamping/src101/[action].tsx": $stamping_src101_action_,
"./routes/stamping/src20.tsx": $stamping_src20,
"./routes/stamping/src20/[action].tsx": $stamping_src20_action_,
"./routes/stamping/stamp.tsx": $stamping_stamp,
"./routes/termsofservice/index.tsx": $termsofservice_index,
"./routes/test/design-system.tsx": $test_design_system,
"./routes/test/test-image.ts": $test_test_image,
"./routes/upload/index.tsx": $upload_index,
"./routes/wallet/[address].tsx": $wallet_address_,
},
islands: {
"./islands/Accordion.tsx": $Accordion,
"./islands/Carousel.tsx": $Carousel,
"./islands/DateRangePicker.tsx": $DateRangePicker,
"./islands/Navigator/NavigatorProvider.tsx": $Navigator_NavigatorProvider,
"./islands/Toast/ToastComponent.tsx": $Toast_ToastComponent,
"./islands/Toast/ToastProvider.tsx": $Toast_ToastProvider,
"./islands/Wallet/ConnectWallet.tsx": $Wallet_ConnectWallet,
"./islands/Wallet/ConnectedModal.tsx": $Wallet_ConnectedModal,
"./islands/Wallet/ConnectorsModal.tsx": $Wallet_ConnectorsModal,
"./islands/Wallet/WalletModal.tsx": $Wallet_WalletModal,
"./islands/Wallet/connectors/Wallet.connector.tsx":
$Wallet_connectors_Wallet_connector,
"./islands/Wallet/details/WalletContent.tsx": $Wallet_details_WalletContent,
"./islands/Wallet/details/WalletDetails.tsx": $Wallet_details_WalletDetails,
"./islands/Wallet/details/WalletDonateModal.tsx":
$Wallet_details_WalletDonateModal,
"./islands/Wallet/details/WalletHeader.tsx": $Wallet_details_WalletHeader,
"./islands/Wallet/details/WalletReceiveModal.tsx":
$Wallet_details_WalletReceiveModal,
"./islands/Wallet/details/WalletSendBTCModal.tsx":
$Wallet_details_WalletSendBTCModal,
"./islands/Wallet/details/WalletSendStampModal.tsx":
$Wallet_details_WalletSendStampModal,
"./islands/about/AboutContact.tsx": $about_AboutContact,
"./islands/about/AboutDonate.tsx": $about_AboutDonate,
"./islands/about/AboutHeader.tsx": $about_AboutHeader,
"./islands/about/AboutTeam.tsx": $about_AboutTeam,
"./islands/block/BlockHeader.tsx": $block_BlockHeader,
"./islands/block/BlockSelector.tsx": $block_BlockSelector,
"./islands/block/BlockTransactions.tsx": $block_BlockTransactions,
"./islands/charts/HoldersPieChart.tsx": $charts_HoldersPieChart,
"./islands/collection/ArtistCollection.tsx": $collection_ArtistCollection,
"./islands/collection/CollectionCreateButton.tsx":
$collection_CollectionCreateButton,
"./islands/collection/CollectionDetailsContent.tsx":
$collection_CollectionDetailsContent,
"./islands/collection/CollectionDetailsHeader.tsx":
$collection_CollectionDetailsHeader,
"./islands/collection/CollectionOverviewArtistContent.tsx":
$collection_CollectionOverviewArtistContent,
"./islands/collection/CollectionOverviewHeader.tsx":
$collection_CollectionOverviewHeader,
"./islands/collection/CollectionOverviewSection.tsx":
$collection_CollectionOverviewSection,
"./islands/collection/CollectionSection.tsx": $collection_CollectionSection,
"./islands/datacontrol/Filter.tsx": $datacontrol_Filter,
"./islands/datacontrol/Pagination.tsx": $datacontrol_Pagination,
"./islands/datacontrol/Search.tsx": $datacontrol_Search,
"./islands/datacontrol/Setting.tsx": $datacontrol_Setting,
"./islands/datacontrol/Sort.tsx": $datacontrol_Sort,
"./islands/fairmint/FairmintContent.tsx": $fairmint_FairmintContent,
"./islands/fee/ComplexFeeCalculator.tsx": $fee_ComplexFeeCalculator,
"./islands/home/FontLoader.tsx": $home_FontLoader,
"./islands/home/HomeStampChainSelected.tsx": $home_HomeStampChainSelected,
"./islands/home/HomeStampPreview.tsx": $home_HomeStampPreview,
"./islands/home/SwiperStyles.tsx": $home_SwiperStyles,
"./islands/layout/Footer.tsx": $layout_Footer,
"./islands/layout/Header.tsx": $layout_Header,
"./islands/loading/LoadingContent.tsx": $loading_LoadingContent,
"./islands/loading/LoadingProvider.tsx": $loading_LoadingProvider,
"./islands/modules/DeployMint.tsx": $modules_DeployMint,
"./islands/modules/GetStamping.tsx": $modules_GetStamping,
"./islands/modules/HowToDeployToken.tsx": $modules_HowToDeployToken,
"./islands/modules/HowToMintToken.tsx": $modules_HowToMintToken,
"./islands/modules/HowToRegisterBitname.tsx": $modules_HowToRegisterBitname,
"./islands/modules/HowToStamp.tsx": $modules_HowToStamp,
"./islands/modules/HowToTransferBitname.tsx": $modules_HowToTransferBitname,
"./islands/modules/HowToTransferStamp.tsx": $modules_HowToTransferStamp,
"./islands/modules/HowToTransferToken.tsx": $modules_HowToTransferToken,
"./islands/modules/NamedAssets.tsx": $modules_NamedAssets,
"./islands/modules/Partners.tsx": $modules_Partners,
"./islands/modules/RecursiveLayering.tsx": $modules_RecursiveLayering,
"./islands/modules/StampChain.tsx": $modules_StampChain,
"./islands/modules/Styles.ts": $modules_Styles,
"./islands/src20/FilterModal.tsx": $src20_FilterModal,
"./islands/src20/SRC20Header.tsx": $src20_SRC20Header,
"./islands/src20/SRC20Search.tsx": $src20_SRC20Search,
"./islands/src20/SRC20Section.tsx": $src20_SRC20Section,
"./islands/src20/cards/SRC20BaseCard.tsx": $src20_cards_SRC20BaseCard,
"./islands/src20/cards/SRC20TokenMintingCard.tsx":
$src20_cards_SRC20TokenMintingCard,
"./islands/src20/cards/SRC20TokenOutmintedCard.tsx":
$src20_cards_SRC20TokenOutmintedCard,
"./islands/src20/details/SRC20DetailsTab.tsx":
$src20_details_SRC20DetailsTab,
"./islands/src20/details/SRC20TX.tsx": $src20_details_SRC20TX,
"./islands/src20/details/SRC20TickHeader.tsx":
$src20_details_SRC20TickHeader,
"./islands/stamp/StampCard.tsx": $stamp_StampCard,
"./islands/stamp/StampContent.tsx": $stamp_StampContent,
"./islands/stamp/StampHeader.tsx": $stamp_StampHeader,
"./islands/stamp/StampSearch.tsx": $stamp_StampSearch,
"./islands/stamp/StampSection.tsx": $stamp_StampSection,
"./islands/stamp/details/RecentSales.tsx": $stamp_details_RecentSales,
"./islands/stamp/details/StampBuyModal.tsx": $stamp_details_StampBuyModal,
"./islands/stamp/details/StampCodeModal.tsx": $stamp_details_StampCodeModal,
"./islands/stamp/details/StampImage.tsx": $stamp_details_StampImage,
"./islands/stamp/details/StampImageFullScreen.tsx":
$stamp_details_StampImageFullScreen,
"./islands/stamp/details/StampInfo.tsx": $stamp_details_StampInfo,
"./islands/stamp/details/StampRelatedInfo.tsx":
$stamp_details_StampRelatedInfo,
"./islands/stamp/details/StampTextContent.tsx":
$stamp_details_StampTextContent,
"./islands/stamping/InputField.tsx": $stamping_InputField,
"./islands/stamping/SelectField.tsx": $stamping_SelectField,
"./islands/stamping/StatusMessages.tsx": $stamping_StatusMessages,
"./islands/stamping/src101/register/RecentRegister.tsx":
$stamping_src101_register_RecentRegister,
"./islands/stamping/src101/register/RegisterContent.tsx":
$stamping_src101_register_RegisterContent,
"./islands/stamping/src20/SRC20InputField.tsx":
$stamping_src20_SRC20InputField,
"./islands/stamping/src20/deploy/DeployContent.tsx":
$stamping_src20_deploy_DeployContent,
"./islands/stamping/src20/deploy/RecentDeploy.tsx":
$stamping_src20_deploy_RecentDeploy,
"./islands/stamping/src20/mint/MintContent.tsx":
$stamping_src20_mint_MintContent,
"./islands/stamping/src20/mint/PopularMinting.tsx":
$stamping_src20_mint_PopularMinting,
"./islands/stamping/src20/trade/TradeContent.tsx":
$stamping_src20_trade_TradeContent,
"./islands/stamping/src20/transfer/LatestTransfer.tsx":
$stamping_src20_transfer_LatestTransfer,
"./islands/stamping/src20/transfer/TransferContent.tsx":
$stamping_src20_transfer_TransferContent,
"./islands/stamping/stamp/OlgaContent.tsx": $stamping_stamp_OlgaContent,
"./islands/upload/UploadImageHeader.tsx": $upload_UploadImageHeader,
"./islands/upload/UploadImageTable.tsx": $upload_UploadImageTable,
},
baseUrl: import.meta.url,
} satisfies Manifest;
export default manifest;