@subwallet/chain-list 0.2.99 → 0.2.100-beta.1
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 +3013 -2537
- package/cjs/data/AssetLogoMap.json +941 -933
- package/cjs/data/AssetRef.json +133 -0
- package/cjs/data/ChainAsset.json +1052 -829
- package/cjs/data/ChainInfo.json +440 -337
- package/cjs/data/ChainLogoMap.json +342 -340
- package/cjs/data/MultiChainAsset.json +101 -101
- package/cjs/packageInfo.js +1 -1
- package/cjs/types.js +2 -1
- package/data/AssetLogoMap.json +941 -933
- package/data/AssetRef.json +133 -0
- package/data/ChainAsset.json +1052 -829
- package/data/ChainInfo.json +440 -337
- package/data/ChainLogoMap.json +342 -340
- package/data/MultiChainAsset.json +101 -101
- package/package.json +1 -1
- package/packageInfo.js +1 -1
- package/types.d.ts +10 -1
- package/types.js +2 -1
package/data/AssetRef.json
CHANGED
|
@@ -223,6 +223,13 @@
|
|
|
223
223
|
"destChain": "polygon",
|
|
224
224
|
"path": "XCM"
|
|
225
225
|
},
|
|
226
|
+
"ethereum-NATIVE-ETH___ethereum-ERC20-WBTC-0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599": {
|
|
227
|
+
"srcAsset": "ethereum-NATIVE-ETH",
|
|
228
|
+
"destAsset": "ethereum-ERC20-WBTC-0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
|
|
229
|
+
"srcChain": "ethereum",
|
|
230
|
+
"destChain": "ethereum",
|
|
231
|
+
"path": "SWAP"
|
|
232
|
+
},
|
|
226
233
|
"pioneer-NATIVE-NEER___karura-LOCAL-NEER": {
|
|
227
234
|
"srcAsset": "pioneer-NATIVE-NEER",
|
|
228
235
|
"destAsset": "karura-LOCAL-NEER",
|
|
@@ -334,6 +341,34 @@
|
|
|
334
341
|
"destChain": "ethereum",
|
|
335
342
|
"path": "SWAP"
|
|
336
343
|
},
|
|
344
|
+
"arbitrum_one-NATIVE-ETH___arbitrum_one-ERC20-USDT-0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9": {
|
|
345
|
+
"srcAsset": "arbitrum_one-NATIVE-ETH",
|
|
346
|
+
"destAsset": "arbitrum_one-ERC20-USDT-0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9",
|
|
347
|
+
"srcChain": "arbitrum_one",
|
|
348
|
+
"destChain": "arbitrum_one",
|
|
349
|
+
"path": "SWAP"
|
|
350
|
+
},
|
|
351
|
+
"arbitrum_one-NATIVE-ETH___arbitrum_one-ERC20-ARB-0x912CE59144191C1204E64559FE8253a0e49E6548": {
|
|
352
|
+
"srcAsset": "arbitrum_one-NATIVE-ETH",
|
|
353
|
+
"destAsset": "arbitrum_one-ERC20-ARB-0x912CE59144191C1204E64559FE8253a0e49E6548",
|
|
354
|
+
"srcChain": "arbitrum_one",
|
|
355
|
+
"destChain": "arbitrum_one",
|
|
356
|
+
"path": "SWAP"
|
|
357
|
+
},
|
|
358
|
+
"arbitrum_one-NATIVE-ETH___arbitrum_one-ERC20-WBTC-0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f": {
|
|
359
|
+
"srcAsset": "arbitrum_one-NATIVE-ETH",
|
|
360
|
+
"destAsset": "arbitrum_one-ERC20-WBTC-0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f",
|
|
361
|
+
"srcChain": "arbitrum_one",
|
|
362
|
+
"destChain": "arbitrum_one",
|
|
363
|
+
"path": "SWAP"
|
|
364
|
+
},
|
|
365
|
+
"arbitrum_one-ERC20-ARB-0x912CE59144191C1204E64559FE8253a0e49E6548___arbitrum_one-NATIVE-ETH": {
|
|
366
|
+
"srcAsset": "arbitrum_one-ERC20-ARB-0x912CE59144191C1204E64559FE8253a0e49E6548",
|
|
367
|
+
"destAsset": "arbitrum_one-NATIVE-ETH",
|
|
368
|
+
"srcChain": "arbitrum_one",
|
|
369
|
+
"destChain": "arbitrum_one",
|
|
370
|
+
"path": "SWAP"
|
|
371
|
+
},
|
|
337
372
|
"acala-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
338
373
|
"srcAsset": "acala-LOCAL-DOT",
|
|
339
374
|
"destAsset": "polkadot-NATIVE-DOT",
|
|
@@ -404,6 +439,13 @@
|
|
|
404
439
|
"destChain": "statemint",
|
|
405
440
|
"path": "XCM"
|
|
406
441
|
},
|
|
442
|
+
"westend-NATIVE-WND___westend_assethub-NATIVE-WND": {
|
|
443
|
+
"srcAsset": "westend-NATIVE-WND",
|
|
444
|
+
"destAsset": "westend_assethub-NATIVE-WND",
|
|
445
|
+
"srcChain": "westend",
|
|
446
|
+
"destChain": "westend_assethub",
|
|
447
|
+
"path": "XCM"
|
|
448
|
+
},
|
|
407
449
|
"rococo-NATIVE-ROC___hydradx_rococo-NATIVE-HDX": {
|
|
408
450
|
"srcAsset": "rococo-NATIVE-ROC",
|
|
409
451
|
"destAsset": "hydradx_rococo-NATIVE-HDX",
|
|
@@ -1027,6 +1069,13 @@
|
|
|
1027
1069
|
"destChain": "statemint",
|
|
1028
1070
|
"path": "XCM"
|
|
1029
1071
|
},
|
|
1072
|
+
"ethereum-ERC20-WBTC-0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599___ethereum-NATIVE-ETH": {
|
|
1073
|
+
"srcAsset": "ethereum-ERC20-WBTC-0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
|
|
1074
|
+
"destAsset": "ethereum-NATIVE-ETH",
|
|
1075
|
+
"srcChain": "ethereum",
|
|
1076
|
+
"destChain": "ethereum",
|
|
1077
|
+
"path": "SWAP"
|
|
1078
|
+
},
|
|
1030
1079
|
"ethereum-ERC20-SHIB-0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE___statemint-LOCAL-SHIB": {
|
|
1031
1080
|
"srcAsset": "ethereum-ERC20-SHIB-0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE",
|
|
1032
1081
|
"destAsset": "statemint-LOCAL-SHIB",
|
|
@@ -1034,6 +1083,13 @@
|
|
|
1034
1083
|
"destChain": "statemint",
|
|
1035
1084
|
"path": "XCM"
|
|
1036
1085
|
},
|
|
1086
|
+
"arbitrum_one-ERC20-USDT-0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9___arbitrum_one-NATIVE-ETH": {
|
|
1087
|
+
"srcAsset": "arbitrum_one-ERC20-USDT-0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9",
|
|
1088
|
+
"destAsset": "arbitrum_one-NATIVE-ETH",
|
|
1089
|
+
"srcChain": "arbitrum_one",
|
|
1090
|
+
"destChain": "arbitrum_one",
|
|
1091
|
+
"path": "SWAP"
|
|
1092
|
+
},
|
|
1037
1093
|
"arbitrum_one-ERC20-USDC-0xaf88d065e77c8cC2239327C5EDb3A432268e5831___ethereum-NATIVE-ETH": {
|
|
1038
1094
|
"srcAsset": "arbitrum_one-ERC20-USDC-0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
|
|
1039
1095
|
"destAsset": "ethereum-NATIVE-ETH",
|
|
@@ -4679,6 +4735,27 @@
|
|
|
4679
4735
|
"destChain": "availTuringTest",
|
|
4680
4736
|
"path": "XCM"
|
|
4681
4737
|
},
|
|
4738
|
+
"storyOdyssey_testnet-NATIVE-IP___storyOdyssey_testnet-ERC20-PIP-0x6e990040Fd9b06F98eFb62A147201696941680b5": {
|
|
4739
|
+
"srcAsset": "storyOdyssey_testnet-NATIVE-IP",
|
|
4740
|
+
"destAsset": "storyOdyssey_testnet-ERC20-PIP-0x6e990040Fd9b06F98eFb62A147201696941680b5",
|
|
4741
|
+
"srcChain": "storyOdyssey_testnet",
|
|
4742
|
+
"destChain": "storyOdyssey_testnet",
|
|
4743
|
+
"path": "SWAP"
|
|
4744
|
+
},
|
|
4745
|
+
"storyOdyssey_testnet-NATIVE-IP___storyOdyssey_testnet-ERC20-USDC-0x40fCa9cB1AB15eD9B5bDA19A52ac00A78AE08e1D": {
|
|
4746
|
+
"srcAsset": "storyOdyssey_testnet-NATIVE-IP",
|
|
4747
|
+
"destAsset": "storyOdyssey_testnet-ERC20-USDC-0x40fCa9cB1AB15eD9B5bDA19A52ac00A78AE08e1D",
|
|
4748
|
+
"srcChain": "storyOdyssey_testnet",
|
|
4749
|
+
"destChain": "storyOdyssey_testnet",
|
|
4750
|
+
"path": "SWAP"
|
|
4751
|
+
},
|
|
4752
|
+
"storyOdyssey_testnet-NATIVE-IP___storyOdyssey_testnet-ERC20-USDT-0x62A0e5cEd3064e64db5F02f0838c7E822a0A50B3": {
|
|
4753
|
+
"srcAsset": "storyOdyssey_testnet-NATIVE-IP",
|
|
4754
|
+
"destAsset": "storyOdyssey_testnet-ERC20-USDT-0x62A0e5cEd3064e64db5F02f0838c7E822a0A50B3",
|
|
4755
|
+
"srcChain": "storyOdyssey_testnet",
|
|
4756
|
+
"destChain": "storyOdyssey_testnet",
|
|
4757
|
+
"path": "SWAP"
|
|
4758
|
+
},
|
|
4682
4759
|
"polygon_amoy-ERC20-WETH-0x52eF3d68BaB452a294342DC3e5f464d7f610f72E___sepolia_ethereum-NATIVE-ETH": {
|
|
4683
4760
|
"srcAsset": "polygon_amoy-ERC20-WETH-0x52eF3d68BaB452a294342DC3e5f464d7f610f72E",
|
|
4684
4761
|
"destAsset": "sepolia_ethereum-NATIVE-ETH",
|
|
@@ -4693,6 +4770,13 @@
|
|
|
4693
4770
|
"destChain": "sepolia_ethereum",
|
|
4694
4771
|
"path": "XCM"
|
|
4695
4772
|
},
|
|
4773
|
+
"storyOdyssey_testnet-ERC20-PIP-0x6e990040Fd9b06F98eFb62A147201696941680b5___storyOdyssey_testnet-NATIVE-IP": {
|
|
4774
|
+
"srcAsset": "storyOdyssey_testnet-ERC20-PIP-0x6e990040Fd9b06F98eFb62A147201696941680b5",
|
|
4775
|
+
"destAsset": "storyOdyssey_testnet-NATIVE-IP",
|
|
4776
|
+
"srcChain": "storyOdyssey_testnet",
|
|
4777
|
+
"destChain": "storyOdyssey_testnet",
|
|
4778
|
+
"path": "SWAP"
|
|
4779
|
+
},
|
|
4696
4780
|
"hydradx_main-LOCAL-2-Pool___hydradx_main-LOCAL-4Pool": {
|
|
4697
4781
|
"srcAsset": "hydradx_main-LOCAL-2-Pool",
|
|
4698
4782
|
"destAsset": "hydradx_main-LOCAL-4Pool",
|
|
@@ -4832,5 +4916,54 @@
|
|
|
4832
4916
|
"srcChain": "hydradx_main",
|
|
4833
4917
|
"destChain": "hydradx_main",
|
|
4834
4918
|
"path": "SWAP"
|
|
4919
|
+
},
|
|
4920
|
+
"westend_assethub-NATIVE-WND___westend_assethub-LOCAL-PRIM": {
|
|
4921
|
+
"srcAsset": "westend_assethub-NATIVE-WND",
|
|
4922
|
+
"destAsset": "westend_assethub-LOCAL-PRIM",
|
|
4923
|
+
"srcChain": "westend_assethub",
|
|
4924
|
+
"destChain": "westend_assethub",
|
|
4925
|
+
"path": "SWAP"
|
|
4926
|
+
},
|
|
4927
|
+
"westend_assethub-NATIVE-WND___westend-NATIVE-WND": {
|
|
4928
|
+
"srcAsset": "westend_assethub-NATIVE-WND",
|
|
4929
|
+
"destAsset": "westend-NATIVE-WND",
|
|
4930
|
+
"srcChain": "westend_assethub",
|
|
4931
|
+
"destChain": "westend",
|
|
4932
|
+
"path": "XCM"
|
|
4933
|
+
},
|
|
4934
|
+
"story_protocol-NATIVE-IP___story_protocol-ERC20-USDC-0xF1815bd50389c46847f0Bda824eC8da914045D14": {
|
|
4935
|
+
"srcAsset": "story_protocol-NATIVE-IP",
|
|
4936
|
+
"destAsset": "story_protocol-ERC20-USDC-0xF1815bd50389c46847f0Bda824eC8da914045D14",
|
|
4937
|
+
"srcChain": "story_protocol",
|
|
4938
|
+
"destChain": "story_protocol",
|
|
4939
|
+
"path": "SWAP"
|
|
4940
|
+
},
|
|
4941
|
+
"story_protocol-ERC20-USDC-0xF1815bd50389c46847f0Bda824eC8da914045D14___story_protocol-NATIVE-IP": {
|
|
4942
|
+
"srcAsset": "story_protocol-ERC20-USDC-0xF1815bd50389c46847f0Bda824eC8da914045D14",
|
|
4943
|
+
"destAsset": "story_protocol-NATIVE-IP",
|
|
4944
|
+
"srcChain": "story_protocol",
|
|
4945
|
+
"destChain": "story_protocol",
|
|
4946
|
+
"path": "SWAP"
|
|
4947
|
+
},
|
|
4948
|
+
"storyOdyssey_testnet-ERC20-USDC-0x40fCa9cB1AB15eD9B5bDA19A52ac00A78AE08e1D___storyOdyssey_testnet-NATIVE-IP": {
|
|
4949
|
+
"srcAsset": "storyOdyssey_testnet-ERC20-USDC-0x40fCa9cB1AB15eD9B5bDA19A52ac00A78AE08e1D",
|
|
4950
|
+
"destAsset": "storyOdyssey_testnet-NATIVE-IP",
|
|
4951
|
+
"srcChain": "storyOdyssey_testnet",
|
|
4952
|
+
"destChain": "storyOdyssey_testnet",
|
|
4953
|
+
"path": "SWAP"
|
|
4954
|
+
},
|
|
4955
|
+
"storyOdyssey_testnet-ERC20-USDT-0x62A0e5cEd3064e64db5F02f0838c7E822a0A50B3___storyOdyssey_testnet-NATIVE-IP": {
|
|
4956
|
+
"srcAsset": "storyOdyssey_testnet-ERC20-USDT-0x62A0e5cEd3064e64db5F02f0838c7E822a0A50B3",
|
|
4957
|
+
"destAsset": "storyOdyssey_testnet-NATIVE-IP",
|
|
4958
|
+
"srcChain": "storyOdyssey_testnet",
|
|
4959
|
+
"destChain": "storyOdyssey_testnet",
|
|
4960
|
+
"path": "SWAP"
|
|
4961
|
+
},
|
|
4962
|
+
"arbitrum_one-ERC20-WBTC-0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f___arbitrum_one-NATIVE-ETH": {
|
|
4963
|
+
"srcAsset": "arbitrum_one-ERC20-WBTC-0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f",
|
|
4964
|
+
"destAsset": "arbitrum_one-NATIVE-ETH",
|
|
4965
|
+
"srcChain": "arbitrum_one",
|
|
4966
|
+
"destChain": "arbitrum_one",
|
|
4967
|
+
"path": "SWAP"
|
|
4835
4968
|
}
|
|
4836
4969
|
}
|