UNPKG

@crestfi/crest-bnb-sdk

Version:

1. [StreamClient](#crestfistreamclient) 1. [Installation](#installation) 2. [Environment Setup](#environment-setup) 3. [Run tests](#run-tests) 4. [Contracts](#contracts) 5. [Usage](#usage) 1. [Getting Signer Address](#getting-si

20 lines (19 loc) 640 B
export declare const BSC_NETWORK_CHAIN_ID: number; export declare const DEFAULT_GAS_LIMIT: number; export declare const BSC_ADDRESSES: { BulkTransfer: string; CoreContract: string; staking: string; stakeToken: string; }; export declare const TESTNET_ADDRESSES: { stakeToken: string; BulkTransfer: string; CoreContract: string; staking: string; }; export declare const BSC_NODE_URL: string; export declare const CORE_CONTRACT_ADDRESS: string; export declare const BULK_CONTRACT_ADDRESS: string; export declare const STAKE_CONTRACT_ADDRESS: string; export declare const STAKE_TOKEN: string;