@glitterprotocol/glitter-sdk
Version:
The JavaScript SDK for Glitter
10 lines (9 loc) • 587 B
TypeScript
import { Numeric, Coins } from '../index';
export declare const chainId = "glitter_12000-4";
export declare const url = "https://orlando-api.glitterprotocol.tech";
export declare const mnemonicKey = "gym panther aware panda result lumber label boring uniform gossip monitor talent direct point provide swim fly unaware clip fossil predict olympic frozen artist";
export declare const dbName = "trna";
export declare const bookTableName = "news_v1";
export declare const userTableName = "user_v3";
export declare const gasPrices: Coins;
export declare const gasAdjustment: Numeric.Input;