UNPKG

erc20-wizard

Version:

CLI for creating and deploying ERC20 tokens on Ethereum network.

8 lines (7 loc) 213 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const configKeys = { configProjectName: 'erc20-wizard', infuraProjectId: 'infuraProjectId', }; exports.configKeys = configKeys;