Skip to content

Commit

Permalink
Update list of forced block traces for mainnet (#1843)
Browse files Browse the repository at this point in the history
* Update list of forced block traces for mainnet

* Remove duplicates
  • Loading branch information
kirugan authored Apr 26, 2024
1 parent a6620e1 commit a85cae7
Showing 1 changed file with 27 additions and 5 deletions.
32 changes: 27 additions & 5 deletions utils/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,33 @@ var (
First07Block: 833,
FallBackSequencerAddress: fallBackSequencerAddressMainnet,
ForceFetchingTracesForBlocks: []uint64{
631040, 631041, 631091, 631136, 631142, 631144, 631149, 631155,
631204, 631269, 631368, 631602, 631685, 631739, 631741, 631760,
631811, 631861, 631927, 632072, 632073, 632074, 632075, 632076,
632077, 632078, 632079, 632081, 632202, 632206, 632237, 632241,
632271, 632845,
611294, 611505, 612469, 613231, 614631, 614849, 615085,
615449, 615839, 615978, 616658, 617479, 617507, 617582,
617593, 617828, 618166, 618260, 618320, 618406, 618423,
618776, 618884, 618975, 619052, 619128, 619171, 619467,
619513, 619553, 619596, 619631, 619721, 619951, 619960,
620018, 620066, 620235, 620423, 620530, 620678, 620749,
620847, 621350, 621369, 621843, 621897, 621995, 622027,
622063, 622244, 622768, 622786, 622873, 622930, 623034,
623156, 623252, 623372, 623428, 623562, 623736, 623792,
624045, 624082, 624114, 624236, 624378, 624487, 624690,
624757, 624812, 624875, 624894, 624905, 624929, 625300,
625403, 625441, 625525, 625741, 625767, 625794, 625802,
625820, 625849, 625851, 625879, 625935, 625971, 626008,
626019, 626176, 626193, 626204, 626236, 626285, 626335,
626370, 626371, 626457, 626683, 626738, 626792, 626820,
626835, 626962, 627015, 627049, 627100, 627135, 627138,
627164, 627186, 627243, 627246, 627276, 627291, 627322,
627351, 627389, 627404, 627428, 627591, 627623, 627624,
627640, 627645, 627676, 627968, 628183, 628425, 628449,
628511, 628561, 628682, 628746, 628772, 628778, 628819,
628915, 628944, 629003, 629122, 629382, 629397, 629432,
629484, 629500, 629831, 629853, 629893, 629908, 629916,
630423, 631040, 631041, 631091, 631136, 631142, 631144,
631149, 631155, 631204, 631269, 631368, 631602, 631685,
631739, 631741, 631760, 631811, 631861, 631927, 632072,
632073, 632074, 632075, 632076, 632077, 632078, 632079,
632081, 632202, 632206, 632237, 632241, 632271, 632845,
},
},
}
Expand Down

0 comments on commit a85cae7

Please sign in to comment.