@subwallet/chain-list 0.2.25-beta.6 → 0.2.26-beta.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/bundle-subwallet-chain-list.js +179 -67
- package/cjs/data/AssetLogoMap.json +8 -4
- package/cjs/data/AssetRef.json +14 -0
- package/cjs/data/ChainAsset.json +114 -42
- package/cjs/data/ChainInfo.json +45 -23
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +8 -4
- package/data/AssetRef.json +14 -0
- package/data/ChainAsset.json +114 -42
- package/data/ChainInfo.json +45 -23
- package/package.json +1 -1
- package/packageInfo.js +1 -1
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -2688,20 +2688,6 @@
|
|
|
2688
2688
|
"hasValue": true,
|
|
2689
2689
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/watr_mainnet_evm-native-watr.png"
|
|
2690
2690
|
},
|
|
2691
|
-
"watr_mainnet-NATIVE-WATR": {
|
|
2692
|
-
"originChain": "watr_mainnet",
|
|
2693
|
-
"slug": "watr_mainnet-NATIVE-WATR",
|
|
2694
|
-
"name": "WATR",
|
|
2695
|
-
"symbol": "WATR",
|
|
2696
|
-
"decimals": 18,
|
|
2697
|
-
"priceId": null,
|
|
2698
|
-
"minAmount": "10000000000000000",
|
|
2699
|
-
"assetType": "NATIVE",
|
|
2700
|
-
"metadata": null,
|
|
2701
|
-
"multiChainAsset": null,
|
|
2702
|
-
"hasValue": true,
|
|
2703
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/watr_mainnet-native-watr.png"
|
|
2704
|
-
},
|
|
2705
2691
|
"watr_network-NATIVE-WATRD": {
|
|
2706
2692
|
"originChain": "watr_network",
|
|
2707
2693
|
"slug": "watr_network-NATIVE-WATRD",
|
|
@@ -2716,6 +2702,20 @@
|
|
|
2716
2702
|
"hasValue": false,
|
|
2717
2703
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/watr_network-native-watrd.png"
|
|
2718
2704
|
},
|
|
2705
|
+
"watr_mainnet-NATIVE-WATR": {
|
|
2706
|
+
"originChain": "watr_mainnet",
|
|
2707
|
+
"slug": "watr_mainnet-NATIVE-WATR",
|
|
2708
|
+
"name": "WATR",
|
|
2709
|
+
"symbol": "WATR",
|
|
2710
|
+
"decimals": 18,
|
|
2711
|
+
"priceId": null,
|
|
2712
|
+
"minAmount": "10000000000000000",
|
|
2713
|
+
"assetType": "NATIVE",
|
|
2714
|
+
"metadata": null,
|
|
2715
|
+
"multiChainAsset": null,
|
|
2716
|
+
"hasValue": true,
|
|
2717
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/watr_mainnet-native-watr.png"
|
|
2718
|
+
},
|
|
2719
2719
|
"watr_network_evm-NATIVE-WATRD": {
|
|
2720
2720
|
"originChain": "watr_network_evm",
|
|
2721
2721
|
"slug": "watr_network_evm-NATIVE-WATRD",
|
|
@@ -6731,7 +6731,7 @@
|
|
|
6731
6731
|
"name": "Krest",
|
|
6732
6732
|
"symbol": "KREST",
|
|
6733
6733
|
"decimals": 18,
|
|
6734
|
-
"priceId":
|
|
6734
|
+
"priceId": "krest",
|
|
6735
6735
|
"minAmount": "500",
|
|
6736
6736
|
"assetType": "NATIVE",
|
|
6737
6737
|
"metadata": null,
|
|
@@ -7114,21 +7114,23 @@
|
|
|
7114
7114
|
"hasValue": true,
|
|
7115
7115
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-usdc.png"
|
|
7116
7116
|
},
|
|
7117
|
-
"
|
|
7118
|
-
"originChain": "
|
|
7119
|
-
"slug": "
|
|
7120
|
-
"name": "
|
|
7121
|
-
"symbol": "
|
|
7122
|
-
"decimals":
|
|
7123
|
-
"priceId":
|
|
7124
|
-
"minAmount": "
|
|
7125
|
-
"assetType": "
|
|
7117
|
+
"acala-LOCAL-USDCet": {
|
|
7118
|
+
"originChain": "acala",
|
|
7119
|
+
"slug": "acala-LOCAL-USDCet",
|
|
7120
|
+
"name": "USD Coin (Portal from Ethereum)",
|
|
7121
|
+
"symbol": "USDCet",
|
|
7122
|
+
"decimals": 6,
|
|
7123
|
+
"priceId": "usd-coin",
|
|
7124
|
+
"minAmount": "10000",
|
|
7125
|
+
"assetType": "LOCAL",
|
|
7126
7126
|
"metadata": {
|
|
7127
|
-
"
|
|
7127
|
+
"onChainInfo": {
|
|
7128
|
+
"Erc20": "0x07df96d1341a7d16ba1ad431e2c847d978bc2bce"
|
|
7129
|
+
}
|
|
7128
7130
|
},
|
|
7129
|
-
"multiChainAsset":
|
|
7131
|
+
"multiChainAsset": "USDC-USDCoin",
|
|
7130
7132
|
"hasValue": true,
|
|
7131
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/
|
|
7133
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-usdcet.png"
|
|
7132
7134
|
},
|
|
7133
7135
|
"moonbeam-ERC20-CP": {
|
|
7134
7136
|
"originChain": "moonbeam",
|
|
@@ -7190,6 +7192,24 @@
|
|
|
7190
7192
|
"hasValue": true,
|
|
7191
7193
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/arbitrum_one-erc20-usdc.e-0xff970a61a04b1ca14834a43f5de4533ebddb5cc8.png"
|
|
7192
7194
|
},
|
|
7195
|
+
"centrifuge-LOCAL-USDC": {
|
|
7196
|
+
"originChain": "centrifuge",
|
|
7197
|
+
"slug": "centrifuge-LOCAL-USDC",
|
|
7198
|
+
"name": "USD Coin",
|
|
7199
|
+
"symbol": "USDC",
|
|
7200
|
+
"decimals": 6,
|
|
7201
|
+
"priceId": "usd-coin",
|
|
7202
|
+
"minAmount": "1000",
|
|
7203
|
+
"assetType": "LOCAL",
|
|
7204
|
+
"metadata": {
|
|
7205
|
+
"onChainInfo": {
|
|
7206
|
+
"ForeignAsset": 6
|
|
7207
|
+
}
|
|
7208
|
+
},
|
|
7209
|
+
"multiChainAsset": "USDC-USDCoin",
|
|
7210
|
+
"hasValue": true,
|
|
7211
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/centrifuge-local-usdc.png"
|
|
7212
|
+
},
|
|
7193
7213
|
"subspace_gemini_3g-NATIVE-tSSC": {
|
|
7194
7214
|
"originChain": "subspace_gemini_3g",
|
|
7195
7215
|
"slug": "subspace_gemini_3g-NATIVE-tSSC",
|
|
@@ -7204,6 +7224,72 @@
|
|
|
7204
7224
|
"hasValue": false,
|
|
7205
7225
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/subspace_gemini_3g-native-tssc.png"
|
|
7206
7226
|
},
|
|
7227
|
+
"interlay-LOCAL-USDC.wh": {
|
|
7228
|
+
"originChain": "interlay",
|
|
7229
|
+
"slug": "interlay-LOCAL-USDC.wh",
|
|
7230
|
+
"name": "USD Coin",
|
|
7231
|
+
"symbol": "USDC.wh",
|
|
7232
|
+
"decimals": 6,
|
|
7233
|
+
"priceId": "usd-coin",
|
|
7234
|
+
"minAmount": "0",
|
|
7235
|
+
"assetType": "LOCAL",
|
|
7236
|
+
"metadata": {
|
|
7237
|
+
"onChainInfo": {
|
|
7238
|
+
"ForeignAsset": 8
|
|
7239
|
+
}
|
|
7240
|
+
},
|
|
7241
|
+
"multiChainAsset": "USDC-USDCoin",
|
|
7242
|
+
"hasValue": true,
|
|
7243
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/interlay-local-usdc.wh.png"
|
|
7244
|
+
},
|
|
7245
|
+
"moonbeam-LOCAL-xcUSDC": {
|
|
7246
|
+
"originChain": "moonbeam",
|
|
7247
|
+
"slug": "moonbeam-LOCAL-xcUSDC",
|
|
7248
|
+
"name": "USD Coin",
|
|
7249
|
+
"symbol": "xcUSDC",
|
|
7250
|
+
"decimals": 6,
|
|
7251
|
+
"priceId": "usd-coin",
|
|
7252
|
+
"minAmount": "1",
|
|
7253
|
+
"assetType": "LOCAL",
|
|
7254
|
+
"metadata": {
|
|
7255
|
+
"assetId": "166377000701797186346254371275954761085",
|
|
7256
|
+
"assetType": "ForeignAsset",
|
|
7257
|
+
"contractAddress": "0xFFfffffF7D2B0B761Af01Ca8e25242976ac0aD7D"
|
|
7258
|
+
},
|
|
7259
|
+
"multiChainAsset": "USDC-USDCoin",
|
|
7260
|
+
"hasValue": true,
|
|
7261
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcusdc.png"
|
|
7262
|
+
},
|
|
7263
|
+
"moonbeam-ERC20-stDOT-0xbc7E02c4178a7dF7d3E564323a5c359dc96C4db4": {
|
|
7264
|
+
"originChain": "moonbeam",
|
|
7265
|
+
"slug": "moonbeam-ERC20-stDOT-0xbc7E02c4178a7dF7d3E564323a5c359dc96C4db4",
|
|
7266
|
+
"name": "Stella stDOT",
|
|
7267
|
+
"symbol": "stDOT",
|
|
7268
|
+
"decimals": 10,
|
|
7269
|
+
"priceId": null,
|
|
7270
|
+
"minAmount": "0",
|
|
7271
|
+
"assetType": "ERC20",
|
|
7272
|
+
"metadata": {
|
|
7273
|
+
"contractAddress": "0xbc7E02c4178a7dF7d3E564323a5c359dc96C4db4"
|
|
7274
|
+
},
|
|
7275
|
+
"multiChainAsset": null,
|
|
7276
|
+
"hasValue": true,
|
|
7277
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-erc20-stdot-0xbc7e02c4178a7df7d3e564323a5c359dc96c4db4.png"
|
|
7278
|
+
},
|
|
7279
|
+
"vara_testnet-NATIVE-TVARA": {
|
|
7280
|
+
"originChain": "vara_testnet",
|
|
7281
|
+
"slug": "vara_testnet-NATIVE-TVARA",
|
|
7282
|
+
"name": "Vara Network Testnet",
|
|
7283
|
+
"symbol": "TVARA",
|
|
7284
|
+
"decimals": 12,
|
|
7285
|
+
"priceId": null,
|
|
7286
|
+
"minAmount": "10000000000000",
|
|
7287
|
+
"assetType": "NATIVE",
|
|
7288
|
+
"metadata": null,
|
|
7289
|
+
"multiChainAsset": null,
|
|
7290
|
+
"hasValue": false,
|
|
7291
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/vara_testnet-native-tvara.png"
|
|
7292
|
+
},
|
|
7207
7293
|
"enjin_matrixchain-NATIVE-ENJ": {
|
|
7208
7294
|
"originChain": "enjin_matrixchain",
|
|
7209
7295
|
"slug": "enjin_matrixchain-NATIVE-ENJ",
|
|
@@ -7245,19 +7331,5 @@
|
|
|
7245
7331
|
"multiChainAsset": null,
|
|
7246
7332
|
"hasValue": false,
|
|
7247
7333
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/goldberg_testnet-native-avl.png"
|
|
7248
|
-
},
|
|
7249
|
-
"vara_testnet-NATIVE-TVARA": {
|
|
7250
|
-
"originChain": "vara_testnet",
|
|
7251
|
-
"slug": "vara_testnet-NATIVE-TVARA",
|
|
7252
|
-
"name": "Vara Network Testnet",
|
|
7253
|
-
"symbol": "TVARA",
|
|
7254
|
-
"decimals": 12,
|
|
7255
|
-
"priceId": null,
|
|
7256
|
-
"minAmount": "10000000000000",
|
|
7257
|
-
"assetType": "NATIVE",
|
|
7258
|
-
"metadata": null,
|
|
7259
|
-
"multiChainAsset": null,
|
|
7260
|
-
"hasValue": false,
|
|
7261
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/vara_testnet-native-tvara.png"
|
|
7262
7334
|
}
|
|
7263
|
-
}
|
|
7335
|
+
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -722,7 +722,7 @@
|
|
|
722
722
|
"evmInfo": null,
|
|
723
723
|
"substrateInfo": {
|
|
724
724
|
"relaySlug": "polkadot",
|
|
725
|
-
"paraId":
|
|
725
|
+
"paraId": 2056,
|
|
726
726
|
"genesisHash": "0x8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7",
|
|
727
727
|
"addressPrefix": 42,
|
|
728
728
|
"chainType": "PARACHAIN",
|
|
@@ -1492,6 +1492,17 @@
|
|
|
1492
1492
|
"auctionIndex": 5,
|
|
1493
1493
|
"firstPeriod": 6,
|
|
1494
1494
|
"lastPeriod": 13
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
"relayChain": "polkadot",
|
|
1498
|
+
"fundId": "2002-76",
|
|
1499
|
+
"paraId": 2002,
|
|
1500
|
+
"status": "won",
|
|
1501
|
+
"startTime": "2024-01-16T01:48:00.000Z",
|
|
1502
|
+
"endTime": "2025-11-18T01:48:00.000Z",
|
|
1503
|
+
"auctionIndex": 53,
|
|
1504
|
+
"firstPeriod": 15,
|
|
1505
|
+
"lastPeriod": 22
|
|
1495
1506
|
}
|
|
1496
1507
|
]
|
|
1497
1508
|
},
|
|
@@ -4330,11 +4341,11 @@
|
|
|
4330
4341
|
},
|
|
4331
4342
|
"evmInfo": null,
|
|
4332
4343
|
"substrateInfo": {
|
|
4333
|
-
"relaySlug":
|
|
4334
|
-
"paraId":
|
|
4344
|
+
"relaySlug": "polkadot",
|
|
4345
|
+
"paraId": 2058,
|
|
4335
4346
|
"genesisHash": "0xb53c620c41860278fa3068a5367c8eedceefce8a7c29237d830bc09a71737b5d",
|
|
4336
4347
|
"addressPrefix": 19,
|
|
4337
|
-
"chainType": "
|
|
4348
|
+
"chainType": "PARACHAIN",
|
|
4338
4349
|
"crowdloanUrl": null,
|
|
4339
4350
|
"blockExplorer": null,
|
|
4340
4351
|
"existentialDeposit": "10000000000000000",
|
|
@@ -4588,7 +4599,7 @@
|
|
|
4588
4599
|
"evmInfo": null,
|
|
4589
4600
|
"substrateInfo": {
|
|
4590
4601
|
"relaySlug": "polkadot",
|
|
4591
|
-
"paraId":
|
|
4602
|
+
"paraId": 2051,
|
|
4592
4603
|
"genesisHash": "0xe358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee",
|
|
4593
4604
|
"addressPrefix": 1328,
|
|
4594
4605
|
"chainType": "PARACHAIN",
|
|
@@ -5131,7 +5142,7 @@
|
|
|
5131
5142
|
"evmInfo": null,
|
|
5132
5143
|
"substrateInfo": {
|
|
5133
5144
|
"relaySlug": "polkadot",
|
|
5134
|
-
"paraId":
|
|
5145
|
+
"paraId": null,
|
|
5135
5146
|
"genesisHash": "0xe9d7420a5f73edef005ccb8e043500aa5b2458f173912184ea93c14dc035a203",
|
|
5136
5147
|
"addressPrefix": 42,
|
|
5137
5148
|
"chainType": "PARACHAIN",
|
|
@@ -5143,7 +5154,7 @@
|
|
|
5143
5154
|
"hasNativeNft": false,
|
|
5144
5155
|
"supportStaking": false,
|
|
5145
5156
|
"supportSmartContract": null,
|
|
5146
|
-
"crowdloanParaId":
|
|
5157
|
+
"crowdloanParaId": 3354,
|
|
5147
5158
|
"crowdloanFunds": [
|
|
5148
5159
|
{
|
|
5149
5160
|
"relayChain": "polkadot",
|
|
@@ -5163,7 +5174,7 @@
|
|
|
5163
5174
|
"status": "in_auction",
|
|
5164
5175
|
"startTime": "2024-01-16T01:48:00.000Z",
|
|
5165
5176
|
"endTime": "2025-11-18T01:48:00.000Z",
|
|
5166
|
-
"auctionIndex":
|
|
5177
|
+
"auctionIndex": 55,
|
|
5167
5178
|
"firstPeriod": 15,
|
|
5168
5179
|
"lastPeriod": 22
|
|
5169
5180
|
}
|
|
@@ -5328,11 +5339,11 @@
|
|
|
5328
5339
|
},
|
|
5329
5340
|
"evmInfo": null,
|
|
5330
5341
|
"substrateInfo": {
|
|
5331
|
-
"relaySlug":
|
|
5342
|
+
"relaySlug": "polkadot",
|
|
5332
5343
|
"paraId": null,
|
|
5333
5344
|
"genesisHash": "0x7e4e32d0feafd4f9c9414b0be86373f9a1efa904809b683453a9af6856d38ad5",
|
|
5334
5345
|
"addressPrefix": 69,
|
|
5335
|
-
"chainType": "
|
|
5346
|
+
"chainType": "PARACHAIN",
|
|
5336
5347
|
"crowdloanUrl": null,
|
|
5337
5348
|
"blockExplorer": "https://sora.subscan.io/",
|
|
5338
5349
|
"existentialDeposit": "0",
|
|
@@ -5341,8 +5352,19 @@
|
|
|
5341
5352
|
"hasNativeNft": false,
|
|
5342
5353
|
"supportStaking": false,
|
|
5343
5354
|
"supportSmartContract": null,
|
|
5344
|
-
"crowdloanParaId":
|
|
5355
|
+
"crowdloanParaId": 2025,
|
|
5345
5356
|
"crowdloanFunds": [
|
|
5357
|
+
{
|
|
5358
|
+
"relayChain": "polkadot",
|
|
5359
|
+
"fundId": "2025-75",
|
|
5360
|
+
"paraId": 2025,
|
|
5361
|
+
"status": "in_auction",
|
|
5362
|
+
"startTime": "2024-01-16T01:48:00.000Z",
|
|
5363
|
+
"endTime": "2025-11-18T01:48:00.000Z",
|
|
5364
|
+
"auctionIndex": 0,
|
|
5365
|
+
"firstPeriod": 15,
|
|
5366
|
+
"lastPeriod": 22
|
|
5367
|
+
},
|
|
5346
5368
|
{
|
|
5347
5369
|
"relayChain": "polkadot",
|
|
5348
5370
|
"fundId": "2025-69",
|
|
@@ -5951,11 +5973,11 @@
|
|
|
5951
5973
|
},
|
|
5952
5974
|
"evmInfo": null,
|
|
5953
5975
|
"substrateInfo": {
|
|
5954
|
-
"relaySlug":
|
|
5955
|
-
"paraId":
|
|
5976
|
+
"relaySlug": "polkadot",
|
|
5977
|
+
"paraId": 2097,
|
|
5956
5978
|
"genesisHash": "0x2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03",
|
|
5957
5979
|
"addressPrefix": 42,
|
|
5958
|
-
"chainType": "
|
|
5980
|
+
"chainType": "PARACHAIN",
|
|
5959
5981
|
"crowdloanUrl": null,
|
|
5960
5982
|
"blockExplorer": "https://scan.bittensor.com/",
|
|
5961
5983
|
"existentialDeposit": "500",
|
|
@@ -6050,7 +6072,7 @@
|
|
|
6050
6072
|
"paraId": 2027,
|
|
6051
6073
|
"genesisHash": null,
|
|
6052
6074
|
"addressPrefix": null,
|
|
6053
|
-
"chainType":
|
|
6075
|
+
"chainType": "PARACHAIN",
|
|
6054
6076
|
"crowdloanUrl": null,
|
|
6055
6077
|
"blockExplorer": null,
|
|
6056
6078
|
"existentialDeposit": null,
|
|
@@ -6116,7 +6138,7 @@
|
|
|
6116
6138
|
"paraId": 3334,
|
|
6117
6139
|
"genesisHash": null,
|
|
6118
6140
|
"addressPrefix": null,
|
|
6119
|
-
"chainType":
|
|
6141
|
+
"chainType": "PARACHAIN",
|
|
6120
6142
|
"crowdloanUrl": null,
|
|
6121
6143
|
"blockExplorer": null,
|
|
6122
6144
|
"existentialDeposit": null,
|
|
@@ -6155,7 +6177,7 @@
|
|
|
6155
6177
|
"paraId": 2090,
|
|
6156
6178
|
"genesisHash": null,
|
|
6157
6179
|
"addressPrefix": null,
|
|
6158
|
-
"chainType":
|
|
6180
|
+
"chainType": "PARACHAIN",
|
|
6159
6181
|
"crowdloanUrl": null,
|
|
6160
6182
|
"blockExplorer": null,
|
|
6161
6183
|
"existentialDeposit": null,
|
|
@@ -6194,7 +6216,7 @@
|
|
|
6194
6216
|
"paraId": 2053,
|
|
6195
6217
|
"genesisHash": null,
|
|
6196
6218
|
"addressPrefix": null,
|
|
6197
|
-
"chainType":
|
|
6219
|
+
"chainType": "PARACHAIN",
|
|
6198
6220
|
"crowdloanUrl": null,
|
|
6199
6221
|
"blockExplorer": null,
|
|
6200
6222
|
"existentialDeposit": null,
|
|
@@ -6233,7 +6255,7 @@
|
|
|
6233
6255
|
"paraId": 3338,
|
|
6234
6256
|
"genesisHash": null,
|
|
6235
6257
|
"addressPrefix": null,
|
|
6236
|
-
"chainType":
|
|
6258
|
+
"chainType": "PARACHAIN",
|
|
6237
6259
|
"crowdloanUrl": null,
|
|
6238
6260
|
"blockExplorer": null,
|
|
6239
6261
|
"existentialDeposit": null,
|
|
@@ -6326,7 +6348,7 @@
|
|
|
6326
6348
|
"paraId": 3345,
|
|
6327
6349
|
"genesisHash": null,
|
|
6328
6350
|
"addressPrefix": null,
|
|
6329
|
-
"chainType":
|
|
6351
|
+
"chainType": "PARACHAIN",
|
|
6330
6352
|
"crowdloanUrl": null,
|
|
6331
6353
|
"blockExplorer": null,
|
|
6332
6354
|
"existentialDeposit": null,
|
|
@@ -6365,7 +6387,7 @@
|
|
|
6365
6387
|
"paraId": 3340,
|
|
6366
6388
|
"genesisHash": null,
|
|
6367
6389
|
"addressPrefix": null,
|
|
6368
|
-
"chainType":
|
|
6390
|
+
"chainType": "PARACHAIN",
|
|
6369
6391
|
"crowdloanUrl": null,
|
|
6370
6392
|
"blockExplorer": null,
|
|
6371
6393
|
"existentialDeposit": null,
|
|
@@ -6698,7 +6720,7 @@
|
|
|
6698
6720
|
"paraId": 2104,
|
|
6699
6721
|
"genesisHash": null,
|
|
6700
6722
|
"addressPrefix": null,
|
|
6701
|
-
"chainType":
|
|
6723
|
+
"chainType": "PARACHAIN",
|
|
6702
6724
|
"crowdloanUrl": null,
|
|
6703
6725
|
"blockExplorer": "https://manta.subscan.io/",
|
|
6704
6726
|
"existentialDeposit": null,
|
|
@@ -6727,7 +6749,7 @@
|
|
|
6727
6749
|
"paraId": 3333,
|
|
6728
6750
|
"genesisHash": null,
|
|
6729
6751
|
"addressPrefix": null,
|
|
6730
|
-
"chainType":
|
|
6752
|
+
"chainType": "PARACHAIN",
|
|
6731
6753
|
"crowdloanUrl": null,
|
|
6732
6754
|
"blockExplorer": null,
|
|
6733
6755
|
"existentialDeposit": null,
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -172,8 +172,8 @@
|
|
|
172
172
|
"kilt_peregrine-native-pilt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/kilt_peregrine-native-pilt.png",
|
|
173
173
|
"xx_network-native-xx": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/xx_network-native-xx.png",
|
|
174
174
|
"watr_mainnet_evm-native-watr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/watr_mainnet_evm-native-watr.png",
|
|
175
|
-
"watr_mainnet-native-watr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/watr_mainnet-native-watr.png",
|
|
176
175
|
"watr_network-native-watrd": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/watr_network-native-watrd.png",
|
|
176
|
+
"watr_mainnet-native-watr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/watr_mainnet-native-watr.png",
|
|
177
177
|
"watr_network_evm-native-watrd": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/watr_network_evm-native-watrd.png",
|
|
178
178
|
"fusotao-native-tao": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/fusotao-native-tao.png",
|
|
179
179
|
"discovol-native-disc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/discovol-native-disc.png",
|
|
@@ -442,16 +442,20 @@
|
|
|
442
442
|
"astar-psp34-neuroguns-az9bd2thegkrs3fnjv5oe7kgvrp5gqvdjmhc2gxjxa2yqbd": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/astar-psp34-neuroguns-az9bd2thegkrs3fnjv5oe7kgvrp5gqvdjmhc2gxjxa2yqbd.png",
|
|
443
443
|
"bittensor-native-tao": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bittensor-native-tao.png",
|
|
444
444
|
"hydradx_main-local-usdc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-usdc.png",
|
|
445
|
-
"
|
|
445
|
+
"acala-local-usdcet": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-usdcet.png",
|
|
446
446
|
"moonbeam-erc20-cp": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-erc20-cp.jpg",
|
|
447
447
|
"zeta_test-native-azeta": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/zeta_test-native-azeta.png",
|
|
448
448
|
"xcavate-native-xcav": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/xcavate-native-xcav.png",
|
|
449
449
|
"arbitrum_one-erc20-usdc.e-0xff970a61a04b1ca14834a43f5de4533ebddb5cc8": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/arbitrum_one-erc20-usdc.e-0xff970a61a04b1ca14834a43f5de4533ebddb5cc8.png",
|
|
450
|
+
"centrifuge-local-usdc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/centrifuge-local-usdc.png",
|
|
450
451
|
"subspace_gemini_3g-native-tssc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/subspace_gemini_3g-native-tssc.png",
|
|
452
|
+
"interlay-local-usdc.wh": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/interlay-local-usdc.wh.png",
|
|
453
|
+
"moonbeam-local-xcusdc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcusdc.png",
|
|
454
|
+
"moonbeam-erc20-stdot-0xbc7e02c4178a7df7d3e564323a5c359dc96c4db4": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-erc20-stdot-0xbc7e02c4178a7df7d3e564323a5c359dc96c4db4.png",
|
|
455
|
+
"vara_testnet-native-tvara": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/vara_testnet-native-tvara.png",
|
|
451
456
|
"enjin_matrixchain-native-enj": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/enjin_matrixchain-native-enj.png",
|
|
452
457
|
"enjin_relaychain-native-enj": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/enjin_relaychain-native-enj.png",
|
|
453
458
|
"goldberg_testnet-native-avl": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/goldberg_testnet-native-avl.png",
|
|
454
|
-
"vara_testnet-native-tvara": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/vara_testnet-native-tvara.png",
|
|
455
459
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
456
460
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
457
461
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -497,4 +501,4 @@
|
|
|
497
501
|
"enj-enjin": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/enj-enjin.png",
|
|
498
502
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
499
503
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png"
|
|
500
|
-
}
|
|
504
|
+
}
|
package/data/AssetRef.json
CHANGED
|
@@ -293,11 +293,25 @@
|
|
|
293
293
|
"destChain": "hydradx_main",
|
|
294
294
|
"path": "XCM"
|
|
295
295
|
},
|
|
296
|
+
"statemint-LOCAL-USDC___moonbeam-LOCAL-xcUSDC": {
|
|
297
|
+
"srcAsset": "statemint-LOCAL-USDC",
|
|
298
|
+
"destAsset": "moonbeam-LOCAL-xcUSDC",
|
|
299
|
+
"srcChain": "statemint",
|
|
300
|
+
"destChain": "moonbeam",
|
|
301
|
+
"path": "XCM"
|
|
302
|
+
},
|
|
296
303
|
"hydradx_main-LOCAL-USDC___statemint-LOCAL-USDC": {
|
|
297
304
|
"srcAsset": "hydradx_main-LOCAL-USDC",
|
|
298
305
|
"destAsset": "statemint-LOCAL-USDC",
|
|
299
306
|
"srcChain": "hydradx_main",
|
|
300
307
|
"destChain": "statemint",
|
|
301
308
|
"path": "XCM"
|
|
309
|
+
},
|
|
310
|
+
"moonbeam-LOCAL-xcUSDC___statemint-LOCAL-USDC": {
|
|
311
|
+
"srcAsset": "moonbeam-LOCAL-xcUSDC",
|
|
312
|
+
"destAsset": "statemint-LOCAL-USDC",
|
|
313
|
+
"srcChain": "moonbeam",
|
|
314
|
+
"destChain": "statemint",
|
|
315
|
+
"path": "XCM"
|
|
302
316
|
}
|
|
303
317
|
}
|