Skip to content

Commit 5f0a99b

Browse files
authored
Merge pull request #543 from HausDAO/develop
deploy
2 parents 836c373 + 10b096d commit 5f0a99b

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)