@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: "
|
|
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: "
|
|
23382
|
+
symbol: "TSYS",
|
|
23383
23383
|
decimals: 18,
|
|
23384
23384
|
supportSmartContract: [
|
|
23385
23385
|
"ERC20",
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -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": "
|
|
11546
|
+
"symbol": "TSYS",
|
|
11547
11547
|
"decimals": 18,
|
|
11548
11548
|
"priceId": null,
|
|
11549
11549
|
"minAmount": "0",
|
package/cjs/data/ChainInfo.json
CHANGED
package/cjs/packageInfo.js
CHANGED
package/data/ChainAsset.json
CHANGED
|
@@ -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": "
|
|
11546
|
+
"symbol": "TSYS",
|
|
11547
11547
|
"decimals": 18,
|
|
11548
11548
|
"priceId": null,
|
|
11549
11549
|
"minAmount": "0",
|
package/data/ChainInfo.json
CHANGED
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.73-beta.
|
|
10
|
+
version: '0.2.73-beta.2'
|
|
11
11
|
};
|