@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.
@@ -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",
@@ -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",
@@ -13,6 +13,6 @@ const packageInfo = {
13
13
  name: '@subwallet/chain-list',
14
14
  path: typeof __dirname === 'string' ? __dirname : 'auto',
15
15
  type: 'cjs',
16
- version: '0.2.113-beta.6'
16
+ version: '0.2.113-beta.7'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -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
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.113-beta.6-pr-555-3b0e4a8b",
23
+ "version": "0.2.113-beta.7-pr-555-f3ca9fc0",
24
24
  "main": "./cjs/index.js",
25
25
  "module": "./index.js",
26
26
  "types": "./index.d.ts",
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.6'
10
+ version: '0.2.113-beta.7'
11
11
  };