UNPKG

opstack-kit-chains

Version:
5 lines 216 B
import { version } from './version.js'; export const getContractAddress = (address) => address; export const getUrl = (url) => url; export const getVersion = () => `viem@${version}`; //# sourceMappingURL=utils.js.map