@chainlink/renvm-address-set
Version:
Chainlink adapter to query RenVM address set.
14 lines • 542 B
TypeScript
import { RenNetwork } from '@renproject/interfaces';
export declare const ENV_NETWORK = "NETWORK";
export declare const ENV_API_ENDPOINT = "API_ENDPOINT";
export declare const DEFAULT_NETWORK = "testnet";
export declare const DEFAULT_TOKEN_OR_CONTRACT = "BTC";
export declare type Config = {
network: RenNetwork | undefined;
api: {
baseURL: string | undefined;
};
};
export declare const getConfig: (prefix?: string) => Config;
export declare const logConfig: (config: Config) => void;
//# sourceMappingURL=config.d.ts.map