@subwallet/chain-list 0.0.13 → 0.0.14
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 +5781 -5781
- package/cjs/index.js +4 -4
- package/cjs/packageInfo.js +1 -1
- package/index.js +4 -4
- package/package.json +1 -1
- package/packageInfo.js +1 -1
package/cjs/index.js
CHANGED
|
@@ -5,10 +5,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
7
|
exports._DEFAULT_CHAINS = exports.MultiChainAssetMap = exports.ChainInfoMap = exports.ChainAssetMap = exports.COMMON_CHAIN_SLUGS = exports.AssetRefMap = void 0;
|
|
8
|
-
var
|
|
9
|
-
var _ChainAsset2 = _interopRequireDefault(require("
|
|
10
|
-
var
|
|
11
|
-
var _MultiChainAsset2 = _interopRequireDefault(require("
|
|
8
|
+
var _AssetRef2 = _interopRequireDefault(require("@subwallet/chain-list/cjs/data/AssetRef.json"));
|
|
9
|
+
var _ChainAsset2 = _interopRequireDefault(require("@subwallet/chain-list/cjs/data/ChainAsset.json"));
|
|
10
|
+
var _ChainInfo2 = _interopRequireDefault(require("@subwallet/chain-list/cjs/data/ChainInfo.json"));
|
|
11
|
+
var _MultiChainAsset2 = _interopRequireDefault(require("@subwallet/chain-list/cjs/data/MultiChainAsset.json"));
|
|
12
12
|
// Copyright 2019-2022 @subwallet/chain-list authors & contributors
|
|
13
13
|
// SPDX-License-Identifier: Apache-2.0
|
|
14
14
|
|
package/cjs/packageInfo.js
CHANGED
package/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
// Copyright 2019-2022 @subwallet/chain-list authors & contributors
|
|
2
2
|
// SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
4
|
+
import _AssetRefMap from '@subwallet/chain-list/data/AssetRef.json';
|
|
5
|
+
import _ChainAssetMap from '@subwallet/chain-list/data/ChainAsset.json';
|
|
6
|
+
import _ChainInfoMap from '@subwallet/chain-list/data/ChainInfo.json';
|
|
7
|
+
import _MultiChainAssetMap from '@subwallet/chain-list/data/MultiChainAsset.json';
|
|
8
8
|
export const ChainInfoMap = _ChainInfoMap;
|
|
9
9
|
export const ChainAssetMap = _ChainAssetMap;
|
|
10
10
|
export const AssetRefMap = _AssetRefMap;
|
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.0.
|
|
10
|
+
version: '0.0.14'
|
|
11
11
|
};
|