UNPKG

@truenetworkio/sdk

Version:

True Network SDK is the abstracted interface for interacting with True Network nodes.

17 lines (16 loc) 439 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.prismUrl = exports.localnet = exports.testnet = void 0; exports.testnet = { name: 'raman network', unit: 'TRUE', rpc: 'wss://raman.truenetwork.io/ws', denomination: 10 }; exports.localnet = { name: 'testnet', unit: 'TRUE', rpc: 'ws://127.0.0.1:9944', denomination: 10 }; exports.prismUrl = 'https://prism.truenetwork.io';