UNPKG

blockcypher-client

Version:

A TypeScript client for interacting with BlockCypher's API that provides strong typing and safety when interacting with BlockCypher services.

12 lines (11 loc) 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SUPPORTED_COIN_NETWORKS = void 0; exports.SUPPORTED_COIN_NETWORKS = { "btc": ["main", "test3"], "eth": ["main"], "ltc": ["main"], "doge": ["main"], "dash": ["main"], "bcy": ["test"] };