ArbitrumFoundation / governance-seatbelt

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

L1 Execution Cost is hardcoded #6

Open gzeoneth opened 1 year ago

gzeoneth commented 1 year ago

https://github.com/ArbitrumFoundation/governance-seatbelt/blob/401c99fdb9fa1fac5e93344a9db908e1b9f45575/utils/clients/tenderly.ts#L629

It is because we know that the execution will always need some eth for submission cost, but we can also do it like

https://github.com/ArbitrumFoundation/governance-seatbelt/blob/401c99fdb9fa1fac5e93344a9db908e1b9f45575/utils/clients/tenderly.ts#L472-L478