// SPDX-License-Identifier: MIT pragma solidity 0.8.17; contract SharedBaseConstants { uint256 public constant CONTRACT_BASE_ID = 0; }