Architecture
The LI.FI Contract is built using the EIP-2535 (Multi-facet Proxy) standard. The contract logic lives behind a single contract that in turn usesDELEGATECALL to call facet contracts that contain the business logic.
All business logic is built using facet contracts that live in src/Facets.
For more information on EIP-2535 you can view the entire EIP here.

