Skip to content

Commit

Permalink
Merge pull request #3520 from Koniverse/koni/dev/issue-3518
Browse files Browse the repository at this point in the history
[Issue-3518] Update chainlist
  • Loading branch information
saltict authored Aug 30, 2024
2 parents b7e107f + 02952a7 commit 4d06c3d
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"@polkadot/types-support": "^12.0.2",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@subwallet/chain-list": "0.2.83",
"@subwallet/chain-list": "0.2.84",
"@subwallet/keyring": "^0.1.6",
"@subwallet/react-ui": "5.1.2-b79",
"@subwallet/ui-keyring": "^0.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@reduxjs/toolkit": "^1.9.1",
"@sora-substrate/type-definitions": "^1.17.7",
"@substrate/connect": "^0.8.9",
"@subwallet/chain-list": "0.2.83",
"@subwallet/chain-list": "0.2.84",
"@subwallet/extension-base": "^1.2.27-0",
"@subwallet/extension-chains": "^1.2.27-0",
"@subwallet/extension-dapp": "^1.2.27-0",
Expand Down
3 changes: 2 additions & 1 deletion packages/extension-base/src/services/chain-service/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ const ignoredList = [
'satoshivm',
'satoshivm_testnet',
'ton',
'ton_testnet'
'ton_testnet',
'storyPartner_testnet'
];

const filterAssetInfoMap = (chainInfo: Record<string, _ChainInfo>, assets: Record<string, _ChainAsset>): Record<string, _ChainAsset> => {
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-koni-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@polkadot/util-crypto": "^12.6.2",
"@ramonak/react-progress-bar": "^5.0.3",
"@reduxjs/toolkit": "^1.9.1",
"@subwallet/chain-list": "0.2.83",
"@subwallet/chain-list": "0.2.84",
"@subwallet/extension-base": "^1.2.27-0",
"@subwallet/extension-chains": "^1.2.27-0",
"@subwallet/extension-dapp": "^1.2.27-0",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-web-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@polkadot/util-crypto": "^12.6.2",
"@ramonak/react-progress-bar": "^5.0.3",
"@reduxjs/toolkit": "^1.9.1",
"@subwallet/chain-list": "0.2.83",
"@subwallet/chain-list": "0.2.84",
"@subwallet/extension-base": "^1.2.27-0",
"@subwallet/extension-chains": "^1.2.27-0",
"@subwallet/extension-dapp": "^1.2.27-0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6236,14 +6236,14 @@ __metadata:
languageName: node
linkType: hard

"@subwallet/chain-list@npm:0.2.83":
version: 0.2.83
resolution: "@subwallet/chain-list@npm:0.2.83"
"@subwallet/chain-list@npm:0.2.84":
version: 0.2.84
resolution: "@subwallet/chain-list@npm:0.2.84"
dependencies:
"@polkadot/dev": 0.67.167
"@polkadot/util": ^12.5.1
eventemitter3: ^5.0.1
checksum: 42a83c74bd8a72af97161a032a1cc58beaf1616c4c5c0a624b9d65865a9ff76cc42060771bf4d7c39c51952985a966aad84dac485da8c4962e0e8f5dc81702ac
checksum: 743db7aa37f23e459813a9ee04066c1d50d07bfda545d19de2ef1258df0bb1958454d151a0800158481962bab031fbfefe734ffcd5ad91189973d184669424e7
languageName: node
linkType: hard

Expand Down Expand Up @@ -6286,7 +6286,7 @@ __metadata:
"@reduxjs/toolkit": ^1.9.1
"@sora-substrate/type-definitions": ^1.17.7
"@substrate/connect": ^0.8.9
"@subwallet/chain-list": 0.2.83
"@subwallet/chain-list": 0.2.84
"@subwallet/extension-base": ^1.2.27-0
"@subwallet/extension-chains": ^1.2.27-0
"@subwallet/extension-dapp": ^1.2.27-0
Expand Down Expand Up @@ -6419,7 +6419,7 @@ __metadata:
"@polkadot/util-crypto": ^12.6.2
"@ramonak/react-progress-bar": ^5.0.3
"@reduxjs/toolkit": ^1.9.1
"@subwallet/chain-list": 0.2.83
"@subwallet/chain-list": 0.2.84
"@subwallet/extension-base": ^1.2.27-0
"@subwallet/extension-chains": ^1.2.27-0
"@subwallet/extension-dapp": ^1.2.27-0
Expand Down Expand Up @@ -6557,7 +6557,7 @@ __metadata:
"@polkadot/util-crypto": ^12.6.2
"@ramonak/react-progress-bar": ^5.0.3
"@reduxjs/toolkit": ^1.9.1
"@subwallet/chain-list": 0.2.83
"@subwallet/chain-list": 0.2.84
"@subwallet/extension-base": ^1.2.27-0
"@subwallet/extension-chains": ^1.2.27-0
"@subwallet/extension-dapp": ^1.2.27-0
Expand Down

2 comments on commit 4d06c3d

@saltict
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@saltict
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.