UNPKG

opstack-kit-chains

Version:
8 lines 338 B
import type { Address } from 'abitype'; export type ErrorType<name extends string = 'Error'> = Error & { name: name; }; export declare const getContractAddress: (address: Address) => `0x${string}`; export declare const getUrl: (url: string) => string; export declare const getVersion: () => string; //# sourceMappingURL=utils.d.ts.map