@synapsecns/widget
Version:
Widget library for interacting with the Synapse Protocol
9 lines (8 loc) • 391 B
TypeScript
export declare const SYNAPSE_EXPLORER_KAPPA = "https://explorer.synapseprotocol.com/tx/";
export declare const SYNAPSE_EXPLORER = "https://explorer.synapseprotocol.com/";
export declare const getTxSynapseExplorerLink: ({ kappa, txHash, originChainId, destinationChainId, }: {
kappa?: string;
txHash?: string;
originChainId: number;
destinationChainId?: number;
}) => string;