ваше сообщение коммита

This commit is contained in:
2025-09-30 00:23:37 +03:00
parent ca718e3178
commit 4b03951b31
77 changed files with 17161 additions and 7255 deletions

View File

@@ -60,8 +60,10 @@ router.post('/deploy-module-from-db', async (req, res) => {
process.env.PRIVATE_KEY = params.privateKey || params.private_key;
}
if (params.etherscanApiKey || params.etherscan_api_key) {
process.env.ETHERSCAN_API_KEY = params.etherscanApiKey || params.etherscan_api_key;
const ApiKeyManager = require('../utils/apiKeyManager');
const etherscanKey = ApiKeyManager.getAndSetEtherscanApiKey(params);
if (etherscanKey) {
}
// Запускаем деплой модулей через скрипт