filecoin-project / filecoin-solidity

Filecoin Solidity API Library
Other
17 stars 11 forks source link

Ergonomics: hardcoded values replaced with constants #37

Closed vaniiiii closed 9 months ago

vaniiiii commented 9 months ago

Description

This pull request addresses the requirements outlined in issue #35 by introducing essential functionality. The main focus is on replacing hardcoded values within the codebase with constants.

Changes made

Affected issues