UNPKG

@haechi-labs/henesis-cli

Version:

🚀 Command Line Interface tool to Utilize henesis

11 lines • 327 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.nftBaseUrl = () => { let url = 'https://eth-rinkeby.api.henesis.io'; if (process.env.HENESIS_TEST === 'true') { url = 'http://localhost:8080'; } return url; }; exports.rpcVersion = 'v1'; //# sourceMappingURL=url.js.map