Omniscia Kanpeki Finance Audit

Compilation

Compilation

The project did not utilize any development stack in the format that it was provided to us.

In order for our static analysis toolkits to run, we created a barebones truffle pipeline.

To compile the project, we issued the compile command via the truffle CLI tool:

truffle compile

The truffle tool was set to use Solidity version 0.8.6 based on the versions specified within the smart contracts.

The project contains discrepancies with regards to the Solidity version used, however, those discrepancies can solely be observed in dependencies and can thus be ignored.

The Kanpeki Finance team has locked the pragma statements to 0.8.6, the same version utilized for our static analysis as well as optimizational review of the codebase.

During compilation with the truffle pipeline, no errors were identified that relate to the bytecode size or syntax of the codebase when optimizations were turned on.