@subwallet/chain-list 0.2.85-beta.6 → 0.2.85-beta.7

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.
@@ -2978,7 +2978,7 @@
2978
2978
  originChain: "polygon",
2979
2979
  slug: "polygon-NATIVE-MATIC",
2980
2980
  name: "Polygon",
2981
- symbol: "MATIC",
2981
+ symbol: "POL",
2982
2982
  decimals: 18,
2983
2983
  priceId: "matic-network",
2984
2984
  minAmount: "0",
@@ -14806,7 +14806,7 @@
14806
14806
  originChain: "5irechain_mainnet",
14807
14807
  slug: "5irechain_mainnet-NATIVE-5IRE",
14808
14808
  name: "5ireChain Mainnet",
14809
- symbol: "5IRE",
14809
+ symbol: "5ire",
14810
14810
  decimals: 18,
14811
14811
  priceId: "5ire",
14812
14812
  minAmount: "0",
@@ -15518,7 +15518,7 @@
15518
15518
  evmChainId: 137,
15519
15519
  blockExplorer: "https://polygonscan.com",
15520
15520
  existentialDeposit: "0",
15521
- symbol: "MATIC",
15521
+ symbol: "POL",
15522
15522
  decimals: 18,
15523
15523
  supportSmartContract: [
15524
15524
  "ERC20",
@@ -25427,7 +25427,7 @@
25427
25427
  evmChainId: 995,
25428
25428
  blockExplorer: "https://5irescan.io/",
25429
25429
  existentialDeposit: "0",
25430
- symbol: "5IRE",
25430
+ symbol: "5ire",
25431
25431
  decimals: 18,
25432
25432
  supportSmartContract: [
25433
25433
  "ERC721",
@@ -184,7 +184,7 @@
184
184
  "originChain": "polygon",
185
185
  "slug": "polygon-NATIVE-MATIC",
186
186
  "name": "Polygon",
187
- "symbol": "MATIC",
187
+ "symbol": "POL",
188
188
  "decimals": 18,
189
189
  "priceId": "matic-network",
190
190
  "minAmount": "0",
@@ -12012,7 +12012,7 @@
12012
12012
  "originChain": "5irechain_mainnet",
12013
12013
  "slug": "5irechain_mainnet-NATIVE-5IRE",
12014
12014
  "name": "5ireChain Mainnet",
12015
- "symbol": "5IRE",
12015
+ "symbol": "5ire",
12016
12016
  "decimals": 18,
12017
12017
  "priceId": "5ire",
12018
12018
  "minAmount": "0",
@@ -471,7 +471,7 @@
471
471
  "evmChainId": 137,
472
472
  "blockExplorer": "https://polygonscan.com",
473
473
  "existentialDeposit": "0",
474
- "symbol": "MATIC",
474
+ "symbol": "POL",
475
475
  "decimals": 18,
476
476
  "supportSmartContract": [
477
477
  "ERC20",
@@ -9710,7 +9710,7 @@
9710
9710
  "evmChainId": 995,
9711
9711
  "blockExplorer": "https://5irescan.io/",
9712
9712
  "existentialDeposit": "0",
9713
- "symbol": "5IRE",
9713
+ "symbol": "5ire",
9714
9714
  "decimals": 18,
9715
9715
  "supportSmartContract": [
9716
9716
  "ERC721",
@@ -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.85-beta.6'
16
+ version: '0.2.85-beta.7'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -184,7 +184,7 @@
184
184
  "originChain": "polygon",
185
185
  "slug": "polygon-NATIVE-MATIC",
186
186
  "name": "Polygon",
187
- "symbol": "MATIC",
187
+ "symbol": "POL",
188
188
  "decimals": 18,
189
189
  "priceId": "matic-network",
190
190
  "minAmount": "0",
@@ -12012,7 +12012,7 @@
12012
12012
  "originChain": "5irechain_mainnet",
12013
12013
  "slug": "5irechain_mainnet-NATIVE-5IRE",
12014
12014
  "name": "5ireChain Mainnet",
12015
- "symbol": "5IRE",
12015
+ "symbol": "5ire",
12016
12016
  "decimals": 18,
12017
12017
  "priceId": "5ire",
12018
12018
  "minAmount": "0",
@@ -471,7 +471,7 @@
471
471
  "evmChainId": 137,
472
472
  "blockExplorer": "https://polygonscan.com",
473
473
  "existentialDeposit": "0",
474
- "symbol": "MATIC",
474
+ "symbol": "POL",
475
475
  "decimals": 18,
476
476
  "supportSmartContract": [
477
477
  "ERC20",
@@ -9710,7 +9710,7 @@
9710
9710
  "evmChainId": 995,
9711
9711
  "blockExplorer": "https://5irescan.io/",
9712
9712
  "existentialDeposit": "0",
9713
- "symbol": "5IRE",
9713
+ "symbol": "5ire",
9714
9714
  "decimals": 18,
9715
9715
  "supportSmartContract": [
9716
9716
  "ERC721",
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.85-beta.6",
23
+ "version": "0.2.85-beta.7",
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.85-beta.6'
10
+ version: '0.2.85-beta.7'
11
11
  };