Merge pull request #287 from flashbots/blocks-export

add blocks to export
This commit is contained in:
Gui Heise 2022-03-04 14:09:34 -05:00 committed by GitHub
commit 852ac93ba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ supported_tables = [
"liquidations",
"sandwiches",
"sandwiched_swaps",
"blocks",
]
logger = logging.getLogger(__name__)