Constants shared across Hifi packages. This is a private package, meaning that it can only be used by another package in this monorepo.
List this package as a dev dependency:
"devDependencies": {
"@hifi/constants": "workspace:*",
}
import { COLLATERAL_RATIOS } from "@hifi/constants";