Auto-Range
- Optimistic Ethereum: https://optimistic.etherscan.io/address/0x6ee80279c057f17a3c7d5a9aa3e52ac304861e71
To setup a position it needs to be approved for the Auto-Exit contract with
setApprovalForAll
and the method configToken()
must be called.setApprovalForAll
is mandatory here because it is the only way that the newly created positions are approved automatically.Call the
configToken()
function with all values set to default.
Last modified 1mo ago