@polkadot-api/known-chains 0.4.0 → 0.5.0
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.
- package/dist/{chunk-LRZTZOC5.mjs → chunk-7LHMQN2G.mjs} +5 -5
- package/dist/{chunk-LRZTZOC5.mjs.map → chunk-7LHMQN2G.mjs.map} +1 -1
- package/dist/chunk-7YLFYSD3.mjs +31 -0
- package/dist/chunk-7YLFYSD3.mjs.map +1 -0
- package/dist/{chunk-HLBLGHYL.mjs → chunk-B6OJDZ2R.mjs} +5 -5
- package/dist/chunk-B6OJDZ2R.mjs.map +1 -0
- package/dist/chunk-D7XKE5XB.mjs +50 -0
- package/dist/chunk-D7XKE5XB.mjs.map +1 -0
- package/dist/{chunk-CQCPCZWK.mjs → chunk-HA5J64RO.mjs} +5 -5
- package/dist/{chunk-CQCPCZWK.mjs.map → chunk-HA5J64RO.mjs.map} +1 -1
- package/dist/chunk-NHA65ZPX.mjs +67 -0
- package/dist/chunk-NHA65ZPX.mjs.map +1 -0
- package/dist/{chunk-NXD3M76U.mjs → chunk-SYH75NOF.mjs} +5 -5
- package/dist/{chunk-NXD3M76U.mjs.map → chunk-SYH75NOF.mjs.map} +1 -1
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +105 -60
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +38 -34
- package/dist/specs/ksmcc3.js +4 -4
- package/dist/specs/ksmcc3.js.map +1 -1
- package/dist/specs/ksmcc3.mjs +1 -1
- package/dist/specs/ksmcc3_encointer.d.mts +3 -0
- package/dist/specs/ksmcc3_encointer.d.ts +3 -0
- package/dist/specs/ksmcc3_encointer.js +70 -0
- package/dist/specs/ksmcc3_encointer.js.map +1 -0
- package/dist/specs/ksmcc3_encointer.mjs +7 -0
- package/dist/specs/ksmcc3_encointer.mjs.map +1 -0
- package/dist/specs/paseo.js +4 -4
- package/dist/specs/paseo.js.map +1 -1
- package/dist/specs/paseo.mjs +1 -1
- package/dist/specs/paseo_asset_hub.js +4 -6
- package/dist/specs/paseo_asset_hub.js.map +1 -1
- package/dist/specs/paseo_asset_hub.mjs +1 -1
- package/dist/specs/polkadot.js +4 -4
- package/dist/specs/polkadot.js.map +1 -1
- package/dist/specs/polkadot.mjs +1 -1
- package/dist/specs/rococo_v2_2.js +4 -4
- package/dist/specs/rococo_v2_2.js.map +1 -1
- package/dist/specs/rococo_v2_2.mjs +1 -1
- package/dist/specs/westend2.js +4 -4
- package/dist/specs/westend2.js.map +1 -1
- package/dist/specs/westend2.mjs +1 -1
- package/ksmcc3_encointer/package.json +9 -0
- package/package.json +28 -43
- package/dist/chunk-HLBLGHYL.mjs.map +0 -1
- package/dist/chunk-PUB5YIOR.mjs +0 -33
- package/dist/chunk-PUB5YIOR.mjs.map +0 -1
- package/dist/chunk-QXWLTZSW.mjs +0 -67
- package/dist/chunk-QXWLTZSW.mjs.map +0 -1
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
// src/specs/paseo_asset_hub.ts
|
|
2
|
+
var chainSpec = `{
|
|
3
|
+
"name": "Paseo Asset Hub",
|
|
4
|
+
"id": "asset-hub-paseo",
|
|
5
|
+
"chainType": "Live",
|
|
6
|
+
"bootNodes": [
|
|
7
|
+
"/dns/asset-hub-paseo-bootnode.turboflakes.io/tcp/30330/p2p/12D3KooWJzfVkdDnKfn2hQ1c3ysrbmReTjVKrEBHkdwgZThbB1BM",
|
|
8
|
+
"/dns/asset-hub-paseo-bootnode.turboflakes.io/tcp/30430/wss/p2p/12D3KooWJzfVkdDnKfn2hQ1c3ysrbmReTjVKrEBHkdwgZThbB1BM",
|
|
9
|
+
"/dns/asset-hub-paseo.bootnode.amforc.com/tcp/29999/wss/p2p/12D3KooWLGk5uPRPnfVafLXSuMiFn1nPUbUqHFB9Ac5ps14g9Vpe",
|
|
10
|
+
"/dns/asset-hub-paseo.bootnode.amforc.com/tcp/30004/p2p/12D3KooWLGk5uPRPnfVafLXSuMiFn1nPUbUqHFB9Ac5ps14g9Vpe"
|
|
11
|
+
],
|
|
12
|
+
"telemetryEndpoints": null,
|
|
13
|
+
"protocolId": null,
|
|
14
|
+
"properties": {
|
|
15
|
+
"ss58Format": 42,
|
|
16
|
+
"tokenDecimals": 10,
|
|
17
|
+
"tokenSymbol": "PAS"
|
|
18
|
+
},
|
|
19
|
+
"relay_chain": "paseo",
|
|
20
|
+
"para_id": 1000,
|
|
21
|
+
"codeSubstitutes": {},
|
|
22
|
+
"genesis": {
|
|
23
|
+
"stateRootHash": "0xe24abb446f9aa757610fedc53cc631536f3b456a927a1ab1b9018ea2df3c925d"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
`;
|
|
27
|
+
|
|
28
|
+
export {
|
|
29
|
+
chainSpec
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=chunk-7YLFYSD3.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/specs/paseo_asset_hub.ts"],"sourcesContent":["export const chainSpec: string = `{\n \"name\": \"Paseo Asset Hub\",\n \"id\": \"asset-hub-paseo\",\n \"chainType\": \"Live\",\n \"bootNodes\": [\n \"/dns/asset-hub-paseo-bootnode.turboflakes.io/tcp/30330/p2p/12D3KooWJzfVkdDnKfn2hQ1c3ysrbmReTjVKrEBHkdwgZThbB1BM\",\n \"/dns/asset-hub-paseo-bootnode.turboflakes.io/tcp/30430/wss/p2p/12D3KooWJzfVkdDnKfn2hQ1c3ysrbmReTjVKrEBHkdwgZThbB1BM\",\n \"/dns/asset-hub-paseo.bootnode.amforc.com/tcp/29999/wss/p2p/12D3KooWLGk5uPRPnfVafLXSuMiFn1nPUbUqHFB9Ac5ps14g9Vpe\",\n \"/dns/asset-hub-paseo.bootnode.amforc.com/tcp/30004/p2p/12D3KooWLGk5uPRPnfVafLXSuMiFn1nPUbUqHFB9Ac5ps14g9Vpe\"\n ],\n \"telemetryEndpoints\": null,\n \"protocolId\": null,\n \"properties\": {\n \"ss58Format\": 42,\n \"tokenDecimals\": 10,\n \"tokenSymbol\": \"PAS\"\n },\n \"relay_chain\": \"paseo\",\n \"para_id\": 1000,\n \"codeSubstitutes\": {},\n \"genesis\": {\n \"stateRootHash\": \"0xe24abb446f9aa757610fedc53cc631536f3b456a927a1ab1b9018ea2df3c925d\"\n }\n}\n`\n"],"mappings":";AAAO,IAAM,YAAoB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;","names":[]}
|