What is needed?
In our repo we are using Safe as the entity holding funds for some of our agents. For some contract interactions, it failed since the parameter accessList
was missing (see this for rationale, transaction fails due out-of-gas error).
We realized it was missing from the references below:
I would suggest adding a reference to this in the README of this repo and/or somewhere else in the documentation.
Background
For reference, here is the relevant PR where we add accessList
(link).