Content
@
0 reply
0 recast
2 reactions
df
@df
30,000 Larry bounty - what's the easiest way to pull in every uniswap swap event into my postgres db for events that transact on a growing list of tokens (couple hundred addresses) @bountybot have tried ponder and index supply, both don't really work nicely for this use case as far as I can devise. Could listen to every uniswap swap event on base and filter, but thats 1 million events a day and feels like it may lead to some perf issues
10 replies
26 recasts
99 reactions
Brock
@runninyeti.eth
Quick transformer for decoding V2/V3 swaps simultaneously (this looks at pool events, could also go by token transfers): https://console.indexing.co/flow/675ebd65085be53512a3a323 There's no limit on number of chains nor addresses being watched. And it can all be piped to any db, webhook, etc. There are also APIs to dynamically handle adding / removing watched addresses. Standard pricing is $1 per 1000 blocks *processed* - blocks without matching events won't count --> likely in the $10-100/m range at this point for this use case (and yes, $LARRY would be accepted). dm me if you're interested!
0 reply
1 recast
3 reactions