@subwallet/chain-list 0.2.73-beta.1 → 0.2.73-beta.2

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.
@@ -14148,7 +14148,7 @@
14148
14148
  originChain: "syscoin_evm_testnet",
14149
14149
  slug: "syscoin_evm_testnet-NATIVE-tSYS",
14150
14150
  name: "Test Syscoin",
14151
- symbol: "tSYS",
14151
+ symbol: "TSYS",
14152
14152
  decimals: 18,
14153
14153
  priceId: null,
14154
14154
  minAmount: "0",
@@ -23379,7 +23379,7 @@
23379
23379
  evmChainId: 5700,
23380
23380
  blockExplorer: "https://tanenbaum.io",
23381
23381
  existentialDeposit: "0",
23382
- symbol: "tSYS",
23382
+ symbol: "TSYS",
23383
23383
  decimals: 18,
23384
23384
  supportSmartContract: [
23385
23385
  "ERC20",
@@ -11543,7 +11543,7 @@
11543
11543
  "originChain": "syscoin_evm_testnet",
11544
11544
  "slug": "syscoin_evm_testnet-NATIVE-tSYS",
11545
11545
  "name": "Test Syscoin",
11546
- "symbol": "tSYS",
11546
+ "symbol": "TSYS",
11547
11547
  "decimals": 18,
11548
11548
  "priceId": null,
11549
11549
  "minAmount": "0",
@@ -9071,7 +9071,7 @@
9071
9071
  "evmChainId": 5700,
9072
9072
  "blockExplorer": "https://tanenbaum.io",
9073
9073
  "existentialDeposit": "0",
9074
- "symbol": "tSYS",
9074
+ "symbol": "TSYS",
9075
9075
  "decimals": 18,
9076
9076
  "supportSmartContract": [
9077
9077
  "ERC20",
@@ -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.73-beta.1'
16
+ version: '0.2.73-beta.2'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -11543,7 +11543,7 @@
11543
11543
  "originChain": "syscoin_evm_testnet",
11544
11544
  "slug": "syscoin_evm_testnet-NATIVE-tSYS",
11545
11545
  "name": "Test Syscoin",
11546
- "symbol": "tSYS",
11546
+ "symbol": "TSYS",
11547
11547
  "decimals": 18,
11548
11548
  "priceId": null,
11549
11549
  "minAmount": "0",
@@ -9071,7 +9071,7 @@
9071
9071
  "evmChainId": 5700,
9072
9072
  "blockExplorer": "https://tanenbaum.io",
9073
9073
  "existentialDeposit": "0",
9074
- "symbol": "tSYS",
9074
+ "symbol": "TSYS",
9075
9075
  "decimals": 18,
9076
9076
  "supportSmartContract": [
9077
9077
  "ERC20",
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.73-beta.1",
23
+ "version": "0.2.73-beta.2",
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.73-beta.1'
10
+ version: '0.2.73-beta.2'
11
11
  };