add blocks to export

This commit is contained in:
Gui Heise 2022-03-04 14:03:34 -05:00
parent 7a0b21b006
commit c1b26f8888

View File

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