Skip to content

Commit 407a024

Browse files
committed
fix block number
1 parent b5fe778 commit 407a024

File tree

1 file changed

+1
-1
lines changed
  • scraper_service/shovel_alpha_to_tao

1 file changed

+1
-1
lines changed

scraper_service/shovel_alpha_to_tao/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class AlphaToTaoShovel(ShovelBaseClass):
2020

2121
def __init__(self, name):
2222
super().__init__(name, skip_interval=self.skip_interval)
23-
self.starting_block = 494795
23+
self.starting_block = 4947956
2424
# self.starting_block = 3638246
2525

2626
def process_block(self, n):

0 commit comments

Comments
 (0)