UNPKG

@zkp2p/reclaim-witness-sdk

Version:

<div> <div> <img src="https://raw.githubusercontent.com/reclaimprotocol/.github/main/assets/banners/Attestor-Core.png" /> </div> </div>

8 lines (7 loc) 273 B
import type { ChainConfig } from '../avs/types'; export declare const CHAIN_CONFIGS: { [key: string]: ChainConfig; }; export declare const PRIVATE_KEY: string; export declare const SELECTED_CHAIN_ID: string | undefined; export declare const RECLAIM_PUBLIC_URL: string;