Timur Badretdinov
Timur Badretdinov
Now that I'm relatively confident that the package works well for a simple swaps and arbs, it would be cool to test it against transactions with large number of swaps...
While #11 is helpful, its information is limited: as I realised, Flashbots misses quite a handful of easy-to-detect MEV. Another strategy might be first to identify a few active MEV...
Before extracting swaps, we need to fetch pool assets from the blockchain. It's faster to fetch the assets in batches via Multicall.
Since we rely on event logs instead of call traces, and we know what logs to look for in advance, it would likely be more efficient to fetch them via...
Replaces Blockscan with ContractScan. The latter only highlights the networks where the code is actually deployed (vs those that have no code but some state e.g. balance), supports over 100...
There's a [block of grid-related rules](https://github.com/cahamilton/css-property-sort-order-smacss/blob/master/index.js#L23-L46), but some variants are missing. For example, there's `grid-column-gap`, `grid-row-gap`, and `grid-gap`, but no `row-gap` and `gap`, which are also valid.
Replaces Blockscan with ContractScan. The latter only highlights the networks where the code is actually deployed (vs having e.g. some balance), supports over 100 networks (vs 50ish), and is open-source....
Replaces Blockscan with ContractScan. The latter only highlights the networks where the code is actually deployed (vs those that have no code but some state e.g. balance), supports over 100...
Currently, `` is managed using JSX layout. Would be nice to allow using pure TS as an alternative, similar to how `unhead` [does](https://unhead.unjs.io/usage/guides/positions#render-a-script-at-the-end-of-the-document) it. Some props: * Granular type-safety (e.g....