@talismn/chaindata-provider 0.10.4 → 0.10.6
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/init/chains/dist/talismn-chaindata-provider-init-chains.cjs.dev.js +10 -6
- package/init/chains/dist/talismn-chaindata-provider-init-chains.cjs.prod.js +10 -6
- package/init/chains/dist/talismn-chaindata-provider-init-chains.esm.js +10 -6
- package/init/mini-metadatas/dist/talismn-chaindata-provider-init-mini-metadatas.cjs.dev.js +81 -81
- package/init/mini-metadatas/dist/talismn-chaindata-provider-init-mini-metadatas.cjs.prod.js +81 -81
- package/init/mini-metadatas/dist/talismn-chaindata-provider-init-mini-metadatas.esm.js +81 -81
- package/init/tokens/dist/talismn-chaindata-provider-init-tokens.cjs.dev.js +30 -0
- package/init/tokens/dist/talismn-chaindata-provider-init-tokens.cjs.prod.js +30 -0
- package/init/tokens/dist/talismn-chaindata-provider-init-tokens.esm.js +30 -0
- package/package.json +1 -1
|
@@ -14,7 +14,7 @@ const chains = [{
|
|
|
14
14
|
chainType: "Live",
|
|
15
15
|
implName: "parity-polkadot",
|
|
16
16
|
specName: "polkadot",
|
|
17
|
-
specVersion: "
|
|
17
|
+
specVersion: "1005001",
|
|
18
18
|
nativeToken: {
|
|
19
19
|
id: "polkadot-substrate-native"
|
|
20
20
|
},
|
|
@@ -258,7 +258,7 @@ const chains = [{
|
|
|
258
258
|
chainType: "Live",
|
|
259
259
|
implName: "parity-kusama",
|
|
260
260
|
specName: "kusama",
|
|
261
|
-
specVersion: "
|
|
261
|
+
specVersion: "1005001",
|
|
262
262
|
nativeToken: {
|
|
263
263
|
id: "kusama-substrate-native"
|
|
264
264
|
},
|
|
@@ -439,7 +439,7 @@ const chains = [{
|
|
|
439
439
|
chainType: "Live",
|
|
440
440
|
implName: "statemine",
|
|
441
441
|
specName: "statemine",
|
|
442
|
-
specVersion: "
|
|
442
|
+
specVersion: "1005001",
|
|
443
443
|
nativeToken: {
|
|
444
444
|
id: "kusama-asset-hub-substrate-native"
|
|
445
445
|
},
|
|
@@ -529,7 +529,7 @@ const chains = [{
|
|
|
529
529
|
chainType: "Live",
|
|
530
530
|
implName: "bridge-hub-kusama",
|
|
531
531
|
specName: "bridge-hub-kusama",
|
|
532
|
-
specVersion: "
|
|
532
|
+
specVersion: "1005001",
|
|
533
533
|
nativeToken: {
|
|
534
534
|
id: "kusama-bridge-hub-substrate-native"
|
|
535
535
|
},
|
|
@@ -589,7 +589,7 @@ const chains = [{
|
|
|
589
589
|
chainType: "Live",
|
|
590
590
|
implName: "statemint",
|
|
591
591
|
specName: "statemint",
|
|
592
|
-
specVersion: "
|
|
592
|
+
specVersion: "1005001",
|
|
593
593
|
nativeToken: {
|
|
594
594
|
id: "polkadot-asset-hub-substrate-native"
|
|
595
595
|
},
|
|
@@ -617,6 +617,8 @@ const chains = [{
|
|
|
617
617
|
id: "polkadot-asset-hub-substrate-foreignassets-ksm"
|
|
618
618
|
}, {
|
|
619
619
|
id: "polkadot-asset-hub-substrate-foreignassets-bnc"
|
|
620
|
+
}, {
|
|
621
|
+
id: "polkadot-asset-hub-substrate-foreignassets-usdc.e"
|
|
620
622
|
}, {
|
|
621
623
|
id: "polkadot-asset-hub-substrate-foreignassets-eqd"
|
|
622
624
|
}, {
|
|
@@ -627,6 +629,8 @@ const chains = [{
|
|
|
627
629
|
id: "polkadot-asset-hub-substrate-foreignassets-vdot"
|
|
628
630
|
}, {
|
|
629
631
|
id: "polkadot-asset-hub-substrate-foreignassets-hdx"
|
|
632
|
+
}, {
|
|
633
|
+
id: "polkadot-asset-hub-substrate-foreignassets-usdt.e"
|
|
630
634
|
}, {
|
|
631
635
|
id: "polkadot-asset-hub-substrate-foreignassets-ajun"
|
|
632
636
|
}, {
|
|
@@ -844,7 +848,7 @@ const chains = [{
|
|
|
844
848
|
chainType: "Live",
|
|
845
849
|
implName: "bridge-hub-polkadot",
|
|
846
850
|
specName: "bridge-hub-polkadot",
|
|
847
|
-
specVersion: "
|
|
851
|
+
specVersion: "1005001",
|
|
848
852
|
nativeToken: {
|
|
849
853
|
id: "polkadot-bridge-hub-substrate-native"
|
|
850
854
|
},
|
|
@@ -14,7 +14,7 @@ const chains = [{
|
|
|
14
14
|
chainType: "Live",
|
|
15
15
|
implName: "parity-polkadot",
|
|
16
16
|
specName: "polkadot",
|
|
17
|
-
specVersion: "
|
|
17
|
+
specVersion: "1005001",
|
|
18
18
|
nativeToken: {
|
|
19
19
|
id: "polkadot-substrate-native"
|
|
20
20
|
},
|
|
@@ -258,7 +258,7 @@ const chains = [{
|
|
|
258
258
|
chainType: "Live",
|
|
259
259
|
implName: "parity-kusama",
|
|
260
260
|
specName: "kusama",
|
|
261
|
-
specVersion: "
|
|
261
|
+
specVersion: "1005001",
|
|
262
262
|
nativeToken: {
|
|
263
263
|
id: "kusama-substrate-native"
|
|
264
264
|
},
|
|
@@ -439,7 +439,7 @@ const chains = [{
|
|
|
439
439
|
chainType: "Live",
|
|
440
440
|
implName: "statemine",
|
|
441
441
|
specName: "statemine",
|
|
442
|
-
specVersion: "
|
|
442
|
+
specVersion: "1005001",
|
|
443
443
|
nativeToken: {
|
|
444
444
|
id: "kusama-asset-hub-substrate-native"
|
|
445
445
|
},
|
|
@@ -529,7 +529,7 @@ const chains = [{
|
|
|
529
529
|
chainType: "Live",
|
|
530
530
|
implName: "bridge-hub-kusama",
|
|
531
531
|
specName: "bridge-hub-kusama",
|
|
532
|
-
specVersion: "
|
|
532
|
+
specVersion: "1005001",
|
|
533
533
|
nativeToken: {
|
|
534
534
|
id: "kusama-bridge-hub-substrate-native"
|
|
535
535
|
},
|
|
@@ -589,7 +589,7 @@ const chains = [{
|
|
|
589
589
|
chainType: "Live",
|
|
590
590
|
implName: "statemint",
|
|
591
591
|
specName: "statemint",
|
|
592
|
-
specVersion: "
|
|
592
|
+
specVersion: "1005001",
|
|
593
593
|
nativeToken: {
|
|
594
594
|
id: "polkadot-asset-hub-substrate-native"
|
|
595
595
|
},
|
|
@@ -617,6 +617,8 @@ const chains = [{
|
|
|
617
617
|
id: "polkadot-asset-hub-substrate-foreignassets-ksm"
|
|
618
618
|
}, {
|
|
619
619
|
id: "polkadot-asset-hub-substrate-foreignassets-bnc"
|
|
620
|
+
}, {
|
|
621
|
+
id: "polkadot-asset-hub-substrate-foreignassets-usdc.e"
|
|
620
622
|
}, {
|
|
621
623
|
id: "polkadot-asset-hub-substrate-foreignassets-eqd"
|
|
622
624
|
}, {
|
|
@@ -627,6 +629,8 @@ const chains = [{
|
|
|
627
629
|
id: "polkadot-asset-hub-substrate-foreignassets-vdot"
|
|
628
630
|
}, {
|
|
629
631
|
id: "polkadot-asset-hub-substrate-foreignassets-hdx"
|
|
632
|
+
}, {
|
|
633
|
+
id: "polkadot-asset-hub-substrate-foreignassets-usdt.e"
|
|
630
634
|
}, {
|
|
631
635
|
id: "polkadot-asset-hub-substrate-foreignassets-ajun"
|
|
632
636
|
}, {
|
|
@@ -844,7 +848,7 @@ const chains = [{
|
|
|
844
848
|
chainType: "Live",
|
|
845
849
|
implName: "bridge-hub-polkadot",
|
|
846
850
|
specName: "bridge-hub-polkadot",
|
|
847
|
-
specVersion: "
|
|
851
|
+
specVersion: "1005001",
|
|
848
852
|
nativeToken: {
|
|
849
853
|
id: "polkadot-bridge-hub-substrate-native"
|
|
850
854
|
},
|
|
@@ -12,7 +12,7 @@ const chains = [{
|
|
|
12
12
|
chainType: "Live",
|
|
13
13
|
implName: "parity-polkadot",
|
|
14
14
|
specName: "polkadot",
|
|
15
|
-
specVersion: "
|
|
15
|
+
specVersion: "1005001",
|
|
16
16
|
nativeToken: {
|
|
17
17
|
id: "polkadot-substrate-native"
|
|
18
18
|
},
|
|
@@ -256,7 +256,7 @@ const chains = [{
|
|
|
256
256
|
chainType: "Live",
|
|
257
257
|
implName: "parity-kusama",
|
|
258
258
|
specName: "kusama",
|
|
259
|
-
specVersion: "
|
|
259
|
+
specVersion: "1005001",
|
|
260
260
|
nativeToken: {
|
|
261
261
|
id: "kusama-substrate-native"
|
|
262
262
|
},
|
|
@@ -437,7 +437,7 @@ const chains = [{
|
|
|
437
437
|
chainType: "Live",
|
|
438
438
|
implName: "statemine",
|
|
439
439
|
specName: "statemine",
|
|
440
|
-
specVersion: "
|
|
440
|
+
specVersion: "1005001",
|
|
441
441
|
nativeToken: {
|
|
442
442
|
id: "kusama-asset-hub-substrate-native"
|
|
443
443
|
},
|
|
@@ -527,7 +527,7 @@ const chains = [{
|
|
|
527
527
|
chainType: "Live",
|
|
528
528
|
implName: "bridge-hub-kusama",
|
|
529
529
|
specName: "bridge-hub-kusama",
|
|
530
|
-
specVersion: "
|
|
530
|
+
specVersion: "1005001",
|
|
531
531
|
nativeToken: {
|
|
532
532
|
id: "kusama-bridge-hub-substrate-native"
|
|
533
533
|
},
|
|
@@ -587,7 +587,7 @@ const chains = [{
|
|
|
587
587
|
chainType: "Live",
|
|
588
588
|
implName: "statemint",
|
|
589
589
|
specName: "statemint",
|
|
590
|
-
specVersion: "
|
|
590
|
+
specVersion: "1005001",
|
|
591
591
|
nativeToken: {
|
|
592
592
|
id: "polkadot-asset-hub-substrate-native"
|
|
593
593
|
},
|
|
@@ -615,6 +615,8 @@ const chains = [{
|
|
|
615
615
|
id: "polkadot-asset-hub-substrate-foreignassets-ksm"
|
|
616
616
|
}, {
|
|
617
617
|
id: "polkadot-asset-hub-substrate-foreignassets-bnc"
|
|
618
|
+
}, {
|
|
619
|
+
id: "polkadot-asset-hub-substrate-foreignassets-usdc.e"
|
|
618
620
|
}, {
|
|
619
621
|
id: "polkadot-asset-hub-substrate-foreignassets-eqd"
|
|
620
622
|
}, {
|
|
@@ -625,6 +627,8 @@ const chains = [{
|
|
|
625
627
|
id: "polkadot-asset-hub-substrate-foreignassets-vdot"
|
|
626
628
|
}, {
|
|
627
629
|
id: "polkadot-asset-hub-substrate-foreignassets-hdx"
|
|
630
|
+
}, {
|
|
631
|
+
id: "polkadot-asset-hub-substrate-foreignassets-usdt.e"
|
|
628
632
|
}, {
|
|
629
633
|
id: "polkadot-asset-hub-substrate-foreignassets-ajun"
|
|
630
634
|
}, {
|
|
@@ -842,7 +846,7 @@ const chains = [{
|
|
|
842
846
|
chainType: "Live",
|
|
843
847
|
implName: "bridge-hub-polkadot",
|
|
844
848
|
specName: "bridge-hub-polkadot",
|
|
845
|
-
specVersion: "
|
|
849
|
+
specVersion: "1005001",
|
|
846
850
|
nativeToken: {
|
|
847
851
|
id: "polkadot-bridge-hub-substrate-native"
|
|
848
852
|
},
|