Skip to content

Release v1.0.2

Choose a tag to compare

@github-actions github-actions released this 19 Dec 01:48
feat(core): 实现项目初始化引导和 eligiblity 检查

- 添加首次运行时的交互式初始化流程,自动生成 wallets.txt、proxies.txt 和 .env 文件
- 在 airdrop 检查中增加对 "Not eligible" 状态的处理,避免无效重试
- 更新 ethers 依赖版本从 5.7.2 到 5.8.0
- 调整 BATCH_CONCURRENCY 默认值从 2 到 1,降低频率限制风险
- 改进文件读取逻辑,自动忽略空行和注释行(以 # 开头)
- 完善 .env.example 中验证码服务配置说明,明确标识为无需修改项