UNPKG

@dfinity/oisy-wallet-signer

Version:

A library designed to facilitate communication between a dApp and the OISY Wallet on the Internet Computer.

4 lines (3 loc) 200 B
export declare const DEFAULT_POLLING_INTERVAL_IN_MILLISECONDS = 500; export declare const LOCAL_REPLICA_URL = "http://localhost:4943"; export declare const MAINNET_REPLICA_URL = "https://icp-api.io";