Skip to content

Commit e6461a6

Browse files
authored
chore: enable asset (#2624)
1 parent 4c3f41a commit e6461a6

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/modules/dashboard/lists/constants.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
import { CustomMarket } from 'src/ui-config/marketsConfig';
22

3-
export const HIDDEN_ASSETS: Partial<Record<CustomMarket, string[]>> = {
4-
[CustomMarket.proto_horizon_v3]: [
5-
'0x136471a34f6ef19fe571effc1ca711fdb8e49f2b'.toLowerCase(), // USYC
6-
],
7-
};
3+
export const HIDDEN_ASSETS: Partial<Record<CustomMarket, string[]>> = {};
84

95
export const isAssetHidden = (market: CustomMarket, underlyingAsset: string) => {
106
return HIDDEN_ASSETS[market]?.includes(underlyingAsset.toLowerCase());

0 commit comments

Comments
 (0)