@subwallet/chain-list 0.2.113-beta.6-pr-555-3b0e4a8b → 0.2.113-beta.7-pr-555-f3ca9fc0
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 +0 -7
- package/cjs/data/AssetRef.json +0 -7
- package/cjs/packageInfo.js +1 -1
- package/data/AssetRef.json +0 -7
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -1981,13 +1981,6 @@
|
|
|
1981
1981
|
srcChain: "statemint",
|
|
1982
1982
|
destChain: "ethereum",
|
|
1983
1983
|
path: "XCM"
|
|
1984
|
-
},
|
|
1985
|
-
"statemint-LOCAL-MYTH___ethereum-ERC20-MYTH-0xBA41Ddf06B7fFD89D1267b5A93BFeF2424eb2003": {
|
|
1986
|
-
srcAsset: "statemint-LOCAL-MYTH",
|
|
1987
|
-
destAsset: "ethereum-ERC20-MYTH-0xBA41Ddf06B7fFD89D1267b5A93BFeF2424eb2003",
|
|
1988
|
-
srcChain: "statemint",
|
|
1989
|
-
destChain: "ethereum",
|
|
1990
|
-
path: "XCM"
|
|
1991
1984
|
},
|
|
1992
1985
|
"statemint-LOCAL-MYTH___mythos-NATIVE-MYTH": {
|
|
1993
1986
|
srcAsset: "statemint-LOCAL-MYTH",
|
package/cjs/data/AssetRef.json
CHANGED
|
@@ -657,13 +657,6 @@
|
|
|
657
657
|
"destChain": "ethereum",
|
|
658
658
|
"path": "XCM"
|
|
659
659
|
},
|
|
660
|
-
"statemint-LOCAL-MYTH___ethereum-ERC20-MYTH-0xBA41Ddf06B7fFD89D1267b5A93BFeF2424eb2003": {
|
|
661
|
-
"srcAsset": "statemint-LOCAL-MYTH",
|
|
662
|
-
"destAsset": "ethereum-ERC20-MYTH-0xBA41Ddf06B7fFD89D1267b5A93BFeF2424eb2003",
|
|
663
|
-
"srcChain": "statemint",
|
|
664
|
-
"destChain": "ethereum",
|
|
665
|
-
"path": "XCM"
|
|
666
|
-
},
|
|
667
660
|
"statemint-LOCAL-MYTH___mythos-NATIVE-MYTH": {
|
|
668
661
|
"srcAsset": "statemint-LOCAL-MYTH",
|
|
669
662
|
"destAsset": "mythos-NATIVE-MYTH",
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetRef.json
CHANGED
|
@@ -657,13 +657,6 @@
|
|
|
657
657
|
"destChain": "ethereum",
|
|
658
658
|
"path": "XCM"
|
|
659
659
|
},
|
|
660
|
-
"statemint-LOCAL-MYTH___ethereum-ERC20-MYTH-0xBA41Ddf06B7fFD89D1267b5A93BFeF2424eb2003": {
|
|
661
|
-
"srcAsset": "statemint-LOCAL-MYTH",
|
|
662
|
-
"destAsset": "ethereum-ERC20-MYTH-0xBA41Ddf06B7fFD89D1267b5A93BFeF2424eb2003",
|
|
663
|
-
"srcChain": "statemint",
|
|
664
|
-
"destChain": "ethereum",
|
|
665
|
-
"path": "XCM"
|
|
666
|
-
},
|
|
667
660
|
"statemint-LOCAL-MYTH___mythos-NATIVE-MYTH": {
|
|
668
661
|
"srcAsset": "statemint-LOCAL-MYTH",
|
|
669
662
|
"destAsset": "mythos-NATIVE-MYTH",
|
package/package.json
CHANGED
package/packageInfo.js
CHANGED
|
@@ -7,5 +7,5 @@ export const packageInfo = {
|
|
|
7
7
|
name: '@subwallet/chain-list',
|
|
8
8
|
path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto',
|
|
9
9
|
type: 'esm',
|
|
10
|
-
version: '0.2.113-beta.
|
|
10
|
+
version: '0.2.113-beta.7'
|
|
11
11
|
};
|