@bloxbean/yaci-viewer
Version:
A Cardano blockchain data viewer for developers. It works with the Yaci-Store backend, supporting both a local devnet and public networks.
171 lines (165 loc) • 5.48 kB
JavaScript
const manifest = (() => {
function __memo(fn) {
let value;
return () => value ??= (value = fn());
}
return {
appDir: "_app",
appPath: "_app",
assets: new Set(["favicon.png"]),
mimeTypes: {".png":"image/png"},
_: {
client: {"start":"_app/immutable/entry/start.C7Ln8Emd.js","app":"_app/immutable/entry/app.BSAPz0r4.js","imports":["_app/immutable/entry/start.C7Ln8Emd.js","_app/immutable/chunks/entry.CYtqVooA.js","_app/immutable/chunks/runtime.NVyxXVLy.js","_app/immutable/chunks/index.DQ_X5mOz.js","_app/immutable/chunks/index-client.TDQqURXd.js","_app/immutable/entry/app.BSAPz0r4.js","_app/immutable/chunks/preload-helper.C1FmrZbK.js","_app/immutable/chunks/runtime.NVyxXVLy.js","_app/immutable/chunks/render.Dr_6zaa7.js","_app/immutable/chunks/disclose-version.BTC8Bk4r.js","_app/immutable/chunks/if.DkuB8BPo.js","_app/immutable/chunks/props.Btle0pBM.js","_app/immutable/chunks/store.EL_7F1Fq.js","_app/immutable/chunks/index-client.TDQqURXd.js"],"stylesheets":[],"fonts":[],"uses_env_dynamic_public":true},
nodes: [
__memo(() => import('./chunks/0-CNSbYEX5.js')),
__memo(() => import('./chunks/1-CP1sUUcn.js')),
__memo(() => import('./chunks/2-zl9dV3dP.js')),
__memo(() => import('./chunks/3-DC3Yp6n_.js')),
__memo(() => import('./chunks/4-BGZIFO5E.js')),
__memo(() => import('./chunks/5-leUOcuw0.js')),
__memo(() => import('./chunks/6-BAKE6JVo.js')),
__memo(() => import('./chunks/7-ByeH0fHv.js')),
__memo(() => import('./chunks/8-C4Awi4f5.js')),
__memo(() => import('./chunks/9-DExU8ciw.js')),
__memo(() => import('./chunks/10-DRRvr_Ze.js')),
__memo(() => import('./chunks/11-DFXV8ybL.js')),
__memo(() => import('./chunks/12-DvFs-nBh.js')),
__memo(() => import('./chunks/13-Cn9UYBzq.js')),
__memo(() => import('./chunks/14-Dk6kX-kq.js')),
__memo(() => import('./chunks/15-BVH_afIM.js')),
__memo(() => import('./chunks/16-8R_XxpQq.js')),
__memo(() => import('./chunks/17-DQYg0qgD.js')),
__memo(() => import('./chunks/18-1Q-gWmnz.js'))
],
routes: [
{
id: "/",
pattern: /^\/$/,
params: [],
page: { layouts: [0,], errors: [1,], leaf: 2 },
endpoint: null
},
{
id: "/blocks",
pattern: /^\/blocks\/?$/,
params: [],
page: { layouts: [0,], errors: [1,], leaf: 3 },
endpoint: null
},
{
id: "/blocks/[number]",
pattern: /^\/blocks\/([^/]+?)\/?$/,
params: [{"name":"number","optional":false,"rest":false,"chained":false}],
page: { layouts: [0,], errors: [1,], leaf: 4 },
endpoint: null
},
{
id: "/certificates/delegations",
pattern: /^\/certificates\/delegations\/?$/,
params: [],
page: { layouts: [0,], errors: [1,], leaf: 5 },
endpoint: null
},
{
id: "/certificates/pool-registrations",
pattern: /^\/certificates\/pool-registrations\/?$/,
params: [],
page: { layouts: [0,], errors: [1,], leaf: 6 },
endpoint: null
},
{
id: "/certificates/pool-retirements",
pattern: /^\/certificates\/pool-retirements\/?$/,
params: [],
page: { layouts: [0,], errors: [1,], leaf: 7 },
endpoint: null
},
{
id: "/certificates/stakekey-deregistrations",
pattern: /^\/certificates\/stakekey-deregistrations\/?$/,
params: [],
page: { layouts: [0,], errors: [1,], leaf: 8 },
endpoint: null
},
{
id: "/certificates/stakekey-registrations",
pattern: /^\/certificates\/stakekey-registrations\/?$/,
params: [],
page: { layouts: [0,], errors: [1,], leaf: 9 },
endpoint: null
},
{
id: "/governance",
pattern: /^\/governance\/?$/,
params: [],
page: { layouts: [0,], errors: [1,], leaf: 10 },
endpoint: null
},
{
id: "/governance/drep-deregistrations",
pattern: /^\/governance\/drep-deregistrations\/?$/,
params: [],
page: { layouts: [0,], errors: [1,], leaf: 11 },
endpoint: null
},
{
id: "/governance/drep-registrations",
pattern: /^\/governance\/drep-registrations\/?$/,
params: [],
page: { layouts: [0,], errors: [1,], leaf: 12 },
endpoint: null
},
{
id: "/governance/drep-updates",
pattern: /^\/governance\/drep-updates\/?$/,
params: [],
page: { layouts: [0,], errors: [1,], leaf: 13 },
endpoint: null
},
{
id: "/governance/govactions",
pattern: /^\/governance\/govactions\/?$/,
params: [],
page: { layouts: [0,], errors: [1,], leaf: 14 },
endpoint: null
},
{
id: "/governance/govactions/[actionid]",
pattern: /^\/governance\/govactions\/([^/]+?)\/?$/,
params: [{"name":"actionid","optional":false,"rest":false,"chained":false}],
page: { layouts: [0,], errors: [1,], leaf: 15 },
endpoint: null
},
{
id: "/governance/votes",
pattern: /^\/governance\/votes\/?$/,
params: [],
page: { layouts: [0,], errors: [1,], leaf: 16 },
endpoint: null
},
{
id: "/transactions",
pattern: /^\/transactions\/?$/,
params: [],
page: { layouts: [0,], errors: [1,], leaf: 17 },
endpoint: null
},
{
id: "/transactions/[id]",
pattern: /^\/transactions\/([^/]+?)\/?$/,
params: [{"name":"id","optional":false,"rest":false,"chained":false}],
page: { layouts: [0,], errors: [1,], leaf: 18 },
endpoint: null
}
],
matchers: async () => {
return { };
},
server_assets: {}
}
}
})();
const prerendered = new Set([]);
const base = "";
export { base, manifest, prerendered };
//# sourceMappingURL=manifest.js.map