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 96be484 commit 39e6909Copy full SHA for 39e6909
scraper_service/shovel_daily_balance/main.py
@@ -109,7 +109,7 @@ def fetch_all_free_balances_at_block(block_hash):
109
110
111
def main():
112
- BalanceDailyMapShovel(name="balance_daily_map", skip_interval=7200).start()
+ BalanceDailyMapShovel(name="balance_daily_map").start()
113
114
115
if __name__ == "__main__":
scraper_service/shovel_daily_stake/main.py
@@ -77,7 +77,7 @@ def do_process_block(n, table_name):
77
78
79
80
- StakeDailyMapShovel(name="stake_daily_map", skip_interval=7200).start()
+ StakeDailyMapShovel(name="stake_daily_map").start()
81
82
83
0 commit comments