@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.
- package/bundle-subwallet-chain-list.js +2 -3
- package/cjs/data/ChainInfo.json +2 -3
- package/cjs/packageInfo.js +1 -1
- package/data/ChainInfo.json +2 -3
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -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
|
-
|
|
11322
|
-
|
|
11320
|
+
Dwellir: "wss://tinkernet-rpc.dwellir.com",
|
|
11321
|
+
"Light Client": "light://substrate-connect/kusama/tinkernet"
|
|
11323
11322
|
},
|
|
11324
11323
|
evmInfo: null,
|
|
11325
11324
|
substrateInfo: {
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -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
|
-
"
|
|
3287
|
-
"
|
|
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/cjs/packageInfo.js
CHANGED
package/data/ChainInfo.json
CHANGED
|
@@ -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
|
-
"
|
|
3287
|
-
"
|
|
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
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.
|
|
10
|
+
version: '0.2.20-beta.7'
|
|
11
11
|
};
|