UNPKG

counterstake-sdk

Version:

Counterstake SDK for integrating cross-chain transactions in your dapps

10 lines (6 loc) 159 B
/*jslint node: true */ 'use strict'; function getEnvironment(testnet) { return testnet ? 'testnet' : 'mainnet'; } exports.getEnvironment = getEnvironment;