catalystdao / generalised-relayer

Modular Relayer that works with multiple AMBs & Generalised Incentives
MIT License
10 stars 4 forks source link

[feat]: Allow for custom tx cost derivation logic #25

Closed jsanmigimeno closed 2 months ago

jsanmigimeno commented 3 months ago

Transactions on chains like OP have additional execution costs aside from the standard gas & gasPrice. A means with which to take these into account for evaluation/submission is required.

Use the resolvers for this? (Similar to how the Arbitrum l1/l2 block number translation is handled)

jsanmigimeno commented 2 months ago

Implemented with #29