Skip to content

Commit

Permalink
Disable Laos, Astral, Tangle for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Quangdm-cdm committed Jan 7, 2025
1 parent e96b41e commit 11a6522
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 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,9 @@ const ignoredList = [
'core',
'satoshivm',
'satoshivm_testnet',
'storyPartner_testnet'
'storyPartner_testnet',
'tangle',
'laos_network',
];

const filterAssetInfoMap = (chainInfo: Record<string, _ChainInfo>, assets: Record<string, _ChainAsset>): Record<string, _ChainAsset> => {
Expand Down

1 comment on commit 11a6522

@saltict
Copy link

@saltict saltict commented on 11a6522 Jan 7, 2025

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.