opstack-kit-chains
Version:
Support your OP-Stack network with 'opstack-kit'
8 lines • 338 B
TypeScript
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