@subwallet/chain-list 0.2.123-beta.5-pr-612-83ea51f0 → 0.2.123-beta.6-pr-641-521c7bbc
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 +420 -288
- package/cjs/data/AssetLogoMap.json +1266 -1258
- package/cjs/data/AssetRef.json +42 -0
- package/cjs/data/ChainAsset.json +1376 -1145
- package/cjs/data/ChainInfo.json +491 -648
- package/cjs/data/ChainLogoMap.json +381 -379
- package/cjs/data/MultiChainAsset.json +121 -121
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +1266 -1258
- package/data/AssetRef.json +42 -0
- package/data/ChainAsset.json +1376 -1145
- package/data/ChainInfo.json +491 -648
- package/data/ChainLogoMap.json +381 -379
- package/data/MultiChainAsset.json +121 -121
- package/package.json +1 -1
- package/packageInfo.js +1 -1
- package/types.d.ts +0 -1
package/cjs/data/AssetRef.json
CHANGED
|
@@ -440,6 +440,13 @@
|
|
|
440
440
|
"destChain": "xode",
|
|
441
441
|
"path": "XCM"
|
|
442
442
|
},
|
|
443
|
+
"statemint-LOCAL-USDt___statemine-LOCAL-USDT": {
|
|
444
|
+
"srcAsset": "statemint-LOCAL-USDt",
|
|
445
|
+
"destAsset": "statemine-LOCAL-USDT",
|
|
446
|
+
"srcChain": "statemint",
|
|
447
|
+
"destChain": "statemine",
|
|
448
|
+
"path": "XCM"
|
|
449
|
+
},
|
|
443
450
|
"bifrost-LOCAL-KSM___kusama-NATIVE-KSM": {
|
|
444
451
|
"srcAsset": "bifrost-LOCAL-KSM",
|
|
445
452
|
"destAsset": "kusama-NATIVE-KSM",
|
|
@@ -531,6 +538,20 @@
|
|
|
531
538
|
"destChain": "hydradx_main",
|
|
532
539
|
"path": "XCM"
|
|
533
540
|
},
|
|
541
|
+
"statemint-LOCAL-USDC___energy_web_x-LOCAL-USDC": {
|
|
542
|
+
"srcAsset": "statemint-LOCAL-USDC",
|
|
543
|
+
"destAsset": "energy_web_x-LOCAL-USDC",
|
|
544
|
+
"srcChain": "statemint",
|
|
545
|
+
"destChain": "energy_web_x",
|
|
546
|
+
"path": "XCM"
|
|
547
|
+
},
|
|
548
|
+
"statemint-LOCAL-USDC___statemine-LOCAL-USDC": {
|
|
549
|
+
"srcAsset": "statemint-LOCAL-USDC",
|
|
550
|
+
"destAsset": "statemine-LOCAL-USDC",
|
|
551
|
+
"srcChain": "statemint",
|
|
552
|
+
"destChain": "statemine",
|
|
553
|
+
"path": "XCM"
|
|
554
|
+
},
|
|
534
555
|
"hydradx_main-LOCAL-USDC___statemint-LOCAL-USDC": {
|
|
535
556
|
"srcAsset": "hydradx_main-LOCAL-USDC",
|
|
536
557
|
"destAsset": "statemint-LOCAL-USDC",
|
|
@@ -943,5 +964,26 @@
|
|
|
943
964
|
"srcChain": "xode",
|
|
944
965
|
"destChain": "statemint",
|
|
945
966
|
"path": "XCM"
|
|
967
|
+
},
|
|
968
|
+
"energy_web_x-LOCAL-USDC___statemint-LOCAL-USDC": {
|
|
969
|
+
"srcAsset": "energy_web_x-LOCAL-USDC",
|
|
970
|
+
"destAsset": "statemint-LOCAL-USDC",
|
|
971
|
+
"srcChain": "energy_web_x",
|
|
972
|
+
"destChain": "statemint",
|
|
973
|
+
"path": "XCM"
|
|
974
|
+
},
|
|
975
|
+
"statemine-LOCAL-USDC___statemint-LOCAL-USDC": {
|
|
976
|
+
"srcAsset": "statemine-LOCAL-USDC",
|
|
977
|
+
"destAsset": "statemint-LOCAL-USDC",
|
|
978
|
+
"srcChain": "statemine",
|
|
979
|
+
"destChain": "statemint",
|
|
980
|
+
"path": "XCM"
|
|
981
|
+
},
|
|
982
|
+
"statemine-LOCAL-USDT___statemint-LOCAL-USDt": {
|
|
983
|
+
"srcAsset": "statemine-LOCAL-USDT",
|
|
984
|
+
"destAsset": "statemint-LOCAL-USDt",
|
|
985
|
+
"srcChain": "statemine",
|
|
986
|
+
"destChain": "statemint",
|
|
987
|
+
"path": "XCM"
|
|
946
988
|
}
|
|
947
989
|
}
|