@subwallet/chain-list 0.2.15-beta.0 → 0.2.15-beta.2

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.
@@ -926,7 +926,6 @@
926
926
  "hasValue": false,
927
927
  "icon": "bifrost.png"
928
928
  },
929
-
930
929
  "calamari-NATIVE-KMA": {
931
930
  "originChain": "calamari",
932
931
  "slug": "calamari-NATIVE-KMA",
@@ -1215,7 +1214,6 @@
1215
1214
  "hasValue": true,
1216
1215
  "icon": "moonriver.png"
1217
1216
  },
1218
-
1219
1217
  "amplitude-NATIVE-AMPE": {
1220
1218
  "originChain": "amplitude",
1221
1219
  "slug": "amplitude-NATIVE-AMPE",
@@ -7050,5 +7048,35 @@
7050
7048
  "multiChainAsset": null,
7051
7049
  "hasValue": true,
7052
7050
  "icon": "default.png"
7051
+ },
7052
+ "bittensor-NATIVE-TAO": {
7053
+ "originChain": "bittensor",
7054
+ "slug": "bittensor-NATIVE-TAO",
7055
+ "name": "Bittensor",
7056
+ "symbol": "TAO",
7057
+ "decimals": 9,
7058
+ "priceId": "bittensor",
7059
+ "minAmount": "500",
7060
+ "assetType": "NATIVE",
7061
+ "metadata": null,
7062
+ "multiChainAsset": null,
7063
+ "hasValue": true,
7064
+ "icon": "bittensor.png"
7065
+ },
7066
+ "hydradx_main-LOCAL-USDC": {
7067
+ "originChain": "hydradx_main",
7068
+ "slug": "hydradx_main-LOCAL-USDC",
7069
+ "name": "USDC (Polkadot Asset Hub)",
7070
+ "symbol": "USDC",
7071
+ "decimals": 6,
7072
+ "priceId": "usd-coin",
7073
+ "minAmount": "10000",
7074
+ "assetType": "LOCAL",
7075
+ "metadata": {
7076
+ "assetId": "22"
7077
+ },
7078
+ "multiChainAsset": "USDC-USDCoin",
7079
+ "hasValue": true,
7080
+ "icon": "usdc.png"
7053
7081
  }
7054
7082
  }
@@ -4406,5 +4406,30 @@
4406
4406
  "abiExplorer": "https://blockscout.karura.network/"
4407
4407
  },
4408
4408
  "icon": "karura.png"
4409
+ },
4410
+ "bittensor": {
4411
+ "slug": "bittensor",
4412
+ "name": "Bittensor",
4413
+ "chainStatus": "ACTIVE",
4414
+ "providers": {
4415
+ "Opentensor": "wss://entrypoint-finney.opentensor.ai:443"
4416
+ },
4417
+ "isTestnet": false,
4418
+ "substrateInfo": {
4419
+ "paraId": null,
4420
+ "relaySlug": null,
4421
+ "genesisHash": "0x2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03",
4422
+ "addressPrefix": 42,
4423
+ "chainType": "RELAYCHAIN",
4424
+ "blockExplorer": "https://scan.bittensor.com/",
4425
+ "symbol": "TAO",
4426
+ "existentialDeposit": "500",
4427
+ "decimals": 9,
4428
+ "hasNativeNft": false,
4429
+ "supportSmartContract": null,
4430
+ "supportStaking": false
4431
+ },
4432
+ "evmInfo": null,
4433
+ "icon": "crust.png"
4409
4434
  }
4410
4435
  }
@@ -166,5 +166,6 @@
166
166
  "avalanche_c": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/avalanche.png",
167
167
  "crust_mainnet": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/crust.png",
168
168
  "acala_evm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/acala.png",
169
- "karura_evm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/karura.png"
169
+ "karura_evm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/karura.png",
170
+ "bittensor": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/crust.png"
170
171
  }
@@ -5,7 +5,8 @@
5
5
  "name": "Polkadot",
6
6
  "symbol": "DOT",
7
7
  "priceId": "polkadot",
8
- "hasValue": true
8
+ "hasValue": true,
9
+ "icon": "polkadot.png"
9
10
  },
