Skip to content

utils@v1.0

Choose a tag to compare

@smol-ninja smol-ninja released this 13 Apr 20:42
ce9f57c

Note

This is a retroactive release. It was originally published in sablier-labs/evm-utils v1.0.0.

Added

  • Add SablierComptroller for managing fees across Sablier EVM protocols
  • Add support for UUPS upgradeability for SablierComptroller
  • Add Comptrollerable to provide a setter and getter for the Sablier Comptroller
  • Add Adminable to provide admin functionality with ownership transfer
  • Add Batch to provide support for batching of functions
  • Add NoDelegateCall to provide support for preventing delegate calls
  • Add RoleAdminable to provide role-based access control mechanisms
  • Add base contracts for testing Sablier EVM protocols
  • Add mock contracts used across Sablier EVM protocols