Skip to content

Commit 10b096d

Browse files
authored
Merge pull request #542 from HausDAO/sk/token-tweak
removes token spam filter
2 parents 599af1d + 7afbd47 commit 10b096d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libs/moloch-v3-data/src/vaults.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ export const listTokenBalances = async ({
3737
accountAddress: safeAddress,
3838
includeMetadata: true,
3939
includeCollectionTokens: false,
40-
metadataOptions: { verifiedOnly: true },
40+
// spam flter
41+
// metadataOptions: { verifiedOnly: true },
4142
});
4243

4344
const balance = await indexer.getEtherBalance({

0 commit comments

Comments
 (0)