ArbitrumFoundation / governance-seatbelt

Make governance safer
GNU General Public License v3.0
8 stars 4 forks source link

Cannot determine the correct L2 block to use for executed proposal #4

Open gzeoneth opened 1 year ago

gzeoneth commented 1 year ago

The governor use block.number internally which is L1 block number, and we do not have a mapping of L1 -> L2 block number. The script currently cannot determine the correct L2 block to use for executed proposal.