UNPKG

sth-ts

Version:

An SmartHoldem API wrapper, written in TypeScript to interact with SmartHoldem blockchain.

35 lines 1.06 kB
"use strict"; // tslint:disable:object-literal-sort-keys Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { networks: { mainnet: { bip32: { private: 0x2bf4537, public: 0x2bf496f, }, name: 'mainnet', nethash: 'fc46bfaf9379121dd6b09f5014595c7b7bd52a0a6d57c5aff790b42a73c76da7', token: 'SmartHoldem', symbol: 'STH', version: 0x3f, explorer: 'https://blockexplorer.smartholdem.io', wif: 0xff, activePeer: { ip: 'node1.smartholdem.io', port: 6100, }, peers: [ '95.216.142.160:6100', '213.239.207.170:6100', '88.198.67.196:6100', ], }, }, blockchain: { interval: 8, delegates: 64, date: new Date(Date.UTC(2017, 11, 21, 13, 0, 0, 0)), }, }; //# sourceMappingURL=index.js.map