@subwallet/chain-list 0.2.99-beta.30 → 0.2.99-beta.31
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 +0 -14
- package/cjs/data/ChainAsset.json +0 -14
- package/cjs/packageInfo.js +1 -1
- package/data/ChainAsset.json +0 -14
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -9461,20 +9461,6 @@
|
|
|
9461
9461
|
multiChainAsset: null,
|
|
9462
9462
|
hasValue: true,
|
|
9463
9463
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/3dpass-native-p3d.png"
|
|
9464
|
-
},
|
|
9465
|
-
"alephSmartNet-NATIVE-SZERO": {
|
|
9466
|
-
originChain: null,
|
|
9467
|
-
slug: "alephSmartNet-NATIVE-SZERO",
|
|
9468
|
-
name: "Aleph Zero Smartnet",
|
|
9469
|
-
symbol: "SZERO",
|
|
9470
|
-
decimals: 12,
|
|
9471
|
-
priceId: null,
|
|
9472
|
-
minAmount: "500",
|
|
9473
|
-
assetType: "NATIVE",
|
|
9474
|
-
metadata: null,
|
|
9475
|
-
multiChainAsset: null,
|
|
9476
|
-
hasValue: false,
|
|
9477
|
-
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/alephsmartnet-native-szero.png"
|
|
9478
9464
|
},
|
|
9479
9465
|
"kulupu-NATIVE-KLP": {
|
|
9480
9466
|
originChain: "kulupu",
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -3226,20 +3226,6 @@
|
|
|
3226
3226
|
"hasValue": true,
|
|
3227
3227
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/3dpass-native-p3d.png"
|
|
3228
3228
|
},
|
|
3229
|
-
"alephSmartNet-NATIVE-SZERO": {
|
|
3230
|
-
"originChain": null,
|
|
3231
|
-
"slug": "alephSmartNet-NATIVE-SZERO",
|
|
3232
|
-
"name": "Aleph Zero Smartnet",
|
|
3233
|
-
"symbol": "SZERO",
|
|
3234
|
-
"decimals": 12,
|
|
3235
|
-
"priceId": null,
|
|
3236
|
-
"minAmount": "500",
|
|
3237
|
-
"assetType": "NATIVE",
|
|
3238
|
-
"metadata": null,
|
|
3239
|
-
"multiChainAsset": null,
|
|
3240
|
-
"hasValue": false,
|
|
3241
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/alephsmartnet-native-szero.png"
|
|
3242
|
-
},
|
|
3243
3229
|
"kulupu-NATIVE-KLP": {
|
|
3244
3230
|
"originChain": "kulupu",
|
|
3245
3231
|
"slug": "kulupu-NATIVE-KLP",
|
package/cjs/packageInfo.js
CHANGED
package/data/ChainAsset.json
CHANGED
|
@@ -3226,20 +3226,6 @@
|
|
|
3226
3226
|
"hasValue": true,
|
|
3227
3227
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/3dpass-native-p3d.png"
|
|
3228
3228
|
},
|
|
3229
|
-
"alephSmartNet-NATIVE-SZERO": {
|
|
3230
|
-
"originChain": null,
|
|
3231
|
-
"slug": "alephSmartNet-NATIVE-SZERO",
|
|
3232
|
-
"name": "Aleph Zero Smartnet",
|
|
3233
|
-
"symbol": "SZERO",
|
|
3234
|
-
"decimals": 12,
|
|
3235
|
-
"priceId": null,
|
|
3236
|
-
"minAmount": "500",
|
|
3237
|
-
"assetType": "NATIVE",
|
|
3238
|
-
"metadata": null,
|
|
3239
|
-
"multiChainAsset": null,
|
|
3240
|
-
"hasValue": false,
|
|
3241
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/alephsmartnet-native-szero.png"
|
|
3242
|
-
},
|
|
3243
3229
|
"kulupu-NATIVE-KLP": {
|
|
3244
3230
|
"originChain": "kulupu",
|
|
3245
3231
|
"slug": "kulupu-NATIVE-KLP",
|
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.99-beta.
|
|
10
|
+
version: '0.2.99-beta.31'
|
|
11
11
|
};
|