@subwallet/chain-list 0.2.72-beta.4 → 0.2.72-beta.5
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.
|
@@ -13814,7 +13814,9 @@
|
|
|
13814
13814
|
priceId: "toshipad",
|
|
13815
13815
|
minAmount: "0",
|
|
13816
13816
|
assetType: "BRC20",
|
|
13817
|
-
metadata:
|
|
13817
|
+
metadata: {
|
|
13818
|
+
autoEnable: true
|
|
13819
|
+
},
|
|
13818
13820
|
multiChainAsset: null,
|
|
13819
13821
|
hasValue: true,
|
|
13820
13822
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitcoin-brc20-tshx.png"
|
|
@@ -13828,7 +13830,9 @@
|
|
|
13828
13830
|
priceId: "cncl",
|
|
13829
13831
|
minAmount: "0",
|
|
13830
13832
|
assetType: "BRC20",
|
|
13831
|
-
metadata:
|
|
13833
|
+
metadata: {
|
|
13834
|
+
autoEnable: true
|
|
13835
|
+
},
|
|
13832
13836
|
multiChainAsset: null,
|
|
13833
13837
|
hasValue: true,
|
|
13834
13838
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitcoin-brc20-cncl.png"
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -11222,7 +11222,9 @@
|
|
|
11222
11222
|
"priceId": "toshipad",
|
|
11223
11223
|
"minAmount": "0",
|
|
11224
11224
|
"assetType": "BRC20",
|
|
11225
|
-
"metadata":
|
|
11225
|
+
"metadata": {
|
|
11226
|
+
"autoEnable": true
|
|
11227
|
+
},
|
|
11226
11228
|
"multiChainAsset": null,
|
|
11227
11229
|
"hasValue": true,
|
|
11228
11230
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitcoin-brc20-tshx.png"
|
|
@@ -11236,7 +11238,9 @@
|
|
|
11236
11238
|
"priceId": "cncl",
|
|
11237
11239
|
"minAmount": "0",
|
|
11238
11240
|
"assetType": "BRC20",
|
|
11239
|
-
"metadata":
|
|
11241
|
+
"metadata": {
|
|
11242
|
+
"autoEnable": true
|
|
11243
|
+
},
|
|
11240
11244
|
"multiChainAsset": null,
|
|
11241
11245
|
"hasValue": true,
|
|
11242
11246
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitcoin-brc20-cncl.png"
|
package/cjs/packageInfo.js
CHANGED
package/data/ChainAsset.json
CHANGED
|
@@ -11222,7 +11222,9 @@
|
|
|
11222
11222
|
"priceId": "toshipad",
|
|
11223
11223
|
"minAmount": "0",
|
|
11224
11224
|
"assetType": "BRC20",
|
|
11225
|
-
"metadata":
|
|
11225
|
+
"metadata": {
|
|
11226
|
+
"autoEnable": true
|
|
11227
|
+
},
|
|
11226
11228
|
"multiChainAsset": null,
|
|
11227
11229
|
"hasValue": true,
|
|
11228
11230
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitcoin-brc20-tshx.png"
|
|
@@ -11236,7 +11238,9 @@
|
|
|
11236
11238
|
"priceId": "cncl",
|
|
11237
11239
|
"minAmount": "0",
|
|
11238
11240
|
"assetType": "BRC20",
|
|
11239
|
-
"metadata":
|
|
11241
|
+
"metadata": {
|
|
11242
|
+
"autoEnable": true
|
|
11243
|
+
},
|
|
11240
11244
|
"multiChainAsset": null,
|
|
11241
11245
|
"hasValue": true,
|
|
11242
11246
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitcoin-brc20-cncl.png"
|
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.72-beta.
|
|
10
|
+
version: '0.2.72-beta.5'
|
|
11
11
|
};
|