@subwallet/chain-list 0.2.27-beta.0 → 0.2.27-beta.1
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 +4 -2
- package/cjs/data/ChainInfo.json +4 -2
- package/cjs/packageInfo.js +1 -1
- package/data/ChainInfo.json +4 -2
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -13262,7 +13262,7 @@
|
|
|
13262
13262
|
addressPrefix: 42,
|
|
13263
13263
|
chainType: "RELAYCHAIN",
|
|
13264
13264
|
crowdloanUrl: null,
|
|
13265
|
-
blockExplorer:
|
|
13265
|
+
blockExplorer: "https://creditcoin.subscan.io/",
|
|
13266
13266
|
existentialDeposit: "500",
|
|
13267
13267
|
symbol: "CTC",
|
|
13268
13268
|
decimals: 18,
|
|
@@ -13273,7 +13273,9 @@
|
|
|
13273
13273
|
crowdloanFunds: [
|
|
13274
13274
|
]
|
|
13275
13275
|
},
|
|
13276
|
-
extraInfo:
|
|
13276
|
+
extraInfo: {
|
|
13277
|
+
subscanSlug: "creditcoin"
|
|
13278
|
+
}
|
|
13277
13279
|
};
|
|
13278
13280
|
var crownSterling$1 = {
|
|
13279
13281
|
slug: "crownSterling",
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -5031,7 +5031,7 @@
|
|
|
5031
5031
|
"addressPrefix": 42,
|
|
5032
5032
|
"chainType": "RELAYCHAIN",
|
|
5033
5033
|
"crowdloanUrl": null,
|
|
5034
|
-
"blockExplorer":
|
|
5034
|
+
"blockExplorer": "https://creditcoin.subscan.io/",
|
|
5035
5035
|
"existentialDeposit": "500",
|
|
5036
5036
|
"symbol": "CTC",
|
|
5037
5037
|
"decimals": 18,
|
|
@@ -5041,7 +5041,9 @@
|
|
|
5041
5041
|
"crowdloanParaId": null,
|
|
5042
5042
|
"crowdloanFunds": []
|
|
5043
5043
|
},
|
|
5044
|
-
"extraInfo":
|
|
5044
|
+
"extraInfo": {
|
|
5045
|
+
"subscanSlug": "creditcoin"
|
|
5046
|
+
}
|
|
5045
5047
|
},
|
|
5046
5048
|
"crownSterling": {
|
|
5047
5049
|
"slug": "crownSterling",
|
package/cjs/packageInfo.js
CHANGED
package/data/ChainInfo.json
CHANGED
|
@@ -5031,7 +5031,7 @@
|
|
|
5031
5031
|
"addressPrefix": 42,
|
|
5032
5032
|
"chainType": "RELAYCHAIN",
|
|
5033
5033
|
"crowdloanUrl": null,
|
|
5034
|
-
"blockExplorer":
|
|
5034
|
+
"blockExplorer": "https://creditcoin.subscan.io/",
|
|
5035
5035
|
"existentialDeposit": "500",
|
|
5036
5036
|
"symbol": "CTC",
|
|
5037
5037
|
"decimals": 18,
|
|
@@ -5041,7 +5041,9 @@
|
|
|
5041
5041
|
"crowdloanParaId": null,
|
|
5042
5042
|
"crowdloanFunds": []
|
|
5043
5043
|
},
|
|
5044
|
-
"extraInfo":
|
|
5044
|
+
"extraInfo": {
|
|
5045
|
+
"subscanSlug": "creditcoin"
|
|
5046
|
+
}
|
|
5045
5047
|
},
|
|
5046
5048
|
"crownSterling": {
|
|
5047
5049
|
"slug": "crownSterling",
|
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.27-beta.
|
|
10
|
+
version: '0.2.27-beta.1'
|
|
11
11
|
};
|