We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 836c373 + 10b096d commit 5f0a99bCopy full SHA for 5f0a99b
libs/moloch-v3-data/src/vaults.ts
@@ -37,7 +37,8 @@ export const listTokenBalances = async ({
37
accountAddress: safeAddress,
38
includeMetadata: true,
39
includeCollectionTokens: false,
40
- metadataOptions: { verifiedOnly: true },
+ // spam flter
41
+ // metadataOptions: { verifiedOnly: true },
42
});
43
44
const balance = await indexer.getEtherBalance({
0 commit comments