@subwallet/chain-list 0.2.103-beta.9 → 0.2.103
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 +3266 -2812
- package/cjs/data/AssetLogoMap.json +1058 -1048
- package/cjs/data/AssetRef.json +174 -27
- package/cjs/data/ChainAsset.json +1138 -947
- package/cjs/data/ChainInfo.json +412 -347
- package/cjs/data/ChainLogoMap.json +348 -347
- package/cjs/data/MultiChainAsset.json +137 -101
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +1058 -1048
- package/data/AssetRef.json +174 -27
- package/data/ChainAsset.json +1138 -947
- package/data/ChainInfo.json +412 -347
- package/data/ChainLogoMap.json +348 -347
- package/data/MultiChainAsset.json +137 -101
- package/package.json +1 -1
- package/packageInfo.js +1 -1
package/cjs/data/AssetRef.json
CHANGED
|
@@ -104,6 +104,13 @@
|
|
|
104
104
|
"destChain": "amplitude",
|
|
105
105
|
"path": "XCM"
|
|
106
106
|
},
|
|
107
|
+
"ethereum-NATIVE-ETH___arbitrum_one-NATIVE-ETH": {
|
|
108
|
+
"srcAsset": "ethereum-NATIVE-ETH",
|
|
109
|
+
"destAsset": "arbitrum_one-NATIVE-ETH",
|
|
110
|
+
"srcChain": "ethereum",
|
|
111
|
+
"destChain": "arbitrum_one",
|
|
112
|
+
"path": "XCM"
|
|
113
|
+
},
|
|
107
114
|
"ethereum-NATIVE-ETH___polygonZkEvm-NATIVE-ETH": {
|
|
108
115
|
"srcAsset": "ethereum-NATIVE-ETH",
|
|
109
116
|
"destAsset": "polygonZkEvm-NATIVE-ETH",
|
|
@@ -118,6 +125,20 @@
|
|
|
118
125
|
"destChain": "polygon",
|
|
119
126
|
"path": "XCM"
|
|
120
127
|
},
|
|
128
|
+
"ethereum-NATIVE-ETH___base_mainnet-NATIVE-ETH": {
|
|
129
|
+
"srcAsset": "ethereum-NATIVE-ETH",
|
|
130
|
+
"destAsset": "base_mainnet-NATIVE-ETH",
|
|
131
|
+
"srcChain": "ethereum",
|
|
132
|
+
"destChain": "base_mainnet",
|
|
133
|
+
"path": "XCM"
|
|
134
|
+
},
|
|
135
|
+
"ethereum-NATIVE-ETH___optimism-NATIVE-ETH": {
|
|
136
|
+
"srcAsset": "ethereum-NATIVE-ETH",
|
|
137
|
+
"destAsset": "optimism-NATIVE-ETH",
|
|
138
|
+
"srcChain": "ethereum",
|
|
139
|
+
"destChain": "optimism",
|
|
140
|
+
"path": "XCM"
|
|
141
|
+
},
|
|
121
142
|
"pioneer-NATIVE-NEER___karura-LOCAL-NEER": {
|
|
122
143
|
"srcAsset": "pioneer-NATIVE-NEER",
|
|
123
144
|
"destAsset": "karura-LOCAL-NEER",
|
|
@@ -167,6 +188,48 @@
|
|
|
167
188
|
"destChain": "moonbeam",
|
|
168
189
|
"path": "XCM"
|
|
169
190
|
},
|
|
191
|
+
"arbitrum_one-NATIVE-ETH___ethereum-NATIVE-ETH": {
|
|
192
|
+
"srcAsset": "arbitrum_one-NATIVE-ETH",
|
|
193
|
+
"destAsset": "ethereum-NATIVE-ETH",
|
|
194
|
+
"srcChain": "arbitrum_one",
|
|
195
|
+
"destChain": "ethereum",
|
|
196
|
+
"path": "XCM"
|
|
197
|
+
},
|
|
198
|
+
"arbitrum_one-NATIVE-ETH___base_mainnet-NATIVE-ETH": {
|
|
199
|
+
"srcAsset": "arbitrum_one-NATIVE-ETH",
|
|
200
|
+
"destAsset": "base_mainnet-NATIVE-ETH",
|
|
201
|
+
"srcChain": "arbitrum_one",
|
|
202
|
+
"destChain": "base_mainnet",
|
|
203
|
+
"path": "XCM"
|
|
204
|
+
},
|
|
205
|
+
"arbitrum_one-NATIVE-ETH___optimism-NATIVE-ETH": {
|
|
206
|
+
"srcAsset": "arbitrum_one-NATIVE-ETH",
|
|
207
|
+
"destAsset": "optimism-NATIVE-ETH",
|
|
208
|
+
"srcChain": "arbitrum_one",
|
|
209
|
+
"destChain": "optimism",
|
|
210
|
+
"path": "XCM"
|
|
211
|
+
},
|
|
212
|
+
"optimism-NATIVE-ETH___ethereum-NATIVE-ETH": {
|
|
213
|
+
"srcAsset": "optimism-NATIVE-ETH",
|
|
214
|
+
"destAsset": "ethereum-NATIVE-ETH",
|
|
215
|
+
"srcChain": "optimism",
|
|
216
|
+
"destChain": "ethereum",
|
|
217
|
+
"path": "XCM"
|
|
218
|
+
},
|
|
219
|
+
"optimism-NATIVE-ETH___arbitrum_one-NATIVE-ETH": {
|
|
220
|
+
"srcAsset": "optimism-NATIVE-ETH",
|
|
221
|
+
"destAsset": "arbitrum_one-NATIVE-ETH",
|
|
222
|
+
"srcChain": "optimism",
|
|
223
|
+
"destChain": "arbitrum_one",
|
|
224
|
+
"path": "XCM"
|
|
225
|
+
},
|
|
226
|
+
"optimism-NATIVE-ETH___base_mainnet-NATIVE-ETH": {
|
|
227
|
+
"srcAsset": "optimism-NATIVE-ETH",
|
|
228
|
+
"destAsset": "base_mainnet-NATIVE-ETH",
|
|
229
|
+
"srcChain": "optimism",
|
|
230
|
+
"destChain": "base_mainnet",
|
|
231
|
+
"path": "XCM"
|
|
232
|
+
},
|
|
170
233
|
"acala-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
171
234
|
"srcAsset": "acala-LOCAL-DOT",
|
|
172
235
|
"destAsset": "polkadot-NATIVE-DOT",
|
|
@@ -223,6 +286,27 @@
|
|
|
223
286
|
"destChain": "statemint",
|
|
224
287
|
"path": "XCM"
|
|
225
288
|
},
|
|
289
|
+
"ethereum-ERC20-WETH-0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2___arbitrum_one-NATIVE-ETH": {
|
|
290
|
+
"srcAsset": "ethereum-ERC20-WETH-0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
291
|
+
"destAsset": "arbitrum_one-NATIVE-ETH",
|
|
292
|
+
"srcChain": "ethereum",
|
|
293
|
+
"destChain": "arbitrum_one",
|
|
294
|
+
"path": "XCM"
|
|
295
|
+
},
|
|
296
|
+
"ethereum-ERC20-WETH-0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2___base_mainnet-NATIVE-ETH": {
|
|
297
|
+
"srcAsset": "ethereum-ERC20-WETH-0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
298
|
+
"destAsset": "base_mainnet-NATIVE-ETH",
|
|
299
|
+
"srcChain": "ethereum",
|
|
300
|
+
"destChain": "base_mainnet",
|
|
301
|
+
"path": "XCM"
|
|
302
|
+
},
|
|
303
|
+
"ethereum-ERC20-WETH-0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2___optimism-NATIVE-ETH": {
|
|
304
|
+
"srcAsset": "ethereum-ERC20-WETH-0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
305
|
+
"destAsset": "optimism-NATIVE-ETH",
|
|
306
|
+
"srcChain": "ethereum",
|
|
307
|
+
"destChain": "optimism",
|
|
308
|
+
"path": "XCM"
|
|
309
|
+
},
|
|
226
310
|
"astar-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
227
311
|
"srcAsset": "astar-LOCAL-DOT",
|
|
228
312
|
"destAsset": "polkadot-NATIVE-DOT",
|
|
@@ -405,6 +489,27 @@
|
|
|
405
489
|
"destChain": "statemint",
|
|
406
490
|
"path": "XCM"
|
|
407
491
|
},
|
|
492
|
+
"base_mainnet-NATIVE-ETH___arbitrum_one-NATIVE-ETH": {
|
|
493
|
+
"srcAsset": "base_mainnet-NATIVE-ETH",
|
|
494
|
+
"destAsset": "arbitrum_one-NATIVE-ETH",
|
|
495
|
+
"srcChain": "base_mainnet",
|
|
496
|
+
"destChain": "arbitrum_one",
|
|
497
|
+
"path": "XCM"
|
|
498
|
+
},
|
|
499
|
+
"base_mainnet-NATIVE-ETH___ethereum-NATIVE-ETH": {
|
|
500
|
+
"srcAsset": "base_mainnet-NATIVE-ETH",
|
|
501
|
+
"destAsset": "ethereum-NATIVE-ETH",
|
|
502
|
+
"srcChain": "base_mainnet",
|
|
503
|
+
"destChain": "ethereum",
|
|
504
|
+
"path": "XCM"
|
|
505
|
+
},
|
|
506
|
+
"base_mainnet-NATIVE-ETH___optimism-NATIVE-ETH": {
|
|
507
|
+
"srcAsset": "base_mainnet-NATIVE-ETH",
|
|
508
|
+
"destAsset": "optimism-NATIVE-ETH",
|
|
509
|
+
"srcChain": "base_mainnet",
|
|
510
|
+
"destChain": "optimism",
|
|
511
|
+
"path": "XCM"
|
|
512
|
+
},
|
|
408
513
|
"bifrost_dot-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
409
514
|
"srcAsset": "bifrost_dot-LOCAL-DOT",
|
|
410
515
|
"destAsset": "polkadot-NATIVE-DOT",
|
|
@@ -545,13 +650,6 @@
|
|
|
545
650
|
"destChain": "base_sepolia",
|
|
546
651
|
"path": "XCM"
|
|
547
652
|
},
|
|
548
|
-
"sepolia_ethereum-ERC20-USDC-0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238___base_sepolia-ERC20-USDC-0x036CbD53842c5426634e7929541eC2318f3dCF7e": {
|
|
549
|
-
"srcAsset": "sepolia_ethereum-ERC20-USDC-0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238",
|
|
550
|
-
"destAsset": "base_sepolia-ERC20-USDC-0x036CbD53842c5426634e7929541eC2318f3dCF7e",
|
|
551
|
-
"srcChain": "sepolia_ethereum",
|
|
552
|
-
"destChain": "base_sepolia",
|
|
553
|
-
"path": "XCM"
|
|
554
|
-
},
|
|
555
653
|
"mythos-NATIVE-MYTH___hydradx_main-LOCAL-MYTH": {
|
|
556
654
|
"srcAsset": "mythos-NATIVE-MYTH",
|
|
557
655
|
"destAsset": "hydradx_main-LOCAL-MYTH",
|
|
@@ -602,12 +700,12 @@
|
|
|
602
700
|
"path": "XCM"
|
|
603
701
|
},
|
|
604
702
|
"sepolia_ethereum-ERC20-WETH-0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14___base_sepolia-NATIVE-ETH": {
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
703
|
+
"srcAsset": "sepolia_ethereum-ERC20-WETH-0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14",
|
|
704
|
+
"destAsset": "base_sepolia-NATIVE-ETH",
|
|
705
|
+
"srcChain": "sepolia_ethereum",
|
|
706
|
+
"destChain": "base_sepolia",
|
|
707
|
+
"path": "XCM"
|
|
708
|
+
},
|
|
611
709
|
"statemint-LOCAL-WETH___ethereum-ERC20-WETH-0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2": {
|
|
612
710
|
"srcAsset": "statemint-LOCAL-WETH",
|
|
613
711
|
"destAsset": "ethereum-ERC20-WETH-0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
@@ -706,20 +804,6 @@
|
|
|
706
804
|
"destChain": "arbitrum_sepolia",
|
|
707
805
|
"path": "XCM"
|
|
708
806
|
},
|
|
709
|
-
"base_sepolia-ERC20-USDC-0x036CbD53842c5426634e7929541eC2318f3dCF7e___sepolia_ethereum-ERC20-USDC-0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238": {
|
|
710
|
-
"srcAsset": "base_sepolia-ERC20-USDC-0x036CbD53842c5426634e7929541eC2318f3dCF7e",
|
|
711
|
-
"destAsset": "sepolia_ethereum-ERC20-USDC-0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238",
|
|
712
|
-
"srcChain": "base_sepolia",
|
|
713
|
-
"destChain": "sepolia_ethereum",
|
|
714
|
-
"path": "XCM"
|
|
715
|
-
},
|
|
716
|
-
"base_sepolia-ERC20-USDC-0x036CbD53842c5426634e7929541eC2318f3dCF7e___arbitrum_sepolia-ERC20-USDC-0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d": {
|
|
717
|
-
"srcAsset": "base_sepolia-ERC20-USDC-0x036CbD53842c5426634e7929541eC2318f3dCF7e",
|
|
718
|
-
"destAsset": "arbitrum_sepolia-ERC20-USDC-0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d",
|
|
719
|
-
"srcChain": "base_sepolia",
|
|
720
|
-
"destChain": "arbitrum_sepolia",
|
|
721
|
-
"path": "XCM"
|
|
722
|
-
},
|
|
723
807
|
"arbitrum_sepolia-NATIVE-ETH___base_sepolia-NATIVE-ETH": {
|
|
724
808
|
"srcAsset": "arbitrum_sepolia-NATIVE-ETH",
|
|
725
809
|
"destAsset": "base_sepolia-NATIVE-ETH",
|
|
@@ -741,6 +825,48 @@
|
|
|
741
825
|
"destChain": "arbitrum_sepolia",
|
|
742
826
|
"path": "XCM"
|
|
743
827
|
},
|
|
828
|
+
"base_mainnet-ERC20-WETH-0x4200000000000000000000000000000000000006___ethereum-NATIVE-ETH": {
|
|
829
|
+
"srcAsset": "base_mainnet-ERC20-WETH-0x4200000000000000000000000000000000000006",
|
|
830
|
+
"destAsset": "ethereum-NATIVE-ETH",
|
|
831
|
+
"srcChain": "base_mainnet",
|
|
832
|
+
"destChain": "ethereum",
|
|
833
|
+
"path": "XCM"
|
|
834
|
+
},
|
|
835
|
+
"base_mainnet-ERC20-WETH-0x4200000000000000000000000000000000000006___arbitrum_one-NATIVE-ETH": {
|
|
836
|
+
"srcAsset": "base_mainnet-ERC20-WETH-0x4200000000000000000000000000000000000006",
|
|
837
|
+
"destAsset": "arbitrum_one-NATIVE-ETH",
|
|
838
|
+
"srcChain": "base_mainnet",
|
|
839
|
+
"destChain": "arbitrum_one",
|
|
840
|
+
"path": "XCM"
|
|
841
|
+
},
|
|
842
|
+
"base_mainnet-ERC20-WETH-0x4200000000000000000000000000000000000006___optimism-NATIVE-ETH": {
|
|
843
|
+
"srcAsset": "base_mainnet-ERC20-WETH-0x4200000000000000000000000000000000000006",
|
|
844
|
+
"destAsset": "optimism-NATIVE-ETH",
|
|
845
|
+
"srcChain": "base_mainnet",
|
|
846
|
+
"destChain": "optimism",
|
|
847
|
+
"path": "XCM"
|
|
848
|
+
},
|
|
849
|
+
"arbitrum_one-ERC20-WETH-0x82aF49447D8a07e3bd95BD0d56f35241523fBab1___ethereum-NATIVE-ETH": {
|
|
850
|
+
"srcAsset": "arbitrum_one-ERC20-WETH-0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
|
|
851
|
+
"destAsset": "ethereum-NATIVE-ETH",
|
|
852
|
+
"srcChain": "arbitrum_one",
|
|
853
|
+
"destChain": "ethereum",
|
|
854
|
+
"path": "XCM"
|
|
855
|
+
},
|
|
856
|
+
"arbitrum_one-ERC20-WETH-0x82aF49447D8a07e3bd95BD0d56f35241523fBab1___base_mainnet-NATIVE-ETH": {
|
|
857
|
+
"srcAsset": "arbitrum_one-ERC20-WETH-0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
|
|
858
|
+
"destAsset": "base_mainnet-NATIVE-ETH",
|
|
859
|
+
"srcChain": "arbitrum_one",
|
|
860
|
+
"destChain": "base_mainnet",
|
|
861
|
+
"path": "XCM"
|
|
862
|
+
},
|
|
863
|
+
"arbitrum_one-ERC20-WETH-0x82aF49447D8a07e3bd95BD0d56f35241523fBab1___optimism-NATIVE-ETH": {
|
|
864
|
+
"srcAsset": "arbitrum_one-ERC20-WETH-0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
|
|
865
|
+
"destAsset": "optimism-NATIVE-ETH",
|
|
866
|
+
"srcChain": "arbitrum_one",
|
|
867
|
+
"destChain": "optimism",
|
|
868
|
+
"path": "XCM"
|
|
869
|
+
},
|
|
744
870
|
"polygon-ERC20-WETH-0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619___ethereum-NATIVE-ETH": {
|
|
745
871
|
"srcAsset": "polygon-ERC20-WETH-0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619",
|
|
746
872
|
"destAsset": "ethereum-NATIVE-ETH",
|
|
@@ -775,5 +901,26 @@
|
|
|
775
901
|
"srcChain": "westend_assethub",
|
|
776
902
|
"destChain": "westend",
|
|
777
903
|
"path": "XCM"
|
|
904
|
+
},
|
|
905
|
+
"optimism-ERC20-WETH-0x4200000000000000000000000000000000000006___ethereum-NATIVE-ETH": {
|
|
906
|
+
"srcAsset": "optimism-ERC20-WETH-0x4200000000000000000000000000000000000006",
|
|
907
|
+
"destAsset": "ethereum-NATIVE-ETH",
|
|
908
|
+
"srcChain": "optimism",
|
|
909
|
+
"destChain": "ethereum",
|
|
910
|
+
"path": "XCM"
|
|
911
|
+
},
|
|
912
|
+
"optimism-ERC20-WETH-0x4200000000000000000000000000000000000006___arbitrum_one-NATIVE-ETH": {
|
|
913
|
+
"srcAsset": "optimism-ERC20-WETH-0x4200000000000000000000000000000000000006",
|
|
914
|
+
"destAsset": "arbitrum_one-NATIVE-ETH",
|
|
915
|
+
"srcChain": "optimism",
|
|
916
|
+
"destChain": "arbitrum_one",
|
|
917
|
+
"path": "XCM"
|
|
918
|
+
},
|
|
919
|
+
"optimism-ERC20-WETH-0x4200000000000000000000000000000000000006___base_mainnet-NATIVE-ETH": {
|
|
920
|
+
"srcAsset": "optimism-ERC20-WETH-0x4200000000000000000000000000000000000006",
|
|
921
|
+
"destAsset": "base_mainnet-NATIVE-ETH",
|
|
922
|
+
"srcChain": "optimism",
|
|
923
|
+
"destChain": "base_mainnet",
|
|
924
|
+
"path": "XCM"
|
|
778
925
|
}
|
|
779
926
|
}
|