10
11
  "KSM-Kusama": {
11
12
  "slug": "KSM-Kusama",
@@ -13,7 +14,8 @@
13
14
  "name": "Kusama",
14
15
  "symbol": "KSM",
15
16
  "priceId": "kusama",
16
- "hasValue": true
17
+ "hasValue": true,
18
+ "icon": "kusama.png"
17
19
  },
18
20
  "GLMR-Moonbeam": {
19
21
  "slug": "GLMR-Moonbeam",
@@ -21,7 +23,8 @@
21
23
  "name": "Moonbeam",
22
24
  "symbol": "GLMR",
23
25
  "priceId": "moonbeam",
24
- "hasValue": true
26
+ "hasValue": true,
27
+ "icon": "moonbeam.png"
25
28
  },
26
29
  "ACA-Acala": {
27
30
  "slug": "ACA-Acala",
@@ -29,7 +32,8 @@
29
32
  "name": "Acala",
30
33
  "symbol": "ACA",
31
34
  "priceId": "acala",
32
- "hasValue": true
35
+ "hasValue": true,
36
+ "icon": "acala.png"
33
37
  },
34
38
  "KAR-Karura": {
35
39
  "slug": "KAR-Karura",
@@ -37,7 +41,8 @@
37
41
  "name": "Karura",
38
42
  "symbol": "KAR",
39
43
  "priceId": "karura",
40
- "hasValue": true
44
+ "hasValue": true,
45
+ "icon": "karura.png"
41
46
  },
42
47
  "USDT-Tether": {
43
48
  "slug": "USDT-Tether",
@@ -45,7 +50,8 @@
45
50
  "name": "Tether",
46
51
  "symbol": "USDT",
47
52
  "priceId": "tether",
48
- "hasValue": true
53
+ "hasValue": true,
54
+ "icon": "usdt.png"
49
55
  },
50
56
  "ETH-Ethereum": {
51
57
  "slug": "ETH-Ethereum",
@@ -53,7 +59,8 @@
53
59
  "name": "Ethereum",
54
60
  "symbol": "ETH",
55
61
  "priceId": "ethereum",
56
- "hasValue": true
62
+ "hasValue": true,
63
+ "icon": "ethereum.png"
57
64
  },
58
65
  "ASTR-Astar": {
59
66
  "slug": "ASTR-Astar",
@@ -61,7 +68,8 @@
61
68
  "name": "Astar",
62
69
  "symbol": "ASTR",
63
70
  "priceId": "astar",
64
- "hasValue": true
71
+ "hasValue": true,
72
+ "icon": "astar-network.png"
65
73
  },
66
74
  "aUSD-AcalaDollar": {
67
75
  "slug": "aUSD-AcalaDollar",
@@ -69,7 +77,8 @@
69
77
  "name": "Acala Dollar",
70
78
  "symbol": "aUSD",
71
79
  "priceId": "acala-dollar-acala",
72
- "hasValue": true
80
+ "hasValue": true,
81
+ "icon": "ausd.png"
73
82
  },
74
83
  "aUSD-KaruraDollar": {
75
84
  "slug": "aUSD-KaruraDollar",
@@ -77,7 +86,8 @@
77
86
  "name": "Karura Dollar",
78
87
  "symbol": "aUSD",
79
88
  "priceId": "acala-dollar",
80
- "hasValue": true
89
+ "hasValue": true,
90
+ "icon": "ausd.png"
81
91
  },
82
92
  "DEV-MoonbaseDev": {
83
93
  "slug": "DEV-MoonbaseDev",
@@ -85,7 +95,8 @@
85
95
  "name": "Moonbase Dev",
86
96
  "symbol": "DEV",
87
97
  "priceId": null,
88
- "hasValue": false
98
+ "hasValue": false,
99
+ "icon": "moonbase.png"
89
100
  },
90
101
  "MOVR-Moonriver": {
91
102
  "slug": "MOVR-Moonriver",
@@ -93,7 +104,8 @@
93
104
  "name": "Moonriver",
94
105
  "symbol": "MOVR",
95
106
  "priceId": "moonriver",
96
- "hasValue": true
107
+ "hasValue": true,
108
+ "icon": "moonriver.png"
97
109
  },
