UNPKG

@safe-global/api-kit

Version:

SDK that facilitates the interaction with the Safe Transaction Service API

9 lines 318 B
type NetworkShortName = { shortName: string; chainId: bigint; }; export declare const networks: NetworkShortName[]; export declare const getNetworkShortName: (chainId: bigint) => string; export declare const getTransactionServiceUrl: (chainId: bigint) => string; export {}; //# sourceMappingURL=config.d.ts.map