@talismn/chaindata-provider 0.11.1 → 1.0.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/declarations/src/chaindata/index.d.ts +5 -0
- package/dist/declarations/src/chaindata/miniMetadata.d.ts +17 -0
- package/dist/declarations/src/chaindata/networks/DotNetwork.d.ts +85 -0
- package/dist/declarations/src/chaindata/networks/EthNetwork.d.ts +52 -0
- package/dist/declarations/src/chaindata/networks/Network.d.ts +105 -0
- package/dist/declarations/src/chaindata/networks/NetworkBase.d.ts +21 -0
- package/dist/declarations/src/chaindata/networks/index.d.ts +4 -0
- package/dist/declarations/src/chaindata/shared/EthereumAddress.d.ts +3 -0
- package/dist/declarations/src/chaindata/shared/HexString.d.ts +3 -0
- package/dist/declarations/src/chaindata/shared/index.d.ts +2 -0
- package/dist/declarations/src/chaindata/tokens/EvmErc20Token.d.ts +30 -0
- package/dist/declarations/src/chaindata/tokens/EvmNativeToken.d.ts +28 -0
- package/dist/declarations/src/chaindata/tokens/EvmUniswapV2Token.d.ts +39 -0
- package/dist/declarations/src/chaindata/tokens/SubstrateAssetsToken.d.ts +33 -0
- package/dist/declarations/src/chaindata/tokens/SubstrateForeignAssetsToken.d.ts +32 -0
- package/dist/declarations/src/chaindata/tokens/SubstrateHydrationToken.d.ts +36 -0
- package/dist/declarations/src/chaindata/tokens/SubstrateNativeToken.d.ts +31 -0
- package/dist/declarations/src/chaindata/tokens/SubstratePsp22Token.d.ts +30 -0
- package/dist/declarations/src/chaindata/tokens/SubstrateTokensToken.d.ts +32 -0
- package/dist/declarations/src/chaindata/tokens/Token.d.ts +615 -0
- package/dist/declarations/src/chaindata/tokens/TokenBase.d.ts +14 -0
- package/dist/declarations/src/chaindata/tokens/index.d.ts +11 -0
- package/dist/declarations/src/chaindata/tokens/utils.d.ts +1 -0
- package/dist/declarations/src/chaindata/utils.d.ts +362 -0
- package/dist/declarations/src/constants.d.ts +3 -19
- package/dist/declarations/src/index.d.ts +5 -5
- package/dist/declarations/src/{types → legacy}/Chain.d.ts +18 -15
- package/dist/declarations/src/{types → legacy}/EvmNetwork.d.ts +22 -13
- package/dist/declarations/src/legacy/TalismanChaindataDatabase.d.ts +13 -0
- package/dist/declarations/src/legacy/index.d.ts +3 -0
- package/dist/declarations/src/provider/ChaindataProvider.d.ts +502 -0
- package/dist/declarations/src/provider/ChaindataProviderInterface.d.ts +30 -0
- package/dist/declarations/src/provider/index.d.ts +2 -0
- package/dist/declarations/src/state/db.d.ts +11 -0
- package/dist/declarations/src/state/defaultChaindata.d.ts +248 -0
- package/dist/declarations/src/state/index.d.ts +2 -0
- package/dist/declarations/src/state/net.d.ts +248 -0
- package/dist/declarations/src/state/schema.d.ts +1090 -0
- package/dist/declarations/src/util.d.ts +6 -24
- package/dist/talismn-chaindata-provider.cjs.dev.js +4631 -728
- package/dist/talismn-chaindata-provider.cjs.prod.js +4631 -728
- package/dist/talismn-chaindata-provider.esm.js +4543 -680
- package/package.json +9 -10
- package/dist/declarations/src/ChaindataProvider.d.ts +0 -91
- package/dist/declarations/src/TalismanChaindataDatabase.d.ts +0 -9
- package/dist/declarations/src/init/chains.d.ts +0 -247
- package/dist/declarations/src/init/evm-networks.d.ts +0 -62
- package/dist/declarations/src/init/index.d.ts +0 -5
- package/dist/declarations/src/init/mini-metadatas.d.ts +0 -21
- package/dist/declarations/src/init/tokens.d.ts +0 -103
- package/dist/declarations/src/net.d.ts +0 -8
- package/dist/declarations/src/types/ChaindataProviderInterface.d.ts +0 -42
- package/dist/declarations/src/types/MultiChain.d.ts +0 -9
- package/dist/declarations/src/types/Token/EvmErc20Token.d.ts +0 -15
- package/dist/declarations/src/types/Token/EvmNativeToken.d.ts +0 -10
- package/dist/declarations/src/types/Token/EvmUniswapV2Token.d.ts +0 -22
- package/dist/declarations/src/types/Token/SubstrateAssetsToken.d.ts +0 -12
- package/dist/declarations/src/types/Token/SubstrateEquilibriumToken.d.ts +0 -11
- package/dist/declarations/src/types/Token/SubstrateForeignAssetsToken.d.ts +0 -12
- package/dist/declarations/src/types/Token/SubstrateNativeToken.d.ts +0 -13
- package/dist/declarations/src/types/Token/SubstratePsp22Token.d.ts +0 -11
- package/dist/declarations/src/types/Token/SubstrateTokensToken.d.ts +0 -11
- package/dist/declarations/src/types/Token/index.d.ts +0 -26
- package/dist/declarations/src/types/Token/types.d.ts +0 -27
- package/dist/declarations/src/types/index.d.ts +0 -5
- package/dist/net-BhB7Jeg9.cjs.dev.js +0 -89
- package/dist/net-BhB7Jeg9.cjs.prod.js +0 -89
- package/dist/net-Bp9Le9Gn.esm.js +0 -55
- package/init/chains/dist/talismn-chaindata-provider-init-chains.cjs.d.ts +0 -1
- package/init/chains/dist/talismn-chaindata-provider-init-chains.cjs.dev.js +0 -904
- package/init/chains/dist/talismn-chaindata-provider-init-chains.cjs.js +0 -7
- package/init/chains/dist/talismn-chaindata-provider-init-chains.cjs.prod.js +0 -904
- package/init/chains/dist/talismn-chaindata-provider-init-chains.esm.js +0 -902
- package/init/chains/package.json +0 -4
- package/init/evm-networks/dist/talismn-chaindata-provider-init-evm-networks.cjs.d.ts +0 -1
- package/init/evm-networks/dist/talismn-chaindata-provider-init-evm-networks.cjs.dev.js +0 -70
- package/init/evm-networks/dist/talismn-chaindata-provider-init-evm-networks.cjs.js +0 -7
- package/init/evm-networks/dist/talismn-chaindata-provider-init-evm-networks.cjs.prod.js +0 -70
- package/init/evm-networks/dist/talismn-chaindata-provider-init-evm-networks.esm.js +0 -68
- package/init/evm-networks/package.json +0 -4
- package/init/mini-metadatas/dist/talismn-chaindata-provider-init-mini-metadatas.cjs.d.ts +0 -1
- package/init/mini-metadatas/dist/talismn-chaindata-provider-init-mini-metadatas.cjs.dev.js +0 -311
- package/init/mini-metadatas/dist/talismn-chaindata-provider-init-mini-metadatas.cjs.js +0 -7
- package/init/mini-metadatas/dist/talismn-chaindata-provider-init-mini-metadatas.cjs.prod.js +0 -311
- package/init/mini-metadatas/dist/talismn-chaindata-provider-init-mini-metadatas.esm.js +0 -309
- package/init/mini-metadatas/package.json +0 -4
- package/init/tokens/dist/talismn-chaindata-provider-init-tokens.cjs.d.ts +0 -1
- package/init/tokens/dist/talismn-chaindata-provider-init-tokens.cjs.dev.js +0 -436
- package/init/tokens/dist/talismn-chaindata-provider-init-tokens.cjs.js +0 -7
- package/init/tokens/dist/talismn-chaindata-provider-init-tokens.cjs.prod.js +0 -436
- package/init/tokens/dist/talismn-chaindata-provider-init-tokens.esm.js +0 -434
- package/init/tokens/package.json +0 -4
- package/net/dist/talismn-chaindata-provider-net.cjs.d.ts +0 -1
- package/net/dist/talismn-chaindata-provider-net.cjs.dev.js +0 -14
- package/net/dist/talismn-chaindata-provider-net.cjs.js +0 -7
- package/net/dist/talismn-chaindata-provider-net.cjs.prod.js +0 -14
- package/net/dist/talismn-chaindata-provider-net.esm.js +0 -1
- package/net/package.json +0 -4
|
@@ -1,904 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
const chains = [{
|
|
4
|
-
id: "polkadot",
|
|
5
|
-
isTestnet: false,
|
|
6
|
-
isDefault: true,
|
|
7
|
-
sortIndex: 1,
|
|
8
|
-
genesisHash: "0x91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
|
|
9
|
-
prefix: 0,
|
|
10
|
-
name: "Polkadot",
|
|
11
|
-
themeColor: "#e6007a",
|
|
12
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/chains/polkadot.svg",
|
|
13
|
-
chainName: "Polkadot",
|
|
14
|
-
chainType: "Live",
|
|
15
|
-
implName: "parity-polkadot",
|
|
16
|
-
specName: "polkadot",
|
|
17
|
-
specVersion: "1005001",
|
|
18
|
-
nativeToken: {
|
|
19
|
-
id: "polkadot-substrate-native"
|
|
20
|
-
},
|
|
21
|
-
tokens: [{
|
|
22
|
-
id: "polkadot-substrate-native"
|
|
23
|
-
}],
|
|
24
|
-
account: "*25519",
|
|
25
|
-
blockExplorerUrls: ["https://polkadot.subscan.io/"],
|
|
26
|
-
subscanUrl: "https://polkadot.subscan.io/",
|
|
27
|
-
chainspecQrUrl: "https://metadata.parity.io/qr/polkadot_specs.png",
|
|
28
|
-
latestMetadataQrUrl: "https://metadata.parity.io/qr/polkadot_metadata_latest.apng",
|
|
29
|
-
isUnknownFeeToken: false,
|
|
30
|
-
feeToken: null,
|
|
31
|
-
rpcs: [{
|
|
32
|
-
url: "wss://rpc.ibp.network/polkadot"
|
|
33
|
-
}, {
|
|
34
|
-
url: "wss://polkadot-rpc.dwellir.com"
|
|
35
|
-
}, {
|
|
36
|
-
url: "wss://polkadot-rpc-tn.dwellir.com"
|
|
37
|
-
}, {
|
|
38
|
-
url: "wss://polkadot-rpc.publicnode.com"
|
|
39
|
-
}, {
|
|
40
|
-
url: "wss://polkadot-public-rpc.blockops.network/ws"
|
|
41
|
-
}, {
|
|
42
|
-
url: "wss://rpc-polkadot.helixstreet.io"
|
|
43
|
-
}, {
|
|
44
|
-
url: "wss://polkadot.dotters.network"
|
|
45
|
-
}, {
|
|
46
|
-
url: "wss://rpc-polkadot.luckyfriday.io"
|
|
47
|
-
}, {
|
|
48
|
-
url: "wss://polkadot.rpc.permanence.io"
|
|
49
|
-
}, {
|
|
50
|
-
url: "wss://rockx-dot.w3node.com/polka-public-dot/ws"
|
|
51
|
-
}, {
|
|
52
|
-
url: "wss://dot-rpc.stakeworld.io"
|
|
53
|
-
}, {
|
|
54
|
-
url: "wss://polkadot.public.curie.radiumblock.co/ws"
|
|
55
|
-
}, {
|
|
56
|
-
url: "wss://polkadot.rpc.subquery.network/public/ws"
|
|
57
|
-
}],
|
|
58
|
-
evmNetworks: [],
|
|
59
|
-
parathreads: [{
|
|
60
|
-
id: "acala",
|
|
61
|
-
paraId: 2000,
|
|
62
|
-
name: "Acala"
|
|
63
|
-
}, {
|
|
64
|
-
id: "ajuna",
|
|
65
|
-
paraId: 2051,
|
|
66
|
-
name: "Ajuna"
|
|
67
|
-
}, {
|
|
68
|
-
id: "astar",
|
|
69
|
-
paraId: 2006,
|
|
70
|
-
name: "Astar"
|
|
71
|
-
}, {
|
|
72
|
-
id: "aventus",
|
|
73
|
-
paraId: 2056,
|
|
74
|
-
name: "Aventus"
|
|
75
|
-
}, {
|
|
76
|
-
id: "bifrost-polkadot",
|
|
77
|
-
paraId: 2030,
|
|
78
|
-
name: "Bifrost Polkadot"
|
|
79
|
-
}, {
|
|
80
|
-
id: "bitgreen",
|
|
81
|
-
paraId: 2048,
|
|
82
|
-
name: "Bitgreen"
|
|
83
|
-
}, {
|
|
84
|
-
id: "centrifuge-polkadot",
|
|
85
|
-
paraId: 2031,
|
|
86
|
-
name: "Centrifuge"
|
|
87
|
-
}, {
|
|
88
|
-
id: "composable-finance",
|
|
89
|
-
paraId: 2019,
|
|
90
|
-
name: "Composable Finance"
|
|
91
|
-
}, {
|
|
92
|
-
id: "continuum",
|
|
93
|
-
paraId: 3346,
|
|
94
|
-
name: "Continuum"
|
|
95
|
-
}, {
|
|
96
|
-
id: "crust-parachain",
|
|
97
|
-
paraId: 2008,
|
|
98
|
-
name: "Crust"
|
|
99
|
-
}, {
|
|
100
|
-
id: "darwinia",
|
|
101
|
-
paraId: 2046,
|
|
102
|
-
name: "Darwinia"
|
|
103
|
-
}, {
|
|
104
|
-
id: "ewx",
|
|
105
|
-
paraId: 3345,
|
|
106
|
-
name: "Energy Web X"
|
|
107
|
-
}, {
|
|
108
|
-
id: "frequency",
|
|
109
|
-
paraId: 2091,
|
|
110
|
-
name: "Frequency"
|
|
111
|
-
}, {
|
|
112
|
-
id: "heima",
|
|
113
|
-
paraId: 2013,
|
|
114
|
-
name: "Heima"
|
|
115
|
-
}, {
|
|
116
|
-
id: "hydradx",
|
|
117
|
-
paraId: 2034,
|
|
118
|
-
name: "Hydration"
|
|
119
|
-
}, {
|
|
120
|
-
id: "hyperbridge-polkadot",
|
|
121
|
-
paraId: 3367,
|
|
122
|
-
name: "Hyperbridge"
|
|
123
|
-
}, {
|
|
124
|
-
id: "integritee-polkadot",
|
|
125
|
-
paraId: 3359,
|
|
126
|
-
name: "Integritee"
|
|
127
|
-
}, {
|
|
128
|
-
id: "interlay",
|
|
129
|
-
paraId: 2032,
|
|
130
|
-
name: "Interlay"
|
|
131
|
-
}, {
|
|
132
|
-
id: "invarch",
|
|
133
|
-
paraId: 3340,
|
|
134
|
-
name: "InvArch"
|
|
135
|
-
}, {
|
|
136
|
-
id: "jamton",
|
|
137
|
-
paraId: 3397,
|
|
138
|
-
name: "Jamton"
|
|
139
|
-
}, {
|
|
140
|
-
id: "kilt-spiritnet",
|
|
141
|
-
paraId: 2086,
|
|
142
|
-
name: "KILT Spiritnet"
|
|
143
|
-
}, {
|
|
144
|
-
id: "laos",
|
|
145
|
-
paraId: 3370,
|
|
146
|
-
name: "LAOS"
|
|
147
|
-
}, {
|
|
148
|
-
id: "logion-polkadot",
|
|
149
|
-
paraId: 3354,
|
|
150
|
-
name: "Logion"
|
|
151
|
-
}, {
|
|
152
|
-
id: "manta",
|
|
153
|
-
paraId: 2104,
|
|
154
|
-
name: "Manta"
|
|
155
|
-
}, {
|
|
156
|
-
id: "moonbeam",
|
|
157
|
-
paraId: 2004,
|
|
158
|
-
name: "Moonbeam"
|
|
159
|
-
}, {
|
|
160
|
-
id: "mythos",
|
|
161
|
-
paraId: 3369,
|
|
162
|
-
name: "Mythos"
|
|
163
|
-
}, {
|
|
164
|
-
id: "neuroweb",
|
|
165
|
-
paraId: 2043,
|
|
166
|
-
name: "NeuroWeb"
|
|
167
|
-
}, {
|
|
168
|
-
id: "nodle-polkadot",
|
|
169
|
-
paraId: 2026,
|
|
170
|
-
name: "Nodle"
|
|
171
|
-
}, {
|
|
172
|
-
id: "parallel",
|
|
173
|
-
paraId: 2012,
|
|
174
|
-
name: "Parallel"
|
|
175
|
-
}, {
|
|
176
|
-
id: "peaq",
|
|
177
|
-
paraId: 3338,
|
|
178
|
-
name: "Peaq"
|
|
179
|
-
}, {
|
|
180
|
-
id: "pendulum",
|
|
181
|
-
paraId: 2094,
|
|
182
|
-
name: "Pendulum"
|
|
183
|
-
}, {
|
|
184
|
-
id: "phala",
|
|
185
|
-
paraId: 2035,
|
|
186
|
-
name: "Phala"
|
|
187
|
-
}, {
|
|
188
|
-
id: "polimec",
|
|
189
|
-
paraId: 3344,
|
|
190
|
-
name: "Polimec"
|
|
191
|
-
}, {
|
|
192
|
-
id: "polkadex-polkadot-2",
|
|
193
|
-
paraId: 2040,
|
|
194
|
-
name: "Polkadex"
|
|
195
|
-
}, {
|
|
196
|
-
id: "polkadot-asset-hub",
|
|
197
|
-
paraId: 1000,
|
|
198
|
-
name: "Polkadot Asset Hub"
|
|
199
|
-
}, {
|
|
200
|
-
id: "polkadot-bridge-hub",
|
|
201
|
-
paraId: 1002,
|
|
202
|
-
name: "Polkadot Bridge Hub"
|
|
203
|
-
}, {
|
|
204
|
-
id: "polkadot-collectives",
|
|
205
|
-
paraId: 1001,
|
|
206
|
-
name: "Polkadot Collectives"
|
|
207
|
-
}, {
|
|
208
|
-
id: "polkadot-coretime",
|
|
209
|
-
paraId: 1005,
|
|
210
|
-
name: "Polkadot Coretime"
|
|
211
|
-
}, {
|
|
212
|
-
id: "polkadot-people",
|
|
213
|
-
paraId: 1004,
|
|
214
|
-
name: "Polkadot People"
|
|
215
|
-
}, {
|
|
216
|
-
id: "robonomics-polkadot",
|
|
217
|
-
paraId: 3388,
|
|
218
|
-
name: "Robonomics Polkadot"
|
|
219
|
-
}, {
|
|
220
|
-
id: "sora-polkadot",
|
|
221
|
-
paraId: 2025,
|
|
222
|
-
name: "Sora"
|
|
223
|
-
}, {
|
|
224
|
-
id: "subsocial-polkadot",
|
|
225
|
-
paraId: 2101,
|
|
226
|
-
name: "Subsocial"
|
|
227
|
-
}, {
|
|
228
|
-
id: "unique",
|
|
229
|
-
paraId: 2037,
|
|
230
|
-
name: "Unique"
|
|
231
|
-
}, {
|
|
232
|
-
id: "zeitgeist",
|
|
233
|
-
paraId: 2092,
|
|
234
|
-
name: "Zeitgeist"
|
|
235
|
-
}],
|
|
236
|
-
paraId: null,
|
|
237
|
-
relay: null,
|
|
238
|
-
balancesConfig: [{
|
|
239
|
-
moduleType: "substrate-native",
|
|
240
|
-
moduleConfig: {
|
|
241
|
-
coingeckoId: "polkadot",
|
|
242
|
-
dcentName: "POLKADOT",
|
|
243
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/dot.svg"
|
|
244
|
-
}
|
|
245
|
-
}],
|
|
246
|
-
balancesMetadata: [],
|
|
247
|
-
hasCheckMetadataHash: true
|
|
248
|
-
}, {
|
|
249
|
-
id: "kusama",
|
|
250
|
-
isTestnet: false,
|
|
251
|
-
isDefault: true,
|
|
252
|
-
sortIndex: 2,
|
|
253
|
-
genesisHash: "0xb0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
|
|
254
|
-
prefix: 2,
|
|
255
|
-
name: "Kusama",
|
|
256
|
-
themeColor: "#ffffff",
|
|
257
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/chains/kusama.svg",
|
|
258
|
-
chainName: "Kusama",
|
|
259
|
-
chainType: "Live",
|
|
260
|
-
implName: "parity-kusama",
|
|
261
|
-
specName: "kusama",
|
|
262
|
-
specVersion: "1005001",
|
|
263
|
-
nativeToken: {
|
|
264
|
-
id: "kusama-substrate-native"
|
|
265
|
-
},
|
|
266
|
-
tokens: [{
|
|
267
|
-
id: "kusama-substrate-native"
|
|
268
|
-
}],
|
|
269
|
-
account: "*25519",
|
|
270
|
-
blockExplorerUrls: ["https://kusama.subscan.io/"],
|
|
271
|
-
subscanUrl: "https://kusama.subscan.io/",
|
|
272
|
-
chainspecQrUrl: "https://metadata.parity.io/qr/kusama_specs.png",
|
|
273
|
-
latestMetadataQrUrl: "https://metadata.parity.io/qr/kusama_metadata_latest.apng",
|
|
274
|
-
isUnknownFeeToken: false,
|
|
275
|
-
feeToken: null,
|
|
276
|
-
rpcs: [{
|
|
277
|
-
url: "wss://rpc.ibp.network/kusama"
|
|
278
|
-
}, {
|
|
279
|
-
url: "wss://kusama-rpc.dwellir.com"
|
|
280
|
-
}, {
|
|
281
|
-
url: "wss://kusama-rpc-tn.dwellir.com"
|
|
282
|
-
}, {
|
|
283
|
-
url: "wss://kusama-rpc.publicnode.com"
|
|
284
|
-
}, {
|
|
285
|
-
url: "wss://rpc-kusama.helixstreet.io"
|
|
286
|
-
}, {
|
|
287
|
-
url: "wss://kusama.dotters.network"
|
|
288
|
-
}, {
|
|
289
|
-
url: "wss://rpc-kusama.luckyfriday.io"
|
|
290
|
-
}, {
|
|
291
|
-
url: "wss://rockx-ksm.w3node.com/polka-public-ksm/ws"
|
|
292
|
-
}, {
|
|
293
|
-
url: "wss://ksm-rpc.stakeworld.io"
|
|
294
|
-
}, {
|
|
295
|
-
url: "wss://kusama.public.curie.radiumblock.co/ws"
|
|
296
|
-
}],
|
|
297
|
-
evmNetworks: [],
|
|
298
|
-
parathreads: [{
|
|
299
|
-
id: "acurast",
|
|
300
|
-
paraId: 2239,
|
|
301
|
-
name: "Acurast Canary"
|
|
302
|
-
}, {
|
|
303
|
-
id: "altair",
|
|
304
|
-
paraId: 2088,
|
|
305
|
-
name: "Altair"
|
|
306
|
-
}, {
|
|
307
|
-
id: "amplitude",
|
|
308
|
-
paraId: 2124,
|
|
309
|
-
name: "Amplitude"
|
|
310
|
-
}, {
|
|
311
|
-
id: "bajun",
|
|
312
|
-
paraId: 2119,
|
|
313
|
-
name: "Bajun"
|
|
314
|
-
}, {
|
|
315
|
-
id: "basilisk",
|
|
316
|
-
paraId: 2090,
|
|
317
|
-
name: "Basilisk"
|
|
318
|
-
}, {
|
|
319
|
-
id: "bifrost-kusama",
|
|
320
|
-
paraId: 2001,
|
|
321
|
-
name: "Bifrost Kusama"
|
|
322
|
-
}, {
|
|
323
|
-
id: "crab",
|
|
324
|
-
paraId: 2105,
|
|
325
|
-
name: "Darwinia Crab"
|
|
326
|
-
}, {
|
|
327
|
-
id: "curio",
|
|
328
|
-
paraId: 3339,
|
|
329
|
-
name: "Curio"
|
|
330
|
-
}, {
|
|
331
|
-
id: "encointer",
|
|
332
|
-
paraId: 1001,
|
|
333
|
-
name: "Encointer"
|
|
334
|
-
}, {
|
|
335
|
-
id: "integritee-kusama",
|
|
336
|
-
paraId: 2015,
|
|
337
|
-
name: "Integritee Kusama"
|
|
338
|
-
}, {
|
|
339
|
-
id: "ipci",
|
|
340
|
-
paraId: 2222,
|
|
341
|
-
name: "DAO IPCI"
|
|
342
|
-
}, {
|
|
343
|
-
id: "kabocha",
|
|
344
|
-
paraId: 2113,
|
|
345
|
-
name: "Kabocha"
|
|
346
|
-
}, {
|
|
347
|
-
id: "karura",
|
|
348
|
-
paraId: 2000,
|
|
349
|
-
name: "Karura"
|
|
350
|
-
}, {
|
|
351
|
-
id: "kintsugi",
|
|
352
|
-
paraId: 2092,
|
|
353
|
-
name: "Kintsugi"
|
|
354
|
-
}, {
|
|
355
|
-
id: "kreivo",
|
|
356
|
-
paraId: 2281,
|
|
357
|
-
name: "Kreivo"
|
|
358
|
-
}, {
|
|
359
|
-
id: "krest",
|
|
360
|
-
paraId: 2241,
|
|
361
|
-
name: "Krest"
|
|
362
|
-
}, {
|
|
363
|
-
id: "kusama-asset-hub",
|
|
364
|
-
paraId: 1000,
|
|
365
|
-
name: "Kusama Asset Hub"
|
|
366
|
-
}, {
|
|
367
|
-
id: "kusama-bridge-hub",
|
|
368
|
-
paraId: 1002,
|
|
369
|
-
name: "Kusama Bridge Hub"
|
|
370
|
-
}, {
|
|
371
|
-
id: "kusama-coretime",
|
|
372
|
-
paraId: 1005,
|
|
373
|
-
name: "Kusama Coretime"
|
|
374
|
-
}, {
|
|
375
|
-
id: "kusama-people",
|
|
376
|
-
paraId: 1004,
|
|
377
|
-
name: "Kusama People"
|
|
378
|
-
}, {
|
|
379
|
-
id: "mangata",
|
|
380
|
-
paraId: 2110,
|
|
381
|
-
name: "MangataX"
|
|
382
|
-
}, {
|
|
383
|
-
id: "moonriver",
|
|
384
|
-
paraId: 2023,
|
|
385
|
-
name: "Moonriver"
|
|
386
|
-
}, {
|
|
387
|
-
id: "picasso",
|
|
388
|
-
paraId: 2087,
|
|
389
|
-
name: "Picasso"
|
|
390
|
-
}, {
|
|
391
|
-
id: "quartz",
|
|
392
|
-
paraId: 2095,
|
|
393
|
-
name: "Quartz"
|
|
394
|
-
}, {
|
|
395
|
-
id: "robonomics-kusama",
|
|
396
|
-
paraId: 2048,
|
|
397
|
-
name: "Robonomics Kusama"
|
|
398
|
-
}, {
|
|
399
|
-
id: "shadow-kusama",
|
|
400
|
-
paraId: 2012,
|
|
401
|
-
name: "Crust Shadow"
|
|
402
|
-
}, {
|
|
403
|
-
id: "shiden-kusama",
|
|
404
|
-
paraId: 2007,
|
|
405
|
-
name: "Shiden"
|
|
406
|
-
}, {
|
|
407
|
-
id: "sora-kusama",
|
|
408
|
-
paraId: 2011,
|
|
409
|
-
name: "Sora"
|
|
410
|
-
}, {
|
|
411
|
-
id: "turing",
|
|
412
|
-
paraId: 2114,
|
|
413
|
-
name: "Turing"
|
|
414
|
-
}, {
|
|
415
|
-
id: "xode",
|
|
416
|
-
paraId: 3344,
|
|
417
|
-
name: "Xode"
|
|
418
|
-
}],
|
|
419
|
-
paraId: null,
|
|
420
|
-
relay: null,
|
|
421
|
-
balancesConfig: [{
|
|
422
|
-
moduleType: "substrate-native",
|
|
423
|
-
moduleConfig: {
|
|
424
|
-
coingeckoId: "kusama",
|
|
425
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/ksm.svg"
|
|
426
|
-
}
|
|
427
|
-
}],
|
|
428
|
-
balancesMetadata: [],
|
|
429
|
-
hasCheckMetadataHash: true
|
|
430
|
-
}, {
|
|
431
|
-
id: "kusama-asset-hub",
|
|
432
|
-
isTestnet: false,
|
|
433
|
-
isDefault: true,
|
|
434
|
-
sortIndex: 598,
|
|
435
|
-
genesisHash: "0x48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a",
|
|
436
|
-
prefix: 2,
|
|
437
|
-
name: "Kusama Asset Hub",
|
|
438
|
-
themeColor: "#ffffff",
|
|
439
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/chains/kusama-asset-hub.svg",
|
|
440
|
-
chainName: "Kusama Asset Hub",
|
|
441
|
-
chainType: "Live",
|
|
442
|
-
implName: "statemine",
|
|
443
|
-
specName: "statemine",
|
|
444
|
-
specVersion: "1006000",
|
|
445
|
-
nativeToken: {
|
|
446
|
-
id: "kusama-asset-hub-substrate-native"
|
|
447
|
-
},
|
|
448
|
-
tokens: [{
|
|
449
|
-
id: "kusama-asset-hub-substrate-assets-8-rmrk"
|
|
450
|
-
}, {
|
|
451
|
-
id: "kusama-asset-hub-substrate-assets-16-aris"
|
|
452
|
-
}, {
|
|
453
|
-
id: "kusama-asset-hub-substrate-assets-1984-usdt"
|
|
454
|
-
}, {
|
|
455
|
-
id: "kusama-asset-hub-substrate-assets-50000002-dusd"
|
|
456
|
-
}, {
|
|
457
|
-
id: "kusama-asset-hub-substrate-native"
|
|
458
|
-
}],
|
|
459
|
-
account: "*25519",
|
|
460
|
-
blockExplorerUrls: ["https://assethub-kusama.subscan.io/"],
|
|
461
|
-
subscanUrl: "https://assethub-kusama.subscan.io/",
|
|
462
|
-
chainspecQrUrl: "https://metadata.parity.io/qr/kusama-statemine_specs.png",
|
|
463
|
-
latestMetadataQrUrl: "https://metadata.parity.io/qr/kusama-statemine_metadata_latest.apng",
|
|
464
|
-
isUnknownFeeToken: false,
|
|
465
|
-
feeToken: null,
|
|
466
|
-
rpcs: [{
|
|
467
|
-
url: "wss://sys.ibp.network/asset-hub-kusama"
|
|
468
|
-
}, {
|
|
469
|
-
url: "wss://asset-hub-kusama-rpc.dwellir.com"
|
|
470
|
-
}, {
|
|
471
|
-
url: "wss://statemine-rpc-tn.dwellir.com"
|
|
472
|
-
}, {
|
|
473
|
-
url: "wss://asset-hub-kusama.dotters.network"
|
|
474
|
-
}, {
|
|
475
|
-
url: "wss://rpc-asset-hub-kusama.luckyfriday.io"
|
|
476
|
-
}, {
|
|
477
|
-
url: "wss://kusama-asset-hub-rpc.polkadot.io"
|
|
478
|
-
}, {
|
|
479
|
-
url: "wss://statemine.public.curie.radiumblock.co/ws"
|
|
480
|
-
}, {
|
|
481
|
-
url: "wss://ksm-rpc.stakeworld.io/assethub"
|
|
482
|
-
}],
|
|
483
|
-
evmNetworks: [],
|
|
484
|
-
parathreads: null,
|
|
485
|
-
paraId: 1000,
|
|
486
|
-
relay: {
|
|
487
|
-
id: "kusama"
|
|
488
|
-
},
|
|
489
|
-
balancesConfig: [{
|
|
490
|
-
moduleType: "substrate-native",
|
|
491
|
-
moduleConfig: {
|
|
492
|
-
coingeckoId: "kusama",
|
|
493
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/ksm.svg"
|
|
494
|
-
}
|
|
495
|
-
}, {
|
|
496
|
-
moduleType: "substrate-assets",
|
|
497
|
-
moduleConfig: {
|
|
498
|
-
tokens: [{
|
|
499
|
-
assetId: 8,
|
|
500
|
-
symbol: "RMRK",
|
|
501
|
-
coingeckoId: "rmrk",
|
|
502
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/rmrk.svg"
|
|
503
|
-
}, {
|
|
504
|
-
assetId: 16,
|
|
505
|
-
symbol: "ARIS",
|
|
506
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/aris.svg"
|
|
507
|
-
}, {
|
|
508
|
-
assetId: 1984,
|
|
509
|
-
symbol: "USDT",
|
|
510
|
-
coingeckoId: "tether",
|
|
511
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/usdt.svg"
|
|
512
|
-
}, {
|
|
513
|
-
assetId: 50000002,
|
|
514
|
-
symbol: "dUSD",
|
|
515
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/dusd.webp"
|
|
516
|
-
}]
|
|
517
|
-
}
|
|
518
|
-
}],
|
|
519
|
-
balancesMetadata: [],
|
|
520
|
-
hasCheckMetadataHash: true
|
|
521
|
-
}, {
|
|
522
|
-
id: "kusama-bridge-hub",
|
|
523
|
-
isTestnet: false,
|
|
524
|
-
isDefault: true,
|
|
525
|
-
sortIndex: 599,
|
|
526
|
-
genesisHash: "0x00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5",
|
|
527
|
-
prefix: 2,
|
|
528
|
-
name: "Kusama Bridge Hub",
|
|
529
|
-
themeColor: "#ffffff",
|
|
530
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/chains/kusama-bridge-hub.svg",
|
|
531
|
-
chainName: "Kusama BridgeHub",
|
|
532
|
-
chainType: "Live",
|
|
533
|
-
implName: "bridge-hub-kusama",
|
|
534
|
-
specName: "bridge-hub-kusama",
|
|
535
|
-
specVersion: "1005001",
|
|
536
|
-
nativeToken: {
|
|
537
|
-
id: "kusama-bridge-hub-substrate-native"
|
|
538
|
-
},
|
|
539
|
-
tokens: [{
|
|
540
|
-
id: "kusama-bridge-hub-substrate-native"
|
|
541
|
-
}],
|
|
542
|
-
account: "*25519",
|
|
543
|
-
blockExplorerUrls: ["https://bridgehub-kusama.subscan.io/"],
|
|
544
|
-
subscanUrl: "https://bridgehub-kusama.subscan.io/",
|
|
545
|
-
chainspecQrUrl: "https://metadata.parity.io/qr/kusama-bridge-hub-kusama_specs.png",
|
|
546
|
-
latestMetadataQrUrl: "https://metadata.parity.io/qr/kusama-bridge-hub-kusama_metadata_latest.apng",
|
|
547
|
-
isUnknownFeeToken: false,
|
|
548
|
-
feeToken: null,
|
|
549
|
-
rpcs: [{
|
|
550
|
-
url: "wss://sys.ibp.network/bridgehub-kusama"
|
|
551
|
-
}, {
|
|
552
|
-
url: "wss://bridge-hub-kusama-rpc.dwellir.com"
|
|
553
|
-
}, {
|
|
554
|
-
url: "wss://kusama-bridge-hub-rpc-tn.dwellir.com"
|
|
555
|
-
}, {
|
|
556
|
-
url: "wss://bridge-hub-kusama.dotters.network"
|
|
557
|
-
}, {
|
|
558
|
-
url: "wss://rpc-bridge-hub-kusama.luckyfriday.io"
|
|
559
|
-
}, {
|
|
560
|
-
url: "wss://kusama-bridge-hub-rpc.polkadot.io"
|
|
561
|
-
}, {
|
|
562
|
-
url: "wss://bridgehub-kusama.public.curie.radiumblock.co/ws"
|
|
563
|
-
}, {
|
|
564
|
-
url: "wss://ksm-rpc.stakeworld.io/bridgehub"
|
|
565
|
-
}],
|
|
566
|
-
evmNetworks: [],
|
|
567
|
-
parathreads: null,
|
|
568
|
-
paraId: 1002,
|
|
569
|
-
relay: {
|
|
570
|
-
id: "kusama"
|
|
571
|
-
},
|
|
572
|
-
balancesConfig: [{
|
|
573
|
-
moduleType: "substrate-native",
|
|
574
|
-
moduleConfig: {
|
|
575
|
-
coingeckoId: "kusama",
|
|
576
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/chains/kusama-bridge-hub.svg"
|
|
577
|
-
}
|
|
578
|
-
}],
|
|
579
|
-
balancesMetadata: [],
|
|
580
|
-
hasCheckMetadataHash: true
|
|
581
|
-
}, {
|
|
582
|
-
id: "polkadot-asset-hub",
|
|
583
|
-
isTestnet: false,
|
|
584
|
-
isDefault: true,
|
|
585
|
-
sortIndex: 849,
|
|
586
|
-
genesisHash: "0x68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f",
|
|
587
|
-
prefix: 0,
|
|
588
|
-
oldPrefix: 0,
|
|
589
|
-
name: "Polkadot Asset Hub",
|
|
590
|
-
themeColor: "#321d47",
|
|
591
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/chains/polkadot-asset-hub.svg",
|
|
592
|
-
chainName: "Polkadot Asset Hub",
|
|
593
|
-
chainType: "Live",
|
|
594
|
-
implName: "statemint",
|
|
595
|
-
specName: "statemint",
|
|
596
|
-
specVersion: "1005001",
|
|
597
|
-
nativeToken: {
|
|
598
|
-
id: "polkadot-asset-hub-substrate-native"
|
|
599
|
-
},
|
|
600
|
-
tokens: [{
|
|
601
|
-
id: "polkadot-asset-hub-substrate-assets-1337-usdc"
|
|
602
|
-
}, {
|
|
603
|
-
id: "polkadot-asset-hub-substrate-assets-1984-usdt"
|
|
604
|
-
}, {
|
|
605
|
-
id: "polkadot-asset-hub-substrate-assets-18-dota"
|
|
606
|
-
}, {
|
|
607
|
-
id: "polkadot-asset-hub-substrate-assets-23-pink"
|
|
608
|
-
}, {
|
|
609
|
-
id: "polkadot-asset-hub-substrate-assets-30-ded"
|
|
610
|
-
}, {
|
|
611
|
-
id: "polkadot-asset-hub-substrate-assets-17-wifd"
|
|
612
|
-
}, {
|
|
613
|
-
id: "polkadot-asset-hub-substrate-assets-555-game"
|
|
614
|
-
}, {
|
|
615
|
-
id: "polkadot-asset-hub-substrate-assets-690-bork"
|
|
616
|
-
}, {
|
|
617
|
-
id: "polkadot-asset-hub-substrate-assets-31337-wud"
|
|
618
|
-
}, {
|
|
619
|
-
id: "polkadot-asset-hub-substrate-foreignassets-eq"
|
|
620
|
-
}, {
|
|
621
|
-
id: "polkadot-asset-hub-substrate-foreignassets-ksm"
|
|
622
|
-
}, {
|
|
623
|
-
id: "polkadot-asset-hub-substrate-foreignassets-bnc"
|
|
624
|
-
}, {
|
|
625
|
-
id: "polkadot-asset-hub-substrate-foreignassets-usdc.e"
|
|
626
|
-
}, {
|
|
627
|
-
id: "polkadot-asset-hub-substrate-foreignassets-eqd"
|
|
628
|
-
}, {
|
|
629
|
-
id: "polkadot-asset-hub-substrate-foreignassets-glmr"
|
|
630
|
-
}, {
|
|
631
|
-
id: "polkadot-asset-hub-substrate-foreignassets-myth"
|
|
632
|
-
}, {
|
|
633
|
-
id: "polkadot-asset-hub-substrate-foreignassets-vdot"
|
|
634
|
-
}, {
|
|
635
|
-
id: "polkadot-asset-hub-substrate-foreignassets-hdx"
|
|
636
|
-
}, {
|
|
637
|
-
id: "polkadot-asset-hub-substrate-foreignassets-usdt.e"
|
|
638
|
-
}, {
|
|
639
|
-
id: "polkadot-asset-hub-substrate-foreignassets-ajun"
|
|
640
|
-
}, {
|
|
641
|
-
id: "polkadot-asset-hub-substrate-native"
|
|
642
|
-
}],
|
|
643
|
-
account: "*25519",
|
|
644
|
-
blockExplorerUrls: ["https://assethub-polkadot.subscan.io/"],
|
|
645
|
-
subscanUrl: "https://assethub-polkadot.subscan.io/",
|
|
646
|
-
chainspecQrUrl: "https://metadata.parity.io/qr/polkadot-statemint_specs.png",
|
|
647
|
-
latestMetadataQrUrl: "https://metadata.parity.io/qr/polkadot-statemint_metadata_latest.apng",
|
|
648
|
-
isUnknownFeeToken: false,
|
|
649
|
-
feeToken: null,
|
|
650
|
-
rpcs: [{
|
|
651
|
-
url: "wss://sys.ibp.network/statemint"
|
|
652
|
-
}, {
|
|
653
|
-
url: "wss://sys.dotters.network/statemint"
|
|
654
|
-
}, {
|
|
655
|
-
url: "wss://sys.ibp.network/asset-hub-polkadot"
|
|
656
|
-
}, {
|
|
657
|
-
url: "wss://asset-hub-polkadot-rpc.dwellir.com"
|
|
658
|
-
}, {
|
|
659
|
-
url: "wss://statemint-rpc-tn.dwellir.com"
|
|
660
|
-
}, {
|
|
661
|
-
url: "wss://polkadot-assethub-rpc.blockops.network/ws"
|
|
662
|
-
}, {
|
|
663
|
-
url: "wss://asset-hub-polkadot.dotters.network"
|
|
664
|
-
}, {
|
|
665
|
-
url: "wss://rpc-asset-hub-polkadot.luckyfriday.io"
|
|
666
|
-
}, {
|
|
667
|
-
url: "wss://polkadot-asset-hub-rpc.polkadot.io"
|
|
668
|
-
}, {
|
|
669
|
-
url: "wss://dot-rpc.stakeworld.io/assethub"
|
|
670
|
-
}, {
|
|
671
|
-
url: "wss://statemint.public.curie.radiumblock.co/ws"
|
|
672
|
-
}],
|
|
673
|
-
evmNetworks: [],
|
|
674
|
-
parathreads: null,
|
|
675
|
-
paraId: 1000,
|
|
676
|
-
relay: {
|
|
677
|
-
id: "polkadot"
|
|
678
|
-
},
|
|
679
|
-
balancesConfig: [{
|
|
680
|
-
moduleType: "substrate-native",
|
|
681
|
-
moduleConfig: {
|
|
682
|
-
coingeckoId: "polkadot",
|
|
683
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/dot.svg"
|
|
684
|
-
}
|
|
685
|
-
}, {
|
|
686
|
-
moduleType: "substrate-assets",
|
|
687
|
-
moduleConfig: {
|
|
688
|
-
tokens: [{
|
|
689
|
-
assetId: 1337,
|
|
690
|
-
symbol: "USDC",
|
|
691
|
-
coingeckoId: "usd-coin",
|
|
692
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/usdc.svg"
|
|
693
|
-
}, {
|
|
694
|
-
assetId: 1984,
|
|
695
|
-
symbol: "USDT",
|
|
696
|
-
coingeckoId: "tether",
|
|
697
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/usdt.svg"
|
|
698
|
-
}, {
|
|
699
|
-
assetId: 18,
|
|
700
|
-
symbol: "DOTA",
|
|
701
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/dota.svg"
|
|
702
|
-
}, {
|
|
703
|
-
assetId: 23,
|
|
704
|
-
symbol: "PINK",
|
|
705
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/pink.svg"
|
|
706
|
-
}, {
|
|
707
|
-
assetId: 30,
|
|
708
|
-
symbol: "DED",
|
|
709
|
-
coingeckoId: "dot-is-ded",
|
|
710
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/ded.svg"
|
|
711
|
-
}, {
|
|
712
|
-
assetId: 17,
|
|
713
|
-
symbol: "WIFD",
|
|
714
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/wifd.svg"
|
|
715
|
-
}, {
|
|
716
|
-
assetId: 555,
|
|
717
|
-
symbol: "GAME",
|
|
718
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/game.svg"
|
|
719
|
-
}, {
|
|
720
|
-
assetId: 690,
|
|
721
|
-
symbol: "BORK",
|
|
722
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/bork.svg"
|
|
723
|
-
}, {
|
|
724
|
-
assetId: 31337,
|
|
725
|
-
symbol: "WUD",
|
|
726
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/wud.webp",
|
|
727
|
-
coingeckoId: "gavun-wud"
|
|
728
|
-
}]
|
|
729
|
-
}
|
|
730
|
-
}, {
|
|
731
|
-
moduleType: "substrate-foreignassets",
|
|
732
|
-
moduleConfig: {
|
|
733
|
-
tokens: [{
|
|
734
|
-
onChainId: '{"parents":1,"interior":{"type":"X1","value":{"type":"Parachain","value":2011}}}',
|
|
735
|
-
symbol: "EQ",
|
|
736
|
-
coingeckoId: "equilibrium-token",
|
|
737
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/eq.svg"
|
|
738
|
-
}, {
|
|
739
|
-
onChainId: '{"parents":2,"interior":{"type":"X2","value":[{"type":"GlobalConsensus","value":{"type":"Ethereum","value":{"chain_id":"bigint:1"}}},{"type":"AccountKey20","value":{"key":"hex:0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc0"}}]}}',
|
|
740
|
-
symbol: "WETH.e",
|
|
741
|
-
coingeckoId: "weth",
|
|
742
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/weth.webp"
|
|
743
|
-
}, {
|
|
744
|
-
onChainId: '{"parents":2,"interior":{"type":"X2","value":[{"type":"GlobalConsensus","value":{"type":"Ethereum","value":{"chain_id":"bigint:1"}}},{"type":"AccountKey20","value":{"key":"hex:0x6982508145454ce325ddbe47a25d4ec3d2311933"}}]}}',
|
|
745
|
-
symbol: "PEPE.e",
|
|
746
|
-
coingeckoId: "pepe",
|
|
747
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/pepe.webp"
|
|
748
|
-
}, {
|
|
749
|
-
onChainId: '{"parents":2,"interior":{"type":"X1","value":{"type":"GlobalConsensus","value":{"type":"Kusama"}}}}',
|
|
750
|
-
symbol: "KSM",
|
|
751
|
-
coingeckoId: "kusama",
|
|
752
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/ksm.svg"
|
|
753
|
-
}, {
|
|
754
|
-
onChainId: '{"parents":1,"interior":{"type":"X2","value":[{"type":"Parachain","value":2030},{"type":"GeneralKey","value":{"length":2,"data":"hex:0x0001000000000000000000000000000000000000000000000000000000000000"}}]}}',
|
|
755
|
-
symbol: "BNC",
|
|
756
|
-
coingeckoId: "bifrost-native-coin",
|
|
757
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/bnc.svg"
|
|
758
|
-
}, {
|
|
759
|
-
onChainId: '{"parents":2,"interior":{"type":"X2","value":[{"type":"GlobalConsensus","value":{"type":"Ethereum","value":{"chain_id":"bigint:1"}}},{"type":"AccountKey20","value":{"key":"hex:0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"}}]}}',
|
|
760
|
-
symbol: "USDC.e",
|
|
761
|
-
coingeckoId: "usd-coin",
|
|
762
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/usd-coin.webp"
|
|
763
|
-
}, {
|
|
764
|
-
onChainId: '{"parents":2,"interior":{"type":"X2","value":[{"type":"GlobalConsensus","value":{"type":"Ethereum","value":{"chain_id":"bigint:1"}}},{"type":"AccountKey20","value":{"key":"hex:0xba41ddf06b7ffd89d1267b5a93bfef2424eb2003"}}]}}',
|
|
765
|
-
symbol: "MYTH.e",
|
|
766
|
-
coingeckoId: "mythos",
|
|
767
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/mythos.webp"
|
|
768
|
-
}, {
|
|
769
|
-
onChainId: '{"parents":2,"interior":{"type":"X2","value":[{"type":"GlobalConsensus","value":{"type":"Ethereum","value":{"chain_id":"bigint:1"}}},{"type":"AccountKey20","value":{"key":"hex:0x18084fba666a33d37592fa2633fd49a74dd93a88"}}]}}',
|
|
770
|
-
symbol: "tBTC.e",
|
|
771
|
-
coingeckoId: "tbtc",
|
|
772
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/tbtc.webp"
|
|
773
|
-
}, {
|
|
774
|
-
onChainId: '{"parents":2,"interior":{"type":"X2","value":[{"type":"GlobalConsensus","value":{"type":"Ethereum","value":{"chain_id":"bigint:1"}}},{"type":"AccountKey20","value":{"key":"hex:0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0"}}]}}',
|
|
775
|
-
symbol: "wstETH.e",
|
|
776
|
-
coingeckoId: "wrapped-steth",
|
|
777
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/wrapped-steth.webp"
|
|
778
|
-
}, {
|
|
779
|
-
onChainId: '{"parents":2,"interior":{"type":"X2","value":[{"type":"GlobalConsensus","value":{"type":"Ethereum","value":{"chain_id":"bigint:1"}}},{"type":"AccountKey20","value":{"key":"hex:0x582d872a1b094fc48f5de31d3b73f2d9be47def1"}}]}}',
|
|
780
|
-
symbol: "TONCOIN.e",
|
|
781
|
-
coingeckoId: "the-open-network",
|
|
782
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/the-open-network.webp"
|
|
783
|
-
}, {
|
|
784
|
-
onChainId: '{"parents":2,"interior":{"type":"X2","value":[{"type":"GlobalConsensus","value":{"type":"Ethereum","value":{"chain_id":"bigint:1"}}},{"type":"AccountKey20","value":{"key":"hex:0x6b175474e89094c44da98b954eedeac495271d0f"}}]}}',
|
|
785
|
-
symbol: "DAI.e",
|
|
786
|
-
coingeckoId: "dai",
|
|
787
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/dai.webp"
|
|
788
|
-
}, {
|
|
789
|
-
onChainId: '{"parents":2,"interior":{"type":"X2","value":[{"type":"GlobalConsensus","value":{"type":"Ethereum","value":{"chain_id":"bigint:1"}}},{"type":"AccountKey20","value":{"key":"hex:0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce"}}]}}',
|
|
790
|
-
symbol: "SHIB.e",
|
|
791
|
-
coingeckoId: "shiba-inu",
|
|
792
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/shiba-inu.webp"
|
|
793
|
-
}, {
|
|
794
|
-
onChainId: '{"parents":1,"interior":{"type":"X2","value":[{"type":"Parachain","value":2011},{"type":"GeneralKey","value":{"length":3,"data":"hex:0x6571640000000000000000000000000000000000000000000000000000000000"}}]}}',
|
|
795
|
-
symbol: "EQD",
|
|
796
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/eqd.svg"
|
|
797
|
-
}, {
|
|
798
|
-
onChainId: '{"parents":2,"interior":{"type":"X2","value":[{"type":"GlobalConsensus","value":{"type":"Ethereum","value":{"chain_id":"bigint:1"}}},{"type":"AccountKey20","value":{"key":"hex:0x2260fac5e5542a773aa44fbcfedf7c193bc2c599"}}]}}',
|
|
799
|
-
symbol: "WBTC.e",
|
|
800
|
-
coingeckoId: "wrapped-bitcoin",
|
|
801
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/wrapped-bitcoin.webp"
|
|
802
|
-
}, {
|
|
803
|
-
onChainId: '{"parents":1,"interior":{"type":"X2","value":[{"type":"Parachain","value":2004},{"type":"PalletInstance","value":10}]}}',
|
|
804
|
-
symbol: "GLMR",
|
|
805
|
-
coingeckoId: "moonbeam",
|
|
806
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/glmr.svg"
|
|
807
|
-
}, {
|
|
808
|
-
onChainId: '{"parents":1,"interior":{"type":"X1","value":{"type":"Parachain","value":3369}}}',
|
|
809
|
-
symbol: "MYTH",
|
|
810
|
-
coingeckoId: "mythos",
|
|
811
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/myth.svg"
|
|
812
|
-
}, {
|
|
813
|
-
onChainId: '{"parents":1,"interior":{"type":"X2","value":[{"type":"Parachain","value":2030},{"type":"GeneralKey","value":{"length":2,"data":"hex:0x0900000000000000000000000000000000000000000000000000000000000000"}}]}}',
|
|
814
|
-
symbol: "vDOT",
|
|
815
|
-
coingeckoId: "voucher-dot",
|
|
816
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/vdot.svg"
|
|
817
|
-
}, {
|
|
818
|
-
onChainId: '{"parents":2,"interior":{"type":"X2","value":[{"type":"GlobalConsensus","value":{"type":"Ethereum","value":{"chain_id":"bigint:1"}}},{"type":"AccountKey20","value":{"key":"hex:0x8daebade922df735c38c80c7ebd708af50815faa"}}]}}',
|
|
819
|
-
symbol: "tBTC.e",
|
|
820
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/unknown.svg"
|
|
821
|
-
}, {
|
|
822
|
-
onChainId: '{"parents":1,"interior":{"type":"X2","value":[{"type":"Parachain","value":2034},{"type":"GeneralIndex","value":"bigint:0"}]}}',
|
|
823
|
-
symbol: "HDX",
|
|
824
|
-
coingeckoId: "hydradx",
|
|
825
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/hdx.svg"
|
|
826
|
-
}, {
|
|
827
|
-
onChainId: '{"parents":2,"interior":{"type":"X2","value":[{"type":"GlobalConsensus","value":{"type":"Ethereum","value":{"chain_id":"bigint:1"}}},{"type":"AccountKey20","value":{"key":"hex:0xdac17f958d2ee523a2206206994597c13d831ec7"}}]}}',
|
|
828
|
-
symbol: "USDT.e",
|
|
829
|
-
coingeckoId: "tether",
|
|
830
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/tether.webp"
|
|
831
|
-
}, {
|
|
832
|
-
onChainId: '{"parents":1,"interior":{"type":"X1","value":{"type":"Parachain","value":2051}}}',
|
|
833
|
-
symbol: "AJUN",
|
|
834
|
-
coingeckoId: "ajuna-network-2",
|
|
835
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/ajun.svg"
|
|
836
|
-
}]
|
|
837
|
-
}
|
|
838
|
-
}],
|
|
839
|
-
balancesMetadata: [],
|
|
840
|
-
hasCheckMetadataHash: true
|
|
841
|
-
}, {
|
|
842
|
-
id: "polkadot-bridge-hub",
|
|
843
|
-
isTestnet: false,
|
|
844
|
-
isDefault: true,
|
|
845
|
-
sortIndex: 850,
|
|
846
|
-
genesisHash: "0xdcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464",
|
|
847
|
-
prefix: 0,
|
|
848
|
-
oldPrefix: 0,
|
|
849
|
-
name: "Polkadot Bridge Hub",
|
|
850
|
-
themeColor: "#321d47",
|
|
851
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/chains/polkadot-bridge-hub.svg",
|
|
852
|
-
chainName: "Polkadot BridgeHub",
|
|
853
|
-
chainType: "Live",
|
|
854
|
-
implName: "bridge-hub-polkadot",
|
|
855
|
-
specName: "bridge-hub-polkadot",
|
|
856
|
-
specVersion: "1005001",
|
|
857
|
-
nativeToken: {
|
|
858
|
-
id: "polkadot-bridge-hub-substrate-native"
|
|
859
|
-
},
|
|
860
|
-
tokens: [{
|
|
861
|
-
id: "polkadot-bridge-hub-substrate-native"
|
|
862
|
-
}],
|
|
863
|
-
account: "*25519",
|
|
864
|
-
blockExplorerUrls: ["https://bridgehub-polkadot.subscan.io/"],
|
|
865
|
-
subscanUrl: "https://bridgehub-polkadot.subscan.io/",
|
|
866
|
-
chainspecQrUrl: "https://metadata.parity.io/qr/polkadot-bridge-hub-polkadot_specs.png",
|
|
867
|
-
latestMetadataQrUrl: "https://metadata.parity.io/qr/polkadot-bridge-hub-polkadot_metadata_latest.apng",
|
|
868
|
-
isUnknownFeeToken: false,
|
|
869
|
-
feeToken: null,
|
|
870
|
-
rpcs: [{
|
|
871
|
-
url: "wss://sys.ibp.network/bridgehub-polkadot"
|
|
872
|
-
}, {
|
|
873
|
-
url: "wss://bridge-hub-polkadot-rpc.dwellir.com"
|
|
874
|
-
}, {
|
|
875
|
-
url: "wss://polkadot-bridge-hub-rpc-tn.dwellir.com"
|
|
876
|
-
}, {
|
|
877
|
-
url: "wss://bridge-hub-polkadot.dotters.network"
|
|
878
|
-
}, {
|
|
879
|
-
url: "wss://rpc-bridge-hub-polkadot.luckyfriday.io"
|
|
880
|
-
}, {
|
|
881
|
-
url: "wss://polkadot-bridge-hub-rpc.polkadot.io"
|
|
882
|
-
}, {
|
|
883
|
-
url: "wss://dot-rpc.stakeworld.io/bridgehub"
|
|
884
|
-
}, {
|
|
885
|
-
url: "wss://bridgehub-polkadot.public.curie.radiumblock.co/ws"
|
|
886
|
-
}],
|
|
887
|
-
evmNetworks: [],
|
|
888
|
-
parathreads: null,
|
|
889
|
-
paraId: 1002,
|
|
890
|
-
relay: {
|
|
891
|
-
id: "polkadot"
|
|
892
|
-
},
|
|
893
|
-
balancesConfig: [{
|
|
894
|
-
moduleType: "substrate-native",
|
|
895
|
-
moduleConfig: {
|
|
896
|
-
coingeckoId: "polkadot",
|
|
897
|
-
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/chains/polkadot-bridge-hub.svg"
|
|
898
|
-
}
|
|
899
|
-
}],
|
|
900
|
-
balancesMetadata: [],
|
|
901
|
-
hasCheckMetadataHash: true
|
|
902
|
-
}];
|
|
903
|
-
|
|
904
|
-
exports.chains = chains;
|