catalystdao / generalised-relayer

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

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

Closed jsanmigimeno closed 4 months ago

jsanmigimeno commented 5 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 4 months ago

Implemented with #29