@subwallet/chain-list 0.2.20-beta.6 → 0.2.20-beta.7

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.
@@ -8452,7 +8452,6 @@
8452
8452
  chainStatus: "ACTIVE",
8453
8453
  icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/optimism.png",
8454
8454
  providers: {
8455
- Optimism: "https://optimism-mainnet.public.blastapi.io",
8456
8455
  BlastApi: "https://optimism-mainnet.public.blastapi.io"
8457
8456
  },
8458
8457
  evmInfo: {
@@ -11318,8 +11317,8 @@
11318
11317
  chainStatus: "ACTIVE",
11319
11318
  icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tinkernet.png",
11320
11319
  providers: {
11321
- "Light Client": "light://substrate-connect/kusama/tinkernet",
11322
- Dwellir: "wss://tinkernet-rpc.dwellir.com"
11320
+ Dwellir: "wss://tinkernet-rpc.dwellir.com",
11321
+ "Light Client": "light://substrate-connect/kusama/tinkernet"
11323
11322
  },
11324
11323
  evmInfo: null,
11325
11324
  substrateInfo: {
@@ -449,7 +449,6 @@
449
449
  "chainStatus": "ACTIVE",
450
450
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/optimism.png",
451
451
  "providers": {
452
- "Optimism": "https://optimism-mainnet.public.blastapi.io",
453
452
  "BlastApi": "https://optimism-mainnet.public.blastapi.io"
454
453
  },
455
454
  "evmInfo": {
@@ -3283,8 +3282,8 @@
3283
3282
  "chainStatus": "ACTIVE",
3284
3283
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tinkernet.png",
3285
3284
  "providers": {
3286
- "Light Client": "light://substrate-connect/kusama/tinkernet",
3287
- "Dwellir": "wss://tinkernet-rpc.dwellir.com"
3285
+ "Dwellir": "wss://tinkernet-rpc.dwellir.com",
3286
+ "Light Client": "light://substrate-connect/kusama/tinkernet"
3288
3287
  },
3289
3288
  "evmInfo": null,
3290
3289
  "substrateInfo": {
@@ -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.20-beta.6'
16
+ version: '0.2.20-beta.7'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -449,7 +449,6 @@
449
449
  "chainStatus": "ACTIVE",
450
450
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/optimism.png",
451
451
  "providers": {
452
- "Optimism": "https://optimism-mainnet.public.blastapi.io",
453
452
  "BlastApi": "https://optimism-mainnet.public.blastapi.io"
454
453
  },
455
454
  "evmInfo": {
@@ -3283,8 +3282,8 @@
3283
3282
  "chainStatus": "ACTIVE",
3284
3283
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tinkernet.png",
3285
3284
  "providers": {
3286
- "Light Client": "light://substrate-connect/kusama/tinkernet",
3287
- "Dwellir": "wss://tinkernet-rpc.dwellir.com"
3285
+ "Dwellir": "wss://tinkernet-rpc.dwellir.com",
3286
+ "Light Client": "light://substrate-connect/kusama/tinkernet"
3288
3287
  },
3289
3288
  "evmInfo": null,
3290
3289
  "substrateInfo": {
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.20-beta.6",
23
+ "version": "0.2.20-beta.7",
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.20-beta.6'
10
+ version: '0.2.20-beta.7'
11
11
  };