98
110
  "BNC-BifrostKusama": {
99
111
  "slug": "BNC-BifrostKusama",
@@ -101,7 +113,8 @@
101
113
  "name": "Bifrost Kusama",
102
114
  "symbol": "BNC",
103
115
  "priceId": "bifrost-native-coin",
104
- "hasValue": true
116
+ "hasValue": true,
117
+ "icon": "bifrost.png"
105
118
  },
106
119
  "NEER-Pioneer": {
107
120
  "slug": "NEER-Pioneer",
@@ -109,7 +122,8 @@
109
122
  "name": "Pioneer",
110
123
  "symbol": "NEER",
111
124
  "priceId": "metaverse-network-pioneer",
112
- "hasValue": true
125
+ "hasValue": true,
126
+ "icon": "bit.country-pioneer.png"
113
127
  },
114
128
  "INTR-Interlay": {
115
129
  "slug": "INTR-Interlay",
@@ -117,7 +131,8 @@
117
131
  "name": "Interlay",
118
132
  "symbol": "INTR",
119
133
  "priceId": "interlay",
120
- "hasValue": true
134
+ "hasValue": true,
135
+ "icon": "interlay.png"
121
136
  },
122
137
  "iBTC-interBTC": {
123
138
  "slug": "iBTC-interBTC",
@@ -125,7 +140,8 @@
125
140
  "name": "interBTC",
126
141
  "symbol": "iBTC",
127
142
  "priceId": "interbtc",
128
- "hasValue": true
143
+ "hasValue": true,
144
+ "icon": "ibtc.png"
129
145
  },
130
146
  "KINT-Kintsugi": {
131
147
  "slug": "KINT-Kintsugi",
@@ -133,7 +149,8 @@
133
149
  "name": "Kintsugi",
134
150
  "symbol": "KINT",
135
151
  "priceId": "kintsugi",
136
- "hasValue": true
152
+ "hasValue": true,
153
+ "icon": "kintsugi.png"
137
154
  },
138
155
  "kBTC-KintsugiWrappedBTC": {
139
156
  "slug": "kBTC-KintsugiWrappedBTC",
@@ -141,7 +158,8 @@
141
158
  "name": "Kintsugi Wrapped BTC",
142
159
  "symbol": "kBTC",
143
160
  "priceId": "kintsugi-btc",
144
- "hasValue": true
161
+ "hasValue": true,
162
+ "icon": "kbtc.png"
145
163
  },
146
164
  "USDC-USDCoin": {
147
165
  "slug": "USDC-USDCoin",
@@ -149,7 +167,8 @@
149
167
  "name": "USDC",
150
168
  "symbol": "USDC",
151
169
  "priceId": "usd-coin",
152
- "hasValue": true
170
+ "hasValue": true,
171
+ "icon": "usdc.png"
153
172
  },
154
173
  "BNB-Binance": {
155
174
  "slug": "BNB-Binance",
@@ -157,7 +176,8 @@
157
176
  "name": "Binance Smart Chain",
158
177
  "symbol": "BNB",
159
178
  "priceId": "binancecoin",
160
- "hasValue": true
179
+ "hasValue": true,
180
+ "icon": "bnb.png"
161
181
  },
162
182
  "BUSD-BinanceUSD": {
163
183
  "slug": "BUSD-BinanceUSD",
@@ -165,7 +185,8 @@
165
185
  "name": "Binance USD",
166
186
  "symbol": "BUSD",
167
187
  "priceId": "binance-usd",
168
- "hasValue": true
188
+ "hasValue": true,
189
+ "icon": "busd.png"
169
190
  },
170
191
  "DAI-DaiStablecoin": {
171
192
  "slug": "DAI-DaiStablecoin",
@@ -173,7 +194,8 @@
173
194
  "name": "Dai Stablecoin",
174
195
  "symbol": "DAI",
175
196
  "priceId": "dai",
176
- "hasValue": true
197
+ "hasValue": true,
198
+ "icon": "dai.png"
177
199
  },
