Skip to content

Commit

Permalink
fix instant queries
Browse files Browse the repository at this point in the history
  • Loading branch information
0xngmi authored Jun 29, 2023
1 parent 8cd63d6 commit a62234c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/merit-circle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const token = "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6";
const chain = "ethereum";
const qty = 1e9;
const realtime = (holder: string, deployed: number) =>
balance([holder], token, chain, "merit-circle", deployed).then(
async()=>balance([holder], token, chain, "merit-circle", deployed).then(
(s: CliffAdapterResult[]) =>
s.filter((c: CliffAdapterResult) => c.amount < 1e8),
);
Expand Down

0 comments on commit a62234c

Please sign in to comment.