UNPKG

erc20-wizard

Version:

CLI for creating and deploying ERC20 tokens on Ethereum network.

6 lines (5 loc) 252 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const configuration_service_1 = require("../services/configuration.service"); const configuration = new configuration_service_1.ConfigurationService(); configuration.clear();