178
200
  "SDN-Shiden": {
179
201
  "slug": "SDN-Shiden",
@@ -181,7 +203,8 @@
181
203
  "name": "Shiden",
182
204
  "symbol": "SDN",
183
205
  "priceId": "shiden",
184
- "hasValue": true
206
+ "hasValue": true,
207
+ "icon": "shiden.png"
185
208
  },
186
209
  "PKEX-PolkaEx": {
187
210
  "slug": "PKEX-PolkaEx",
@@ -189,7 +212,8 @@
189
212
  "name": "PolkaEx",
190
213
  "symbol": "PKEX",
191
214
  "priceId": "polkaex",
192
- "hasValue": true
215
+ "hasValue": true,
216
+ "icon": "pkex.png"
193
217
  },
194
218
  "CRU-Crust": {
195
219
  "slug": "CRU-Crust",
@@ -197,7 +221,8 @@
197
221
  "name": "Crust",
198
222
  "symbol": "CRU",
199
223
  "priceId": "crust-network",
200
- "hasValue": true
224
+ "hasValue": true,
225
+ "icon": "crust.png"
201
226
  },
202
227
  "PHA-Phala": {
203
228
  "slug": "PHA-Phala",
@@ -205,7 +230,8 @@
205
230
  "name": "Phala",
206
231
  "symbol": "PHA",
207
232
  "priceId": "pha",
208
- "hasValue": true
233
+ "hasValue": true,
234
+ "icon": "khala-network.png"
209
235
  },
210
236
  "PARA-Parallel": {
211
237
  "slug": "PARA-Parallel",
@@ -213,7 +239,8 @@
213
239
  "name": "Parallel",
214
240
  "symbol": "PARA",
215
241
  "priceId": "parallel-finance",
216
- "hasValue": true
242
+ "hasValue": true,
243
+ "icon": "parallel.png"
217
244
  },
218
245
  "BOBA-BobaToken": {
219
246
  "slug": "BOBA-BobaToken",
@@ -221,7 +248,8 @@
221
248
  "name": "Boba Token",
222
249
  "symbol": "BOBA",
223
250
  "priceId": "boba-network",
224
- "hasValue": true
251
+ "hasValue": true,
252
+ "icon": "boba-network.png"
225
253
  },
226
254
  "EQD-EquilibriumUSD": {
227
255
  "slug": "EQD-EquilibriumUSD",
@@ -229,7 +257,8 @@
229
257
  "name": "Equilibrium USD",
230
258
  "symbol": "EQD",
231
259
  "priceId": null,
232
- "hasValue": true
260
+ "hasValue": true,
261
+ "icon": "eqd.png"
233
262
  },
234
263
  "WETH-WrappedEther": {
235
264
  "slug": "WETH-WrappedEther",
@@ -237,7 +266,8 @@
237
266
  "name": "Wrapped Ether",
238
267
  "symbol": "WETH",
239
268
  "priceId": "weth",
240
- "hasValue": true
269
+ "hasValue": true,
270
+ "icon": "ethereum.png"
241
271
  },
242
272
  "RMRK-RMRKApp": {
243
273
  "slug": "RMRK-RMRKApp",
@@ -245,7 +275,8 @@
245
275
  "name": "RMRK.app",
246
276
  "symbol": "RMRK",
247
277
  "priceId": "rmrk",
248
- "hasValue": true
278
+ "hasValue": true,
279
+ "icon": "rmrk-token.png"
249
280
  },
250
281
  "WBTC-WrappedBTC": {
251
282
  "slug": "WBTC-WrappedBTC",
@@ -253,7 +284,8 @@
253
284
  "name": "Wrapped BTC",
254
285
  "symbol": "WBTC",
255
286
  "priceId": "wrapped-bitcoin",
256
- "hasValue": true
287
+ "hasValue": true,
288
+ "icon": "btc.png"
257
289
  },
258
290
  "MATIC-Polygon": {
259
291
  "slug": "MATIC-Polygon",
@@ -261,7 +293,8 @@
261
293
  "name": "Polygon",
262
294
  "symbol": "MATIC",
263
295
  "priceId": "matic-network",
264
- "hasValue": true
296
+ "hasValue": true,
297
+ "icon": "polygon.png"
265
298
  },
