// SPDX-License-Identifier: UNLICENSED pragma solidity =0.8.18; import "./ISOMA.sol"; library SOMAlib { /** * @notice The fixed address where the SOMA contract will be located (this is a proxy). */ ISOMA public constant SOMA = ISOMA(0x0F3dC00189dbCD1D0c574e48031270cAe04C4ADF); }