UNPKG

@glitterprotocol/glitter-sdk

Version:

The JavaScript SDK for Glitter

16 lines 1 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.gasAdjustment = exports.gasPrices = exports.userTableName = exports.bookTableName = exports.dbName = exports.mnemonicKey = exports.url = exports.chainId = void 0; var index_1 = require("../index"); exports.chainId = 'glitter_12000-4'; // export const url = 'http://sg5.testnet.glitter.link:41317'; // export const url = 'http://sg5.testnet.glitter.link:46657'; exports.url = 'https://orlando-api.glitterprotocol.tech'; exports.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'; exports.dbName = 'trna'; exports.bookTableName = 'news_v1'; exports.userTableName = 'user_v3'; // For non-string literals like Coins and Numeric, the type annotations remain. exports.gasPrices = index_1.Coins.fromString('1agli'); exports.gasAdjustment = index_1.Numeric.parse(2.5); //# sourceMappingURL=const.js.map