// SPDX-License-Identifier: BUSL-1.1 pragma solidity >=0.8.13; contract Constants { bytes32 constant CHI = "CHI"; bytes32 constant RATE = "RATE"; bytes6 constant ETH = "00"; }