@subwallet/chain-list 0.2.43 → 0.2.44-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 +1665 -1607
- package/cjs/data/AssetLogoMap.json +550 -548
- package/cjs/data/AssetRef.json +8 -8
- package/cjs/data/ChainAsset.json +573 -559
- package/cjs/data/ChainInfo.json +257 -228
- package/cjs/data/ChainLogoMap.json +222 -221
- package/cjs/data/MultiChainAsset.json +55 -46
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +550 -548
- package/data/AssetRef.json +8 -8
- package/data/ChainAsset.json +573 -559
- package/data/ChainInfo.json +257 -228
- package/data/ChainLogoMap.json +222 -221
- package/data/MultiChainAsset.json +55 -46
- package/package.json +1 -1
- package/packageInfo.js +1 -1
package/data/AssetRef.json
CHANGED
|
@@ -209,9 +209,9 @@
|
|
|
209
209
|
"destChain": "statemint",
|
|
210
210
|
"path": "XCM"
|
|
211
211
|
},
|
|
212
|
-
"ethereum_goerli-NATIVE-ETH___chainflip_dot-NATIVE-
|
|
212
|
+
"ethereum_goerli-NATIVE-ETH___chainflip_dot-NATIVE-DOT": {
|
|
213
213
|
"srcAsset": "ethereum_goerli-NATIVE-ETH",
|
|
214
|
-
"destAsset": "chainflip_dot-NATIVE-
|
|
214
|
+
"destAsset": "chainflip_dot-NATIVE-DOT",
|
|
215
215
|
"srcChain": "ethereum_goerli",
|
|
216
216
|
"destChain": "chainflip_dot",
|
|
217
217
|
"path": "SWAP"
|
|
@@ -447,23 +447,23 @@
|
|
|
447
447
|
"destChain": "manta_network",
|
|
448
448
|
"path": "XCM"
|
|
449
449
|
},
|
|
450
|
-
"chainflip_dot-NATIVE-
|
|
451
|
-
"srcAsset": "chainflip_dot-NATIVE-
|
|
450
|
+
"chainflip_dot-NATIVE-DOT___ethereum_goerli-NATIVE-ETH": {
|
|
451
|
+
"srcAsset": "chainflip_dot-NATIVE-DOT",
|
|
452
452
|
"destAsset": "ethereum_goerli-NATIVE-ETH",
|
|
453
453
|
"srcChain": "chainflip_dot",
|
|
454
454
|
"destChain": "ethereum_goerli",
|
|
455
455
|
"path": "SWAP"
|
|
456
456
|
},
|
|
457
|
-
"chainflip_dot-NATIVE-
|
|
458
|
-
"srcAsset": "chainflip_dot-NATIVE-
|
|
457
|
+
"chainflip_dot-NATIVE-DOT___ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F": {
|
|
458
|
+
"srcAsset": "chainflip_dot-NATIVE-DOT",
|
|
459
459
|
"destAsset": "ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F",
|
|
460
460
|
"srcChain": "chainflip_dot",
|
|
461
461
|
"destChain": "ethereum_goerli",
|
|
462
462
|
"path": "SWAP"
|
|
463
463
|
},
|
|
464
|
-
"ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F___chainflip_dot-NATIVE-
|
|
464
|
+
"ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F___chainflip_dot-NATIVE-DOT": {
|
|
465
465
|
"srcAsset": "ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F",
|
|
466
|
-
"destAsset": "chainflip_dot-NATIVE-
|
|
466
|
+
"destAsset": "chainflip_dot-NATIVE-DOT",
|
|
467
467
|
"srcChain": "ethereum_goerli",
|
|
468
468
|
"destChain": "chainflip_dot",
|
|
469
469
|
"path": "SWAP"
|