UNPKG

@array.inc/sdk

Version:

🛠 An SDK for building applications on top of Array.

21 lines (20 loc) • 654 B
import JSBI from 'jsbi'; export * from './addresses'; export * from './kashi'; export * from './natives'; export * from './numbers'; export * from './tokens'; export declare const INIT_CODE_HASH: { [chainId: number]: string; }; export declare const MINIMUM_LIQUIDITY: JSBI; export declare enum SolidityType { uint8 = "uint8", uint256 = "uint256" } export declare const SOLIDITY_TYPE_MAXIMA: { uint8: JSBI; uint256: JSBI; }; export declare const LAMBDA_URL = "https://9epjsvomc4.execute-api.us-east-1.amazonaws.com/dev"; export declare const SOCKET_URL = "wss://hfimt374ge.execute-api.us-east-1.amazonaws.com/dev";