BlockScience / aztec-gddt

Aztec Granular Design Digital Twin
Apache License 2.0
10 stars 0 forks source link

gas_fee_l1_acceptable is set to always be true #303

Closed SeanMcOwen closed 2 months ago

SeanMcOwen commented 2 months ago

This will need to be changed

jackhack00 commented 2 months ago

All gas_fee_blob_acceptable and gas_fee_l1_acceptable should not be hardcoded, but instead draw from a param (which if not useful, we could just set extremely high)

SeanMcOwen commented 2 months ago

Removed this variable per https://github.com/BlockScience/aztec-gddt/issues/282