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.
1 parent bf4243b commit c387f1dCopy full SHA for c387f1d
fees/metamask.ts
@@ -38,8 +38,9 @@ const graph = (chain: Chain) => {
38
TX_HASH
39
from
40
${chain}.core.fact_transactions
41
- WHERE to_address = '${address[chain]}'
42
- and BLOCK_NUMBER > ${await getFromBlock()} AND BLOCK_NUMBER < ${await getToBlock()}
+ WHERE
+ BLOCK_NUMBER > ${await getFromBlock()} AND BLOCK_NUMBER < ${await getToBlock()}
43
+ and to_address = '${address[chain]}'
44
and status = 'SUCCESS'
45
`
46
0 commit comments