Direct Implementation
Integrating directly into the searcher's contract
Searchers can implement the ISolverContract
which defined the atlasSolverCall
buy extending form our SolverBase
Example Implementation:
https://github.com/FastLane-Labs/atlas-solver-example/blob/main/src/AtlasDirectSolver.sol
Last updated