0.1.20 • Published 9 months ago

@majora-finance/libraries v0.1.20

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

Majora protocol librairies

This repository contain libraries used on many times on the protocol:

  • contracts/Datatypes.sol Common typing definitions
  • contracts/LibBlock.sol Library handling the storage loaders for blocks and their execution
  • contracts/LibOracleState.sol Library handling the OracleState structure manipulations
  • contracts/LibPermit.sol Library handling usage of permit
  • contracts/VaultConfiguration.sol Library handling the vault configuration bitmap storage

You can install the library in your project with:

npm install @majora-finance/libraries