@subwallet/chain-list 0.2.83-beta.1 → 0.2.83-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.
- package/bundle-subwallet-chain-list.js +10 -10
- package/cjs/data/ChainAsset.json +6 -6
- package/cjs/data/ChainInfo.json +4 -4
- package/cjs/packageInfo.js +1 -1
- package/data/ChainAsset.json +6 -6
- package/data/ChainInfo.json +4 -4
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -4996,9 +4996,9 @@
|
|
|
4996
4996
|
slug: "litmus-NATIVE-LIT",
|
|
4997
4997
|
name: "Litmus",
|
|
4998
4998
|
symbol: "LIT",
|
|
4999
|
-
decimals:
|
|
4999
|
+
decimals: 18,
|
|
5000
5000
|
priceId: null,
|
|
5001
|
-
minAmount: "
|
|
5001
|
+
minAmount: "100000000000000000",
|
|
5002
5002
|
assetType: "NATIVE",
|
|
5003
5003
|
metadata: null,
|
|
5004
5004
|
multiChainAsset: null,
|
|
@@ -5010,9 +5010,9 @@
|
|
|
5010
5010
|
slug: "litentry-NATIVE-LIT",
|
|
5011
5011
|
name: "Litentry",
|
|
5012
5012
|
symbol: "LIT",
|
|
5013
|
-
decimals:
|
|
5013
|
+
decimals: 18,
|
|
5014
5014
|
priceId: "litentry",
|
|
5015
|
-
minAmount: "
|
|
5015
|
+
minAmount: "100000000000000000",
|
|
5016
5016
|
assetType: "NATIVE",
|
|
5017
5017
|
metadata: null,
|
|
5018
5018
|
multiChainAsset: null,
|
|
@@ -5952,7 +5952,7 @@
|
|
|
5952
5952
|
symbol: "USDt",
|
|
5953
5953
|
decimals: 6,
|
|
5954
5954
|
priceId: "tether",
|
|
5955
|
-
minAmount: "
|
|
5955
|
+
minAmount: "10000 ",
|
|
5956
5956
|
assetType: "LOCAL",
|
|
5957
5957
|
metadata: {
|
|
5958
5958
|
assetId: "1984",
|
|
@@ -9744,7 +9744,7 @@
|
|
|
9744
9744
|
symbol: "USDC",
|
|
9745
9745
|
decimals: 6,
|
|
9746
9746
|
priceId: "usd-coin",
|
|
9747
|
-
minAmount: "
|
|
9747
|
+
minAmount: "10000 ",
|
|
9748
9748
|
assetType: "LOCAL",
|
|
9749
9749
|
metadata: {
|
|
9750
9750
|
assetId: "1337",
|
|
@@ -18402,9 +18402,9 @@
|
|
|
18402
18402
|
chainType: "PARACHAIN",
|
|
18403
18403
|
crowdloanUrl: "https://kusama-crowdloan.litentry.com/",
|
|
18404
18404
|
blockExplorer: null,
|
|
18405
|
-
existentialDeposit: "
|
|
18405
|
+
existentialDeposit: "100000000000000000",
|
|
18406
18406
|
symbol: "LIT",
|
|
18407
|
-
decimals:
|
|
18407
|
+
decimals: 18,
|
|
18408
18408
|
hasNativeNft: false,
|
|
18409
18409
|
supportStaking: false,
|
|
18410
18410
|
supportSmartContract: null,
|
|
@@ -18446,9 +18446,9 @@
|
|
|
18446
18446
|
chainType: "PARACHAIN",
|
|
18447
18447
|
crowdloanUrl: "https://crowdloan.litentry.com/",
|
|
18448
18448
|
blockExplorer: null,
|
|
18449
|
-
existentialDeposit: "
|
|
18449
|
+
existentialDeposit: "100000000000000000",
|
|
18450
18450
|
symbol: "LIT",
|
|
18451
|
-
decimals:
|
|
18451
|
+
decimals: 18,
|
|
18452
18452
|
hasNativeNft: false,
|
|
18453
18453
|
supportStaking: false,
|
|
18454
18454
|
supportSmartContract: null,
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -2314,9 +2314,9 @@
|
|
|
2314
2314
|
"slug": "litmus-NATIVE-LIT",
|
|
2315
2315
|
"name": "Litmus",
|
|
2316
2316
|
"symbol": "LIT",
|
|
2317
|
-
"decimals":
|
|
2317
|
+
"decimals": 18,
|
|
2318
2318
|
"priceId": null,
|
|
2319
|
-
"minAmount": "
|
|
2319
|
+
"minAmount": "100000000000000000",
|
|
2320
2320
|
"assetType": "NATIVE",
|
|
2321
2321
|
"metadata": null,
|
|
2322
2322
|
"multiChainAsset": null,
|
|
@@ -2328,9 +2328,9 @@
|
|
|
2328
2328
|
"slug": "litentry-NATIVE-LIT",
|
|
2329
2329
|
"name": "Litentry",
|
|
2330
2330
|
"symbol": "LIT",
|
|
2331
|
-
"decimals":
|
|
2331
|
+
"decimals": 18,
|
|
2332
2332
|
"priceId": "litentry",
|
|
2333
|
-
"minAmount": "
|
|
2333
|
+
"minAmount": "100000000000000000",
|
|
2334
2334
|
"assetType": "NATIVE",
|
|
2335
2335
|
"metadata": null,
|
|
2336
2336
|
"multiChainAsset": null,
|
|
@@ -3270,7 +3270,7 @@
|
|
|
3270
3270
|
"symbol": "USDt",
|
|
3271
3271
|
"decimals": 6,
|
|
3272
3272
|
"priceId": "tether",
|
|
3273
|
-
"minAmount": "
|
|
3273
|
+
"minAmount": "10000 ",
|
|
3274
3274
|
"assetType": "LOCAL",
|
|
3275
3275
|
"metadata": {
|
|
3276
3276
|
"assetId": "1984",
|
|
@@ -7062,7 +7062,7 @@
|
|
|
7062
7062
|
"symbol": "USDC",
|
|
7063
7063
|
"decimals": 6,
|
|
7064
7064
|
"priceId": "usd-coin",
|
|
7065
|
-
"minAmount": "
|
|
7065
|
+
"minAmount": "10000 ",
|
|
7066
7066
|
"assetType": "LOCAL",
|
|
7067
7067
|
"metadata": {
|
|
7068
7068
|
"assetId": "1337",
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -3658,9 +3658,9 @@
|
|
|
3658
3658
|
"chainType": "PARACHAIN",
|
|
3659
3659
|
"crowdloanUrl": "https://kusama-crowdloan.litentry.com/",
|
|
3660
3660
|
"blockExplorer": null,
|
|
3661
|
-
"existentialDeposit": "
|
|
3661
|
+
"existentialDeposit": "100000000000000000",
|
|
3662
3662
|
"symbol": "LIT",
|
|
3663
|
-
"decimals":
|
|
3663
|
+
"decimals": 18,
|
|
3664
3664
|
"hasNativeNft": false,
|
|
3665
3665
|
"supportStaking": false,
|
|
3666
3666
|
"supportSmartContract": null,
|
|
@@ -3702,9 +3702,9 @@
|
|
|
3702
3702
|
"chainType": "PARACHAIN",
|
|
3703
3703
|
"crowdloanUrl": "https://crowdloan.litentry.com/",
|
|
3704
3704
|
"blockExplorer": null,
|
|
3705
|
-
"existentialDeposit": "
|
|
3705
|
+
"existentialDeposit": "100000000000000000",
|
|
3706
3706
|
"symbol": "LIT",
|
|
3707
|
-
"decimals":
|
|
3707
|
+
"decimals": 18,
|
|
3708
3708
|
"hasNativeNft": false,
|
|
3709
3709
|
"supportStaking": false,
|
|
3710
3710
|
"supportSmartContract": null,
|
package/cjs/packageInfo.js
CHANGED
package/data/ChainAsset.json
CHANGED
|
@@ -2314,9 +2314,9 @@
|
|
|
2314
2314
|
"slug": "litmus-NATIVE-LIT",
|
|
2315
2315
|
"name": "Litmus",
|
|
2316
2316
|
"symbol": "LIT",
|
|
2317
|
-
"decimals":
|
|
2317
|
+
"decimals": 18,
|
|
2318
2318
|
"priceId": null,
|
|
2319
|
-
"minAmount": "
|
|
2319
|
+
"minAmount": "100000000000000000",
|
|
2320
2320
|
"assetType": "NATIVE",
|
|
2321
2321
|
"metadata": null,
|
|
2322
2322
|
"multiChainAsset": null,
|
|
@@ -2328,9 +2328,9 @@
|
|
|
2328
2328
|
"slug": "litentry-NATIVE-LIT",
|
|
2329
2329
|
"name": "Litentry",
|
|
2330
2330
|
"symbol": "LIT",
|
|
2331
|
-
"decimals":
|
|
2331
|
+
"decimals": 18,
|
|
2332
2332
|
"priceId": "litentry",
|
|
2333
|
-
"minAmount": "
|
|
2333
|
+
"minAmount": "100000000000000000",
|
|
2334
2334
|
"assetType": "NATIVE",
|
|
2335
2335
|
"metadata": null,
|
|
2336
2336
|
"multiChainAsset": null,
|
|
@@ -3270,7 +3270,7 @@
|
|
|
3270
3270
|
"symbol": "USDt",
|
|
3271
3271
|
"decimals": 6,
|
|
3272
3272
|
"priceId": "tether",
|
|
3273
|
-
"minAmount": "
|
|
3273
|
+
"minAmount": "10000 ",
|
|
3274
3274
|
"assetType": "LOCAL",
|
|
3275
3275
|
"metadata": {
|
|
3276
3276
|
"assetId": "1984",
|
|
@@ -7062,7 +7062,7 @@
|
|
|
7062
7062
|
"symbol": "USDC",
|
|
7063
7063
|
"decimals": 6,
|
|
7064
7064
|
"priceId": "usd-coin",
|
|
7065
|
-
"minAmount": "
|
|
7065
|
+
"minAmount": "10000 ",
|
|
7066
7066
|
"assetType": "LOCAL",
|
|
7067
7067
|
"metadata": {
|
|
7068
7068
|
"assetId": "1337",
|
package/data/ChainInfo.json
CHANGED
|
@@ -3658,9 +3658,9 @@
|
|
|
3658
3658
|
"chainType": "PARACHAIN",
|
|
3659
3659
|
"crowdloanUrl": "https://kusama-crowdloan.litentry.com/",
|
|
3660
3660
|
"blockExplorer": null,
|
|
3661
|
-
"existentialDeposit": "
|
|
3661
|
+
"existentialDeposit": "100000000000000000",
|
|
3662
3662
|
"symbol": "LIT",
|
|
3663
|
-
"decimals":
|
|
3663
|
+
"decimals": 18,
|
|
3664
3664
|
"hasNativeNft": false,
|
|
3665
3665
|
"supportStaking": false,
|
|
3666
3666
|
"supportSmartContract": null,
|
|
@@ -3702,9 +3702,9 @@
|
|
|
3702
3702
|
"chainType": "PARACHAIN",
|
|
3703
3703
|
"crowdloanUrl": "https://crowdloan.litentry.com/",
|
|
3704
3704
|
"blockExplorer": null,
|
|
3705
|
-
"existentialDeposit": "
|
|
3705
|
+
"existentialDeposit": "100000000000000000",
|
|
3706
3706
|
"symbol": "LIT",
|
|
3707
|
-
"decimals":
|
|
3707
|
+
"decimals": 18,
|
|
3708
3708
|
"hasNativeNft": false,
|
|
3709
3709
|
"supportStaking": false,
|
|
3710
3710
|
"supportSmartContract": null,
|
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.83-beta.
|
|
10
|
+
version: '0.2.83-beta.2'
|
|
11
11
|
};
|