@subwallet/chain-list 0.2.89 → 0.2.90

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.
@@ -14663,7 +14663,7 @@
14663
14663
  minAmount: "1000000000000",
14664
14664
  assetType: "NATIVE",
14665
14665
  metadata: null,
14666
- multiChainAsset: null,
14666
+ multiChainAsset: "AVAIL-AvailTuringTestnet",
14667
14667
  hasValue: false,
14668
14668
  icon: "https://chain-list-assets.subwallet.app/assets/chain-assets/availturingtest-native-avail.png"
14669
14669
  },
@@ -18096,7 +18096,7 @@
18096
18096
  metadata: {
18097
18097
  contractAddress: "0xb1C3Cb9b5e598d4E95a85870e7812B99f350982d"
18098
18098
  },
18099
- multiChainAsset: null,
18099
+ multiChainAsset: "AVAIL-AvailTuringTestnet",
18100
18100
  hasValue: false,
18101
18101
  icon: "https://chain-list-assets.subwallet.app/assets/chain-assets/sepolia_ethereum-erc20-avail-0xb1c3cb9b5e598d4e95a85870e7812b99f350982d.png"
18102
18102
  }
@@ -21869,7 +21869,7 @@
21869
21869
  slug: "tinkernet",
21870
21870
  name: "Tinkernet",
21871
21871
  isTestnet: false,
21872
- chainStatus: "ACTIVE",
21872
+ chainStatus: "INACTIVE",
21873
21873
  icon: "https://chain-list-assets.subwallet.app/assets/chains/tinkernet.png",
21874
21874
  providers: {
21875
21875
  Dwellir: "wss://tinkernet-rpc.dwellir.com",
@@ -9011,7 +9011,7 @@
9011
9011
  "minAmount": "1000000000000",
9012
9012
  "assetType": "NATIVE",
9013
9013
  "metadata": null,
9014
- "multiChainAsset": null,
9014
+ "multiChainAsset": "AVAIL-AvailTuringTestnet",
9015
9015
  "hasValue": false,
9016
9016
  "icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/availturingtest-native-avail.png"
9017
9017
  },
@@ -12444,8 +12444,8 @@
12444
12444
  "metadata": {
12445
12445
  "contractAddress": "0xb1C3Cb9b5e598d4E95a85870e7812B99f350982d"
12446
12446
  },
12447
- "multiChainAsset": null,
12447
+ "multiChainAsset": "AVAIL-AvailTuringTestnet",
12448
12448
  "hasValue": false,
12449
12449
  "icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/sepolia_ethereum-erc20-avail-0xb1c3cb9b5e598d4e95a85870e7812b99f350982d.png"
12450
12450
  }
12451
- }
12451
+ }
@@ -3729,7 +3729,7 @@
3729
3729
  "slug": "tinkernet",
3730
3730
  "name": "Tinkernet",
3731
3731
  "isTestnet": false,
3732
- "chainStatus": "ACTIVE",
3732
+ "chainStatus": "INACTIVE",
3733
3733
  "icon": "https://chain-list-assets.subwallet.app/assets/chains/tinkernet.png",
3734
3734
  "providers": {
3735
3735
  "Dwellir": "wss://tinkernet-rpc.dwellir.com",
@@ -13,6 +13,6 @@ const packageInfo = {
13
13
  name: '@subwallet/chain-list',
14
14
  path: typeof __dirname === 'string' ? __dirname : 'auto',
15
15
  type: 'cjs',
16
- version: '0.2.89'
16
+ version: '0.2.90'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -9011,7 +9011,7 @@
9011
9011
  "minAmount": "1000000000000",
9012
9012
  "assetType": "NATIVE",
9013
9013
  "metadata": null,
9014
- "multiChainAsset": null,
9014
+ "multiChainAsset": "AVAIL-AvailTuringTestnet",
9015
9015
  "hasValue": false,
9016
9016
  "icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/availturingtest-native-avail.png"
9017
9017
  },
@@ -12444,8 +12444,8 @@
12444
12444
  "metadata": {
12445
12445
  "contractAddress": "0xb1C3Cb9b5e598d4E95a85870e7812B99f350982d"
12446
12446
  },
12447
- "multiChainAsset": null,
12447
+ "multiChainAsset": "AVAIL-AvailTuringTestnet",
12448
12448
  "hasValue": false,
12449
12449
  "icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/sepolia_ethereum-erc20-avail-0xb1c3cb9b5e598d4e95a85870e7812b99f350982d.png"
12450
12450
  }
12451
- }
12451
+ }
@@ -3729,7 +3729,7 @@
3729
3729
  "slug": "tinkernet",
3730
3730
  "name": "Tinkernet",
3731
3731
  "isTestnet": false,
3732
- "chainStatus": "ACTIVE",
3732
+ "chainStatus": "INACTIVE",
3733
3733
  "icon": "https://chain-list-assets.subwallet.app/assets/chains/tinkernet.png",
3734
3734
  "providers": {
3735
3735
  "Dwellir": "wss://tinkernet-rpc.dwellir.com",
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.89",
23
+ "version": "0.2.90",
24
24
  "main": "./cjs/index.js",
25
25
  "module": "./index.js",
26
26
  "types": "./index.d.ts",
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.89'
10
+ version: '0.2.90'
11
11
  };