批量空投

This commit is contained in:
2025-02-19 21:23:09 +08:00
parent e01dd4f18c
commit 7b2501c46e
14 changed files with 653 additions and 157 deletions

View File

@@ -30,6 +30,10 @@ type Config struct {
SettleSpec string
HolderCheckRunOnStart bool `json:",optional"`
} `json:",optional"`
AptosConf struct {
PrivateKey string
IsTest bool `json:",default=false"`
} `json:",optional"`
}
type Cron struct {