266
299
  "ARB-ArbitrumOne": {
267
300
  "slug": "ARB-ArbitrumOne",
@@ -269,7 +302,8 @@
269
302
  "name": "Arbitrum One",
270
303
  "symbol": "ARB",
271
304
  "priceId": "arbitrum",
272
- "hasValue": true
305
+ "hasValue": true,
306
+ "icon": "arbitrum.png"
273
307
  },
274
308
  "OP-Optimism": {
275
309
  "slug": "OP-Optimism",
@@ -277,7 +311,8 @@
277
311
  "name": "Optimism",
278
312
  "symbol": "OP",
279
313
  "priceId": "optimism",
280
- "hasValue": true
314
+ "hasValue": true,
315
+ "icon": "optimism.png"
281
316
  },
282
317
  "EQ-Equilibrium": {
283
318
  "slug": "EQ-Equilibrium",
@@ -285,7 +320,8 @@
285
320
  "name": "Equilibrium",
286
321
  "symbol": "EQ",
287
322
  "priceId": "equilibrium-token",
288
- "hasValue": true
323
+ "hasValue": true,
324
+ "icon": "eq.png"
289
325
  },
290
326
  "KMA-Calamari": {
291
327
  "slug": "KMA-Calamari",
@@ -293,7 +329,8 @@
293
329
  "name": "Calamari",
294
330
  "symbol": "KMA",
295
331
  "priceId": "calamari-network",
296
- "hasValue": true
332
+ "hasValue": true,
333
+ "icon": "calamarinetwork.png"
297
334
  },
298
335
  "FTM-Fantom": {
299
336
  "slug": "FTM-Fantom",
@@ -301,7 +338,8 @@
301
338
  "name": "Fantom",
302
339
  "symbol": "FTM",
303
340
  "priceId": "fantom",
304
- "hasValue": true
341
+ "hasValue": true,
342
+ "icon": "ftm.png"
305
343
  },
306
344
  "aSEED-aSEEDAcala": {
307
345
  "slug": "aSEED-aSEEDAcala",
@@ -309,7 +347,8 @@
309
347
  "name": "aUSD SEED (Acala)",
310
348
  "symbol": "aSEED",
311
349
  "priceId": "ausd-seed-acala",
312
- "hasValue": true
350
+ "hasValue": true,
351
+ "icon": "aseed.png"
313
352
  },
314
353
  "aSEED-aSEEDKarura": {
315
354
  "slug": "aSEED-aSEEDKarura",
@@ -317,7 +356,8 @@
317
356
  "name": "aUSD SEED (Karura)",
318
357
  "symbol": "aSEED",
319
358
  "priceId": "ausd-seed-karura",
320
- "hasValue": true
359
+ "hasValue": true,
360
+ "icon": "aseed.png"
321
361
  },
322
362
  "DPR-DeeperNetwork": {
323
363
  "slug": "DPR-DeeperNetwork",
@@ -325,7 +365,8 @@
325
365
  "name": "Deeper Network",
326
366
  "symbol": "DPR",
327
367
  "priceId": "deeper-network",
328
- "hasValue": true
368
+ "hasValue": true,
369
+ "icon": "deeper-network.png"
329
370
  },
330
371
  "USDD-DecentralizedUSD": {
331
372
  "slug": "USDD-DecentralizedUSD",
@@ -333,6 +374,7 @@
333
374
  "name": "Decentralized USD",
334
375
  "symbol": "USDD",
335
376
  "priceId": "usdd",
336
- "hasValue": true
377
+ "hasValue": true,
378
+ "icon": "usdd.png"
337
379
  }
338
- }
380
+ }
@@ -13,6 +13,6 @@ const packageInfo = {
13
13
  name: '@subwallet/chain-list',
14
14
  path: typeof __dirname === 'string' ? __dirname : 'auto',
15
15
  type: 'cjs',
16
- version: '0.2.15-beta.0'
16
+ version: '0.2.15-beta.2'
17
17
  };
18
18
  exports.packageInfo = packageInfo;