Skip to content

Commit

Permalink
[Release] beta version 0.2.20-beta.7 (Apply some fix to chain-list an…
Browse files Browse the repository at this point in the history
…d provider)
  • Loading branch information
saltict committed Nov 4, 2023
1 parent b7a8103 commit 46c727d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.2.20-beta.6",
"version": "0.2.20-beta.7",
"workspaces": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/chain-list-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "0.2.20-beta.6",
"version": "0.2.20-beta.7",
"main": "index.js"
}
2 changes: 1 addition & 1 deletion packages/chain-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "0.2.20-beta.6",
"version": "0.2.20-beta.7",
"main": "index.js",
"dependencies": {
"@polkadot/dev": "0.67.167",
Expand Down
5 changes: 2 additions & 3 deletions packages/chain-list/src/data/ChainInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,6 @@
"chainStatus": "ACTIVE",
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/optimism.png",
"providers": {
"Optimism": "https://optimism-mainnet.public.blastapi.io",
"BlastApi": "https://optimism-mainnet.public.blastapi.io"
},
"evmInfo": {
Expand Down Expand Up @@ -3283,8 +3282,8 @@
"chainStatus": "ACTIVE",
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tinkernet.png",
"providers": {
"Light Client": "light://substrate-connect/kusama/tinkernet",
"Dwellir": "wss://tinkernet-rpc.dwellir.com"
"Dwellir": "wss://tinkernet-rpc.dwellir.com",
"Light Client": "light://substrate-connect/kusama/tinkernet"
},
"evmInfo": null,
"substrateInfo": {
Expand Down
2 changes: 1 addition & 1 deletion packages/chain-list/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@subwallet/chain-list', path: 'auto', type: 'auto', version: '0.2.20-beta.6' };
export const packageInfo = { name: '@subwallet/chain-list', path: 'auto', type: 'auto', version: '0.2.20-beta.7' };

0 comments on commit 46c727d

Please sign in to comment.