UNPKG

@synapsecns/widget

Version:
9 lines (8 loc) 391 